Visual Studio Code never reopens previous file or folder

后端 未结 7 1389
走了就别回头了
走了就别回头了 2020-12-10 00:08

I have the exact opposite Problem of this question: Visual Studio Code always reopens previous file or folder

VSCode never seems to remembery my previously opened fi

7条回答
  •  独厮守ぢ
    2020-12-10 00:55

    They added this functionality in November 2016.

    Here is the setting for changing hot exit behavior:

    "files.hotExit": "onExit"
    

提交回复
热议问题