mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-06 17:02:54 +02:00
#268 - Fix for panel not showing up after renaming
This commit is contained in:
@@ -85,7 +85,7 @@ export class ExplorerView implements WebviewViewProvider, Disposable {
|
||||
webviewView.onDidChangeVisibility(() => {
|
||||
if (this.visible) {
|
||||
Telemetry.send(TelemetryEvent.openExplorerView);
|
||||
// this.getFileData();
|
||||
DataListener.getFileData();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user