mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-12 03:43:01 +02:00
start preping 6.1.0
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user