log api usage for getWorkspaceFolder

This commit is contained in:
Johannes Rieken
2017-09-22 10:37:58 +02:00
parent 2428b62701
commit 9cfb745faa

View File

@@ -403,6 +403,7 @@ export function createApiFactory(
throw errors.readonly();
},
getWorkspaceFolder(resource) {
apiUsage.publicLog('workspace#getWorkspaceFolder');
return extHostWorkspace.getWorkspaceFolder(resource);
},
get workspaceFolders() {