Vscode: Invalid missing workspace folder warning

Created on 31 May 2018  路  2Comments  路  Source: microsoft/vscode

  • in stall memfs-extension
  • run memfs > create workspace
  • 馃悰 warning shows and sticks

screen shot 2018-05-31 at 11 27 43

bug file-explorer verified

Most helpful comment

I'm seeing this too, without using extensions or editing any settings files.

Repro steps:

  1. Start code --disable-extensions
  2. File > Open Folder
  3. Select a folder
  4. File > Add Folder To Workspace
  5. Select a different folder

Result:

The second folder has a yellow highlight and exclamation point in the Explorer sidebar, but otherwise works as expected. Hovering over it shows the message "Can not resolve workspace folder". If steps 4-5 are repeated, the same thing happens with the additional folders.

All 2 comments

It seems if you update the settings via editing the workspace settings in JSON configuration file directly. Closing the workspace and re-importing it '"solves" the issue.

Changing the order of the folders in the editor results in the "can not resolve workspace" error again. Files are saved and viewed correctly though.

I'm seeing this too, without using extensions or editing any settings files.

Repro steps:

  1. Start code --disable-extensions
  2. File > Open Folder
  3. Select a folder
  4. File > Add Folder To Workspace
  5. Select a different folder

Result:

The second folder has a yellow highlight and exclamation point in the Explorer sidebar, but otherwise works as expected. Hovering over it shows the message "Can not resolve workspace folder". If steps 4-5 are repeated, the same thing happens with the additional folders.

Was this page helpful?
0 / 5 - 0 ratings