After update to 8.0.0 the following happens:
- starting vscode
- dashboard (set to autostart) loads posts and fills previews
- clicking on media results in long loading, after a while media loads
- clicking snippets and data loads the tabs
- clicking taxonomy flashes something (could be my imagination) and then ends up being an empty editor. tab still says FrontMatter Dashboard but within everything is empty
Closing opening VSCode results in the same. Reboot the same. No error message.
The output console shows this:
["INFO" - 22:07:22] Triggering draft status update: triggerShowDraftStatus
["INFO" - 22:07:24] Receiving message from webview: getViewType
["INFO" - 22:07:24] Receiving message from webview: getTheme
["INFO" - 22:07:24] Receiving message from webview: getData
["INFO" - 22:07:24] Receiving message from webview: getMode
["INFO" - 22:07:24] Sending message to webview: pages
["INFO" - 22:07:26] Sending message to panel: settings
["INFO" - 22:07:29] Sending message to webview: settings
["INFO" - 22:07:29] Sending message to webview: settings
["INFO" - 22:07:29] Receiving message from webview: sendTelemetry
["INFO" - 22:07:30] Sending message to webview: pages
["INFO" - 22:07:30] Sending message to webview: searchReady
["INFO" - 22:07:30] Sending message to panel: folderInfo
["INFO" - 22:07:20] Receiving message from webview: sendTelemetry
["INFO" - 22:07:21] Receiving message from webview: getMedia
["INFO" - 22:07:30] Sending message to webview: media
["INFO" - 22:07:59] Receiving message from webview: sendTelemetry
["INFO" - 22:07:00] Receiving message from webview: sendTelemetry
["INFO" - 22:07:01] Receiving message from webview: sendTelemetry
["INFO" - 22:07:23] Sending message to panel: mediaSelectionData
["INFO" - 22:07:24] Receiving message from webview to panel: get-data
["INFO" - 22:07:24] Receiving message from webview to panel: get-mode
["INFO" - 22:07:24] Sending message to panel: settings
["INFO" - 22:07:25] Sending message to panel: folderInfo
["INFO" - 22:07:26] Receiving message from webview to panel: open-dashboard
["INFO" - 22:07:26] Receiving message from webview: getViewType
["INFO" - 22:07:26] Sending message to webview: viewData
["INFO" - 22:07:26] Receiving message from webview: getTheme
["INFO" - 22:07:26] Receiving message from webview: getData
["INFO" - 22:07:26] Receiving message from webview: getMode
["INFO" - 22:07:26] Sending message to webview: pages
["INFO" - 22:07:27] Sending message to webview: settings
["INFO" - 22:07:27] Receiving message from webview: sendTelemetry
["INFO" - 22:07:27] Sending message to webview: pages
["INFO" - 22:07:27] Sending message to webview: searchReady
["INFO" - 22:07:46] Receiving message from webview: sendTelemetry
["INFO" - 22:07:07] Receiving message from webview to panel: open-dashboard
["INFO" - 22:07:08] Sending message to panel: mediaSelectionData
["INFO" - 22:07:09] Receiving message from webview to panel: open-dashboard
["INFO" - 22:07:09] Receiving message from webview: getViewType
["INFO" - 22:07:09] Sending message to webview: viewData
["INFO" - 22:07:09] Receiving message from webview: getTheme
["INFO" - 22:07:09] Receiving message from webview: getData
["INFO" - 22:07:09] Receiving message from webview: getMode
["INFO" - 22:07:09] Sending message to webview: pages
["INFO" - 22:07:10] Sending message to webview: settings
["INFO" - 22:07:10] Receiving message from webview: sendTelemetry
["INFO" - 22:07:11] Sending message to webview: pages
["INFO" - 22:07:11] Sending message to webview: searchReady
["INFO" - 22:07:16] Receiving message from webview: sendTelemetry
["INFO" - 22:07:22] Receiving message from webview to panel: open-dashboard
["INFO" - 22:07:23] Sending message to panel: mediaSelectionData
["INFO" - 22:07:24] Receiving message from webview to panel: open-dashboard
["INFO" - 22:07:25] Receiving message from webview: getViewType
["INFO" - 22:07:25] Sending message to webview: viewData
["INFO" - 22:07:25] Receiving message from webview: getTheme
["INFO" - 22:07:25] Receiving message from webview: getData
["INFO" - 22:07:25] Receiving message from webview: getMode
["INFO" - 22:07:25] Sending message to webview: pages
["INFO" - 22:07:26] Sending message to webview: settings
["INFO" - 22:07:26] Receiving message from webview: sendTelemetry
["INFO" - 22:07:26] Sending message to webview: pages
["INFO" - 22:07:26] Sending message to webview: searchReady
["INFO" - 22:07:28] Triggering draft status update: onDidChangeActiveTextEditor
["INFO" - 22:07:29] Sending message to panel: metadata
["INFO" - 22:07:34] Triggering draft status update: onDidChangeActiveTextEditor
["INFO" - 22:07:35] Sending message to panel: metadata
["INFO" - 22:07:37] Receiving message from webview: sendTelemetry
["INFO" - 22:07:40] Triggering draft status update: onDidChangeActiveTextEditor
["INFO" - 22:07:40] Sending message to panel: metadata
["INFO" - 22:07:41] Triggering draft status update: onDidChangeTextEditorSelection
["INFO" - 22:07:42] Sending message to panel: metadata
["INFO" - 22:07:43] Triggering draft status update: onDidChangeTextEditorSelection
["INFO" - 22:07:44] Sending message to panel: metadata
["INFO" - 22:07:52] Triggering draft status update: onDidChangeTextEditorSelection
["INFO" - 22:07:53] Sending message to panel: metadata
The last four pairs of messages pop up AFTER the window goes empty. "sendTelemetry" is the last message after I clicked the taxonomy tab.
My repo, if you want to test it out: github.com/davidsneighbour/kollitsch.dev
Clone, run npm install and then npm run build:frontmatter to build the config file.
Version: 1.69.0
Commit: 92d25e35d9bf1a6b16f7d0758f25d48ace11e5b9
Date: 2022-07-07T08:29:47.439Z
Electron: 18.3.5
Chromium: 100.0.4896.160
Node.js: 16.13.2
V8: 10.0.139.17-electron.0
OS: Linux x64 5.15.0-41-generic
After update to 8.0.0 the following happens:
Closing opening VSCode results in the same. Reboot the same. No error message.
The output console shows this:
The last four pairs of messages pop up AFTER the window goes empty. "sendTelemetry" is the last message after I clicked the taxonomy tab.
My repo, if you want to test it out: github.com/davidsneighbour/kollitsch.dev
Clone, run
npm installand thennpm run build:frontmatterto build the config file.