提交 8abb8cc7 编写于 作者: C Christof Marti

Include model changes (#19409)

上级 04a9bd43
......@@ -302,6 +302,12 @@ export class WalkThroughPart extends BaseEditor {
snippet: i
});
}));
this.contentDisposables.push(once(editor.onDidChangeModelContent)(() => {
this.telemetryService.publicLog('walkThroughSnippetInteraction', {
type: 'changeModelContent',
snippet: i
});
}));
});
if (input.onReady) {
input.onReady(innerContent);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册