mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
fix #128312.
This commit is contained in:
@@ -383,7 +383,7 @@ export function createExtHostComments(mainContext: IMainContext, commands: ExtHo
|
||||
});
|
||||
|
||||
const that = this;
|
||||
this.value = Object.freeze({
|
||||
this.value = {
|
||||
get uri() { return that.uri; },
|
||||
get range() { return that.range; },
|
||||
set range(value: vscode.Range) { that.range = value; },
|
||||
@@ -400,7 +400,7 @@ export function createExtHostComments(mainContext: IMainContext, commands: ExtHo
|
||||
dispose: () => {
|
||||
that.dispose();
|
||||
}
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user