mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-07 09:23:00 +02:00
#796 - More logging
This commit is contained in:
@@ -129,7 +129,10 @@ export const DataView: React.FunctionComponent<IDataViewProps> = (
|
||||
event: TelemetryEvent.webviewDataView
|
||||
});
|
||||
|
||||
Messenger.send(GeneralCommands.toVSCode.logging.info, "DASHBOARD: Data view loaded");
|
||||
Messenger.send(GeneralCommands.toVSCode.logging.info, {
|
||||
message: 'DataView loaded',
|
||||
location: 'DASHBOARD'
|
||||
});
|
||||
|
||||
return () => {
|
||||
Messenger.unlisten(messageListener);
|
||||
|
||||
Reference in New Issue
Block a user