Don't mark vscode-resource as standard

Fixes #99245

This scheme (specifically the old style uris of the scheme) do not conform to the requirements of a standard uri
This commit is contained in:
Matt Bierner 2020-06-03 17:30:04 -07:00
parent d760fde11e
commit fe6e663a84

View file

@ -89,7 +89,6 @@ protocol.registerSchemesAsPrivileged([
scheme: 'vscode-resource',
privileges: {
secure: true,
standard: true,
supportFetchAPI: true,
corsEnabled: true,
}