EricAR
EricAR

Reputation: 1

Visual Studio Code how to change setting to NOT restore old session, open every time new window, new session

can anyone help me out, how to set up Visual Studio Code to open every time, new session.

thanks Nancy

Upvotes: 0

Views: 870

Answers (2)

Asmaa3107
Asmaa3107

Reputation: 776

try go to setting page and select this choice enter image description here

Upvotes: 1

Irfanuddin
Irfanuddin

Reputation: 2605

You can launch VS Code from the command line to quickly open a file, folder, or project. Typically, you open VS Code within the context of a folder. To do this, from an open terminal or command prompt, navigate to your project folder and type code . -n or code . --new-window

Upvotes: 2

Related Questions