Skip to content

Commit

Permalink
Testing merged inventory within submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryingpannn committed Oct 17, 2024
1 parent fcbb9d2 commit 91db480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/browser/parts/pearai/pearOverlayPart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class PearOverlayPart extends Part {
// 3. ask the webviewViewService to connect our webviewView to the webviewViewProvider, PearInventoryPanel
const source = new CancellationTokenSource(); // todo add to disposables
await this._webviewViewService.resolve(
"pearai.overlayWebview",
"pearai.overlayWebview2",
this.webviewView!,
source.token,
);
Expand Down

0 comments on commit 91db480

Please sign in to comment.