slidev-vscode
slidev-vscode copied to clipboard
Slidev server not found
Hi there, I use npx slidev to run a slidev server in terminal but the plugin still shows slidev server is not found.
How to fix this problem?

Seeing the same, even with a custom port (using yarn).
I'm using the latest version and it's also not working.
I have the same issue.
same here.
same here.
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.
Note that in the latest version the VSCode extension starts the Slidev CLI from the local package rather than the global intallation (i.e. the one installed via npm i -g @slidev/cli)