_Kerman
_Kerman
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.
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.
> Looks like you don't have ts-node installed. I dont think so...
https://github.com/fgnass/node-dev/blob/9a36a148bc41cd9deb1efd090e4289368db68ad6/lib/wrap.js#L66 ↑ this line use `require` whether it is MJS or CJS. I wonder whether it is correct. @bjornstar
I have no ideas 😥
I tried to use `import`, but got more errors... And I've learnt TS/JS for only 0.5 years...
This is because Slidev cannot make sure it is a "Slidev Markdown" or a common markdown when there is no `package.json` indicating this. A simpler workaround could be setting `slidev.enabled`...
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.
Closing this, as pointed out by https://github.com/slidevjs/slidev/pull/1196#issuecomment-1979681462