From ad248451c2e43f9fc54a9b38439201115ed20dd8 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Tue, 11 Apr 2023 07:50:19 -0500 Subject: [PATCH] Add note about disabling emmet expansions to setup docs --- docs/guide/getting-started/setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/getting-started/setup.md b/docs/guide/getting-started/setup.md index 60450348..591885af 100644 --- a/docs/guide/getting-started/setup.md +++ b/docs/guide/getting-started/setup.md @@ -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