Vex VS code extension not working

I’m not sure how, but VS Code is not allowing me to acess the files for stuff like the motors or brain in a C++ program,



I have the Vex extensions downloaded. This all started when I downloaded PROS and the LemLib extension pack. Does anyone know how to fix this?

Disable the pros extension and whatever else it installed.

2 Likes

I’ve disabled thoes extensions (I think). These are the rest of the C++ extensions I have in VS Code, would any of these cause any issues?

So, I’ve uninstalled and reinstalled VS code, Downloaded the VEX extension and C/C++ and it still doesn’t work:



Is there anything I can do?

Just to be clear, you’re trying to access the code for motor class itself, not just use the class?

Yes, and not just for the motor class. All of the source code is not there, even for C+±natural functions like format()