We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9acebf6 commit 2792c5cCopy full SHA for 2792c5c
1 file changed
src/vs/workbench/api/node/extHost.api.impl.ts
@@ -377,6 +377,10 @@ export function createApiFactory(
377
// namespace: workspace
378
const workspace: typeof vscode.workspace = {
379
get rootPath() {
380
+ telemetryService.publicLog('api-getter', {
381
+ name: 'workspace#rootPath',
382
+ extension: extension.id
383
+ });
384
return extHostWorkspace.getPath();
385
},
386
set rootPath(value) {
0 commit comments