In Visual Studio, how can I exit the current project and load another? Something like reloading?
i.e when i'm executiing my project(window application) i need to close the current exe and load another instance of the exe file.
Just like Close Folder when a single folder is open in VS Code, there is a Close Workspace (Ctrl+K F) command to close the active Workspace.
Ctrl+Shift+F5 Save this answer.
Build and Run: In the first textbox Before building: Select Don't save any changes. This will give you the ability to try out code before saving it explicitly.
To do so, simply hit CTRL+SHIFT+P (Command + Shift + P on mac) and look for "Project Manager: Save Project". Enter the name of the project you currently have loaded into VSCode and hit enter.
File --> Close Project... File --> Open Project
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With