Skip to content

Commit

Permalink
Add a note about VSCode container config
Browse files Browse the repository at this point in the history
  • Loading branch information
janbaykara committed Jul 14, 2022
1 parent a5e0bae commit f93e18a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ A starter repository for [Groundwork](https://groundwork.commonknowledge.coop) p

### Using vscode development containers:

0. (Check that VSCode has the right python interpreter selected, by comparing it to the path in `poetry run python -c "import sysconfig; print(sysconfig.get_paths()['scripts'])"`. You can see this in the bottom bar of editor UI)
1. [Generate a repository](https://github.com/commonknowledge/groundwork-starter-template/generate) from this template
2. In VSCode, run the command 'Clone Repository in Remote Container Volume' and select your new repository.
3. Wait for dependencies to install
Expand Down

0 comments on commit f93e18a

Please sign in to comment.