You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should observe the following errors in the console output:
Unable to resolve embedded: template -> template_inline_css
Unable to resolve embedded: template -> template_inline_ts_0
Unable to resolve embedded: template -> template_inline_ts_1
Unable to resolve embedded: template -> template_inline_ts_2
Unable to resolve embedded: template -> template_inline_css
Unable to resolve embedded: template -> template_inline_css
Expected behavior
I expect that running the command vue-tsc --noEmit should not produce any warnings or errors when checking VitePress .md files, when these files don’t contain any issues.
Describe the bug
I followed the docs to enable IntelliSence support in VS Code.
Additionally, I'm using
vue-tsc
to perform type checking from the command line. Mytsconfig
file directly affects howvue-tsc
behaves.After enabling IntelliSense, running the command to type-check my source code (including VitePress-related files) now produces the following error(s):
Console output snippet:
These errors appear only when the following options are included in the
tsconfig
file:Reproduction
Create a new vite project (using vue & typescript):
Open your
tsconfig.json
file and replace the content with the following:Run the following command:
You should observe the following errors in the console output:
Expected behavior
I expect that running the command
vue-tsc --noEmit
should not produce any warnings or errors when checking VitePress.md
files, when these files don’t contain any issues.System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: