Add note about disabling emmet expansions to setup docs
This commit is contained in:
parent
35f5ec739e
commit
ad248451c2
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ If you don't have a preferred IDE, Profectus is developed in [Visual Studio Code
|
|||
Recommendations:
|
||||
- Use [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471) 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)
|
||||
|
||||
## Replit
|
||||
|
|
Loading…
Reference in a new issue