Updated link to enabling take over mode to point to vue docs
This commit is contained in:
parent
ad248451c2
commit
0b0cae6bc0
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Upon action completion, your project should be available at `https://<YOUR_GITHU
|
|||
If you don't have a preferred IDE, Profectus is developed in [Visual Studio Code](https://code.visualstudio.com) and is known to work well with it.
|
||||
|
||||
Recommendations:
|
||||
- Use [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471) for proper type analysis
|
||||
- Use [Take Over Mode](https://vuejs.org/guide/typescript/overview.html#volar-takeover-mode) for proper type analysis
|
||||
- Turn off `.value` autocomplete by running the `Preferences: Open Settings` command and setting `volar.autoCompleteRefs` to `false`
|
||||
- Disable emmet expansions by setting `emmet.showExpandedAbbreviation` to `"never"`, also in the preferences
|
||||
- Install the [Vitest VS Code extension](https://marketplace.visualstudio.com/items?itemName=ZixuanChen.vitest-explorer&ssr=false#qna) for running and debugging unit tests (if working on the engine itself)
|
||||
|
|
Loading…
Reference in a new issue