Skip to content

Commit fe6e663

Browse files
committed
Don't mark vscode-resource as standard
Fixes microsoft#99245 This scheme (specifically the old style uris of the scheme) do not conform to the requirements of a standard uri
1 parent d760fde commit fe6e663

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ protocol.registerSchemesAsPrivileged([
8989
scheme: 'vscode-resource',
9090
privileges: {
9191
secure: true,
92-
standard: true,
9392
supportFetchAPI: true,
9493
corsEnabled: true,
9594
}

0 commit comments

Comments
 (0)