We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the new beta.0 version I'm getting the following error message when including the package as part of a VS Code extension.
Cannot find module '@shikijs/core/wasm-inlined' or its corresponding type declarations.
wasm-inlined files are within the dist directory of the @shikijs/core package though.
wasm-inlined
dist
@shikijs/core
Install shiki beta.0 as part of a VS Code extension.
shiki
The text was updated successfully, but these errors were encountered:
728240f
No branches or pull requests
Validations
Describe the bug
When using the new beta.0 version I'm getting the following error message when including the package as part of a VS Code extension.
Cannot find module '@shikijs/core/wasm-inlined' or its corresponding type declarations.
wasm-inlined
files are within thedist
directory of the@shikijs/core
package though.Reproduction
Install
shiki
beta.0 as part of a VS Code extension.Contributes
The text was updated successfully, but these errors were encountered: