Browse Source

Avoids logging args to avoid circular JSON

main
Eric Amodio 1 year ago
parent
commit
f596c5cedc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/webviews/webviewController.ts

+ 1
- 1
src/webviews/webviewController.ts View File

@ -243,7 +243,7 @@ export class WebviewController<
return this._disposed ? false : this.parent.visible;
}
@debug()
@debug({ args: false })
async show(loading: boolean, options?: { column?: ViewColumn; preserveFocus?: boolean }, ...args: unknown[]) {
if (options == null) {
options = {};

Loading…
Cancel
Save