mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
This commit is contained in:
@@ -933,11 +933,9 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
return extHostWorkspace.findTextInFiles(query, options || {}, callback, extension.identifier, token);
|
||||
},
|
||||
save: (uri) => {
|
||||
checkProposedApiEnabled(extension, 'saveEditor');
|
||||
return extHostWorkspace.save(uri);
|
||||
},
|
||||
saveAs: (uri) => {
|
||||
checkProposedApiEnabled(extension, 'saveEditor');
|
||||
return extHostWorkspace.saveAs(uri);
|
||||
},
|
||||
saveAll: (includeUntitled?) => {
|
||||
|
||||
Reference in New Issue
Block a user