提交 2792c5cd 编写于 作者: J Johannes Rieken

multiroot - send telemetry event when workspace#rootPath is accessed

上级 9acebf63
......@@ -377,6 +377,10 @@ export function createApiFactory(
// namespace: workspace
const workspace: typeof vscode.workspace = {
get rootPath() {
telemetryService.publicLog('api-getter', {
name: 'workspace#rootPath',
extension: extension.id
});
return extHostWorkspace.getPath();
},
set rootPath(value) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册