Visual Studio Code never reopens previous file or folder

后端 未结 7 1425
走了就别回头了
走了就别回头了 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-10 01:00

    You could try the settings option:

    "window.reopenFolders": "all"
    

    This should reopen everything that was opened when you closed the editor, but I haven't tested it. I usually prefer that nothing gets reopened, so I use none. The default is one.

提交回复
热议问题