Skip to content

Commit

Permalink
workaround for microsoft#136982
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken authored and Geoffrey committed Nov 30, 2021
1 parent 1cd217c commit 7e07cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/api/browser/mainThreadCodeInsets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class MainThreadEditorInsets implements MainThreadEditorInsetsShape {

const disposables = new DisposableStore();

const webview = this._webviewService.createWebviewElement('' + handle, {
const webview = this._webviewService.createWebviewElement('mainThreadCodeInsets_' + handle, {
enableFindWidget: false,
}, reviveWebviewContentOptions(options), { id: extensionId, location: URI.revive(extensionLocation) });

Expand Down

0 comments on commit 7e07cac

Please sign in to comment.