|Extension|Author|Version|
|---|---|---|
|Theme-QuietLight|gerane|0.0.2|
|debugger-for-chrome|msjsdiag|2.1.3|
|vscode-icons|robertohuertasm|4.0.1|
|markdown-pdf|yzane|0.1.4|
Steps to Reproduce:
The following error happens now with latest 1.8 preview when attempting to view a preview of a markdown file.
command 'markdown.showPreview' not found
This was working well for me before I got the latest update today.
The markdown extension does not seem to be getting loaded properly. Changing this line in the extension's package.json to:
"main": "./out/extensions/markdown/src/extension",
Fixed things in my development environment at least.
Fixed by amending the tsconfig.json to put the build artifacts in the correct path. Pushed to master and release/1.7.
FYI I'm still getting the error message in vscode
1.11.1
d9484d12b38879b7f4cdd1150efeb2fd2c1fbf39
But it works, albeit with some latency.
Bumping,
Version 1.17.2 still has this problem. I'm on Fedora 26.
Most helpful comment
Fixed by amending the tsconfig.json to put the build artifacts in the correct path. Pushed to master and release/1.7.