What makes a vscode project/folder recognized as VEX project

What makes a vscode project/folder recognized as VEX project

i created a VEX Project named project1 inside c:\parentfolder\project1 folder

if i load c:\parentfolder in vscode, it is not being recongized as a VEX project.
if i load c:\parentfolder\project1, it is fine.

anyway around this?

There are project and other files that the system references to know which platform is being used (V5, IQ2 etc.) and how to build and download the executable. other folders without these resources are ignored by the VEX extension.

2 Likes