slidevjs / slidev-vscode

VS Code extension for Slidev
https://marketplace.visualstudio.com/items?itemName=antfu.slidev
MIT License
255 stars 17 forks source link

SLIDEV extension icon not appearing in activity bar #19

Closed leon-ziya closed 6 months ago

leon-ziya commented 1 year ago

please help me! SLIDEV extension icon not appearing in activity bar SLIDEV扩展图标未出现在活动栏中 image

How can this be resolved!

Fanisting commented 1 year ago

我尝试过使用vs code preview,有一段时间是可以使用的,但后来又不行了

MicroBlueee commented 1 year ago

Same problem and the commands do not work either image

shoalna commented 1 year ago

Instead of opening the markdown file, use the "Open Folder" in vs code to open the project folder. See https://github.com/slidevjs/slidev-vscode/issues/14

jxpeng98 commented 1 year ago

你需要现在本地安装project文件夹

npm init slidev@latest

接下来直接打开生成的slidev的文件夹,slidev的图标会显示在侧边栏。在之后你在当前workspace添加你的文件或者文件夹就可以了。

KermanX commented 6 months ago

We've rewritten the VSCode extension for Slidev (https://github.com/slidevjs/slidev/pull/1557). Upgrading the VSCode extension to the latest (0.49.1) can fix this issue.