VEXCode Extention VisualStudioCode

Hello,

I have written a code in Visual Studio Code and successfully uploaded it using the VEX Extension. The first time everything worked without any issues. However, now when I completely change the code (I removed manual control to use an automatic code), it is not being uploaded. The controller is connected to the PC and recognized by the extension. There are no error messages in the console during the build, and the controller is also connected to the robot.

What could be the reason for this?

I have encountered a similar issue before when I update the code and press download, it will show that the code is downloaded but the code itself won’t update. To fix this open the command pallet (control shift P) and look for Vex | Project: C++ rebuild or something similar. Click it, wait for it to rebuild, then reupload the code.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.