add command to list of disallowed schemes

This commit is contained in:
Johannes Rieken
2019-01-18 16:52:06 -08:00
parent 442cf886ac
commit 84162b715b
2 changed files with 3 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ export class ExtHostFileSystem implements ExtHostFileSystemShape {
this._usedSchemes.add(Schemas.https);
this._usedSchemes.add(Schemas.mailto);
this._usedSchemes.add(Schemas.data);
this._usedSchemes.add(Schemas.command);
}
dispose(): void {