Visual Studio Code Open ProjectThis extension allows you to easily switch projects inside Visual Studio Code. Project SettingsYou can create a map (name -> folder) in the configuration:
or specify a config file in the configuration:
In case you choose a config file, it should have a projects property:
CommandsOpen Project CommandThen choose the project to open: This will launch a new Visual Studio Code instance with the selected project folder. Change Project CommandChange Project is the same as Open Project but it changes the current working folder instead of launching a new Visual Studio Code instance. Change Current Folder CommandChange Current Folder shows input where you should enter the folder path you want to change. The command replaces the current working folder. Open Current File In New WindowLaunches a new Visual Studio Code Instance with the current selected file. Open Project ConfigurationOpens the vscode user configuration or the json config file if you have specified it. |