mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
@@ -681,7 +681,7 @@ export default class TypeScriptServiceClient extends Disposable implements IType
|
||||
}
|
||||
default:
|
||||
{
|
||||
return this.inMemoryResourcePrefix + resource.toString(true);
|
||||
return this.inMemoryResourcePrefix + '/' + resource.scheme + resource.path;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user