VisualStudioCode: Yellow Errors? Maybe classes


I don’t know what these yellow errors but I have a feeling that the vex import isn’t importing which is causing all of these class errors.

try reinstalling your extension and reopening your project.

It may help if you open the error list.

I can’t send a screenshot right now, but if you look at the top where it imports the vex library, it’s not reading that as a library to import, which I believe is causing all the errors. Whenever I look in the error log, all it says is that it is a “reportUndefinedVariable,” I think.

I will try that. Thank you.

Is that part of a valid VEX extension project ? Usually there would be some vex specific icons on the statusbar, slot number etc. If the VEX extension does not have the project and other setting files the intellisense may not work (I assumy you have Pylance installed, that’s what we recommend).

1 Like

If correctly setup, you would see these statusbar icons and files in your project.

1 Like

I honestly don’t know why those aren’t showing up. Is it because I didn’t have my brain or controller connected at the time, or are those permanent icons whenever I have a Python vex code file open?

nope.

when you have a vex python project open.

Do you have the .vscode folder with vex_project_settings.json ?

1 Like

I’ll have to check tomorrow because I don’t have my computer with me right now, but I will respond back.