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
[VSCode](https://code.visualstudio.com/)with [Vitest](https://marketplace.visualstudio.com/items?itemName=vitest.explorer), [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint), and [Cypress Helper](https://marketplace.visualstudio.com/items?itemName=shevtsov.vscode-cy-helper)
197
197
198
-
## Type Support for `.vue` Imports in TS
198
+
**OR**
199
199
200
-
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.
201
-
202
-
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:
203
-
204
-
1. Disable the built-in TypeScript Extension
205
-
1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette
206
-
2) Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
207
-
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.
208
-
209
-
## Customize configuration
210
-
211
-
See [Vite Configuration Reference](https://vitejs.dev/config/).
200
+
[VSCodium](https://vscodium.com/) with the above extensions from [OpenVSX Registry](https://open-vsx.org/).
212
201
213
202
## Project Setup
214
203
@@ -285,4 +274,4 @@ MIT, see [LICENSE](LICENSE) for details.
285
274
* Basic utilities from [xen-dev-utils](https://github.com/xenharmonic-devs/xen-dev-utils)
0 commit comments