-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfigVS Code configuration, settingsVS Code configuration, settingsinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded
Milestone
Description
Issue Type: Bug
- Clone vscode-extension-samples
- Open fsprovider-sample folder
- Add the following lines to the top of writeFile in src/fileSystemProvider.ts
if (uri.path.startsWith("/.")) {
throw vscode.FileSystemError.NoPermissions("dot-folders not supported by MemFS");
}- Run the sample.
- In the EH window, run the
MemFS: Setup Workspacecommand. - Open Settings, select the subtab for the 'MemFS - Sample' folder, then use the action button to open JSON.
Result is the following notification:

I assume the text of the thrown error should appear instead of {1}
VS Code version: Code 1.50.0 (93c2f0f, 2020-10-07T06:10:52.432Z)
OS version: Windows_NT x64 10.0.18363
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfigVS Code configuration, settingsVS Code configuration, settingsinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded