mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
More plugin -> extension
This commit is contained in:
@@ -572,7 +572,7 @@ export class MainThreadDocuments {
|
||||
}
|
||||
}
|
||||
|
||||
// --- from plugin host process
|
||||
// --- from extension host process
|
||||
|
||||
_trySaveDocument(uri: URI): TPromise<boolean> {
|
||||
return this._textFileService.save(uri);
|
||||
|
||||
Reference in New Issue
Block a user