start preping 6.1.0

This commit is contained in:
Elio Struyf
2022-01-30 17:33:25 +01:00
parent ee70acebb6
commit 61e9fc0308
15 changed files with 136 additions and 3 deletions
+2
View File
@@ -23,6 +23,7 @@ import { Dashboard } from '../commands/Dashboard';
import { ImageHelper } from '../helpers/ImageHelper';
import { CustomScript } from '../helpers/CustomScript';
import { Link, Parent } from 'mdast-util-from-markdown/lib';
import { Telemetry, TelemetryEvent } from '../helpers/Telemetry';
const FILE_LIMIT = 10;
@@ -205,6 +206,7 @@ export class ExplorerView implements WebviewViewProvider, Disposable {
webviewView.onDidChangeVisibility(() => {
if (this.visible) {
Telemetry.send(TelemetryEvent.openExplorerView);
// this.getFileData();
}
});