Visual Studio Code always reopens previous file or folder

前端 未结 8 2071
心在旅途
心在旅途 2020-11-30 01:43

VSCode always seems to remember my session and reopen the files and/or project that were open the last time I used it. It obviously behaves correctly when running it from th

8条回答
  •  悲哀的现实
    2020-11-30 02:01

    You can add the -n option to the startup of VS Code and it will always start with an empty window, not restoring your previous session.

提交回复
热议问题