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
As the others stated, it is refreshing the file explorer and NOT the window. So you have maybe in your keybindings.json:
{ "key": "ctrl+f5", "command": "workbench.action.reloadWindow", "when": "editorTextFocus" }, { "key": "ctrl+f6", "command": "workbench.files.action.refreshFilesExplorer" }