mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
log api usage for getWorkspaceFolder
This commit is contained in:
@@ -403,6 +403,7 @@ export function createApiFactory(
|
||||
throw errors.readonly();
|
||||
},
|
||||
getWorkspaceFolder(resource) {
|
||||
apiUsage.publicLog('workspace#getWorkspaceFolder');
|
||||
return extHostWorkspace.getWorkspaceFolder(resource);
|
||||
},
|
||||
get workspaceFolders() {
|
||||
|
||||
Reference in New Issue
Block a user