Add note about disabling emmet expansions to setup docs

This commit is contained in:
thepaperpilot 2023-04-11 07:50:19 -05:00
parent 35f5ec739e
commit ad248451c2

View file

@ -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