Skip to content

Commit

Permalink
solve python bug KXI-49915
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Carneiro-KX committed Jul 1, 2024
1 parent 1bede7d commit de9c8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/resultsPanelProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class KdbResultsViewProvider implements WebviewViewProvider {
this._colorTheme = window.activeColorTheme;
this.updateResults(this._results);
});
// this.resolveWebviewView(webviewView);
ext.isResultsTabVisible = true;
}

/* istanbul ignore next */
Expand Down

0 comments on commit de9c8fb

Please sign in to comment.