A VEXcode AIM Python project saved from VEXcode AIM can be imported into Visual Studio Code (VS Code) to continue coding it.
Import a VEXcode AIM Project
Open VS Code on your computer and select the VEX icon in the Activity Bar.
If the VEX icon isn’t visible, make sure the VEX Extension is installed. For installation steps, see the instructions here.
Select Import Project underneath PROJECT ACTIONS.
Navigate to the VEXcode AIM Python project you want to open and select the folder. A Windows file browser is shown here for reference.
By default, the project name will match the file name. If the file name contains special characters, you'll need to rename it.
You can optionally add a description in the Description field. This can be used to summarize the project’s purpose or any important notes.
If you want to save the project somewhere other than the default folder, select Browse to choose a location on your computer.
Note: The default project location can be adjusted in the VEX Extension’s global settings.
Select Import.
Select the main.py file within the src folder.
You can now continue coding the VEXcode AIM Python project in VS Code.