Adopt StorageScope.WORKSPACE in comments (#193098)

Part of #183449
This commit is contained in:
Alex Ross
2023-09-14 14:24:06 +02:00
committed by GitHub
parent 8968aca21d
commit 7ab575fe32
7 changed files with 176 additions and 21 deletions

View File

@@ -592,7 +592,7 @@ export function createExtHostComments(mainContext: IMainContext, commands: ExtHo
private _id: string,
private _label: string
) {
proxy.$registerCommentController(this.handle, _id, _label);
proxy.$registerCommentController(this.handle, _id, _label, this._extension.identifier.value);
const that = this;
this.value = Object.freeze({