Refresh Visual Studio Code list of files

后端 未结 11 1919
一生所求
一生所求 2021-01-31 07:11

Visual Studio Code (Version 0.10.11, on OSX) does not refresh the files in a folder. Is there any way to force it to refresh. Currently I have to close and reopen the whole pr

11条回答
  •  渐次进展
    2021-01-31 07:18

    You can use the command palette to reload the window:

    1. Open the command palette with View > Command Palette... (or Shift+Cmd+P on OS X)
    2. Type reload window and press enter

提交回复
热议问题