Skip to content

Commit 309264c

Browse files
committed
docs: describe vs code setup
1 parent 2979d59 commit 309264c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/quickstart.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,11 @@ The template comes with improvements to the developer experience when local work
147147
In VS Code, virtual environment folder is automatically detected. VS Code asks you to use it. Then it appears in statusbar.
148148
![](_static/vscode-venv-detected.png)
149149
![](_static/vscode-venv-statusbar.png)
150+
151+
## VS Code setup
152+
153+
The template comes with improvements to the developer experience when local working in VS Code.
154+
155+
1. VS Code prompts you to install the recommended extensions from `.vscode/extensions.json` when opened for the first time.
156+
1. Save or symlink `.vscode/settings.json.sample` as `settings.json`.
157+
1. Be sure you have selected python interpreter at `.venv/bin/python` after [](#local-development).

0 commit comments

Comments
 (0)