Skip to content

Commit 100c2c2

Browse files
authored
Update the readme (#856)
Remove reference to Volar in the README.
1 parent 7ff9e2f commit 100c2c2

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

README.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -193,22 +193,11 @@ The app is built using [Vue](https://vuejs.org/). This information should help g
193193

194194
## Recommended IDE Setup
195195

196-
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) + [Vitest](https://marketplace.visualstudio.com/items?itemName=vitest.explorer).
196+
[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)
197197

198-
## Type Support for `.vue` Imports in TS
198+
**OR**
199199

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/).
212201

213202
## Project Setup
214203

@@ -285,4 +274,4 @@ MIT, see [LICENSE](LICENSE) for details.
285274
* Basic utilities from [xen-dev-utils](https://github.com/xenharmonic-devs/xen-dev-utils)
286275
* Lattice tools [ji-lattice](https://github.com/xenharmonic-devs/ji-lattice)
287276
* Synth for making sound [sw-synth](https://github.com/xenharmonic-devs/sw-synth)
288-
* Keyboard layout [isomorphic-qwerty](https://github.com/xenharmonic-devs/isomorphic-qwerty)
277+
* Keyboard layout [isomorphic-qwerty](https://github.com/xenharmonic-devs/isomorphic-qwerty)

0 commit comments

Comments
 (0)