Visual Studio Code never reopens previous file or folder

后端 未结 7 1410
走了就别回头了
走了就别回头了 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:44

    Go to: Open File --> Preferences --> Settings and add "window.restoreWindows": "all" to your settings.json file. Remember to add a comma to the preceding statement.

    This will reopen all the windows you had open on the close of your last session.

提交回复
热议问题