Selaa lähdekoodia

Removes forced refresh when debugging

While convenient, it causes a difference of behavior
main
Eric Amodio 2 vuotta sitten
vanhempi
commit
ae799987de
1 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  1. +0
    -4
      src/webviews/webviewViewBase.ts

+ 0
- 4
src/webviews/webviewViewBase.ts Näytä tiedosto

@ -157,10 +157,6 @@ export abstract class WebviewViewBase implements WebviewViewProvider, Dis
const visible = this.visible;
Logger.debug(`WebviewView(${this.id}).onViewVisibilityChanged`, `visible=${visible}`);
this.onVisibilityChanged?.(visible);
if (this.container.debugging) {
void this.refresh();
}
}
private onWindowStateChanged(e: WindowState) {

Ladataan…
Peruuta
Tallenna