Cannot Import Vex V5 Projects in VSCode with Vex Extension

Hello, I am new to the forums and this is my team’s first year competing in V5. I made a project using the vex v5 extension on vscode, but now when I try to import it to continue working on it and install it to the brain, it sends me to the file system and there is nothing I can select to import. I don’t think the extension creates the correct file when making a new project.
Thanks and sorry if I’m just being dumb,
23218X

Use “open folder” under the file menu
open the folder that has the project name when you created the project, for example, this project was called “V5_test”

2 Likes

I have tried this, but then it no longer has options to download to the brain along the bottom bar

perhaps the intellisense bug, see last post here.

1 Like

Perfect! I hadn’t opened the correct folder, now it is working.
Thank you very much! :slight_smile:

2 Likes

This worked the first time, but now i’m having the same problem again, when i open the correct file that contains the correct folders and stuff, it just opens the file in the file explorer, but doesnt import it in vscode. It also gives an error: Cannot read properties of undefined (reading ‘platform’)

Do you mind submitting a feedback issue through the vex feedback extension?
I’d like to take a look at the logs and see where the issue is occurring during import.
Can you reference this post as well.
That will help me identify your feedback submission.

Thanks!

1 Like

Will do as soon as possible

I have now sent a feedback submission with a link to this post

SOLVED now thanks to @hphillips. In the settings.json file there was a trailing comma which stopped it working. After removing it and restarting the workspace it is now working.