You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vscode team have now deprecated microsoft/vscode#62630vscode.previewHtml, which is now causing the extension to not work when you wish to view the HTML Preview:
ERR command 'vscode.previewHtml' not found: Error: command 'vscode.previewHtml' not found
at Proxy._tryExecuteCommand (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3269:288)
at r.then.i (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3269:169)
at process._tickCallback (internal/process/next_tick.js:68:7)
This is happening when I use the Show Coverage ReportLCOV Menu option. The decoration command is still working though.
Here is the log:
[12:50:54.923][INFO ][main ]: Starting up...
[12:50:54.923][INFO ][Controller ]: Creating controller.
[12:50:54.923][INFO ][UriWatcher1 ]: Watching **/*.info: /Users/garethb/code/voyapi/coverage/lcov.info
[12:50:55.009][ERROR][Loader ]: Error: ENOENT: no such file or directory, stat '/Users/garethb/code/voyapi/coverage/lcov.info'
[12:54:27.788][INFO ][Loader ]: Reading /Users/garethb/code/voyapi/coverage/lcov.info
The text was updated successfully, but these errors were encountered:
Vscode team have now deprecated microsoft/vscode#62630
vscode.previewHtml
, which is now causing the extension to not work when you wish to view the HTML Preview:This is happening when I use the
Show Coverage Report
LCOV Menu option. The decoration command is still working though.Here is the log:
The text was updated successfully, but these errors were encountered: