Skip to content

Commit e067c59

Browse files
SalehAlbugaasw101
andauthored
code & code-insiders commands (#21)
* code & code-insiders commands add `code` command option * Update README.md Co-authored-by: Aaron Wislang <[email protected]>
1 parent 1c4333d commit e067c59

File tree

1 file changed

+8
-1
lines changed
  • 9-vscode-django-postgres-dev-container

1 file changed

+8
-1
lines changed

9-vscode-django-postgres-dev-container/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,18 @@ You'll need the following tools installed on your local machine:
1919
2020
1. On a terminal, clone the sample app and open using Visual Studio Code:
2121
22-
```cmd
22+
```cmd
2323
git clone https://github.com/Microsoft/python-sample-tweeterapp
2424
cd python-sample-tweeterapp
25+
```
26+
and:
27+
```cmd
2528
code .
2629
```
30+
or if you are using [Visual Studio Code Insiders](https://code.visualstudio.com/insiders/):
31+
```cmd
32+
code-insiders .
33+
```
2734
2835
1. Click the `Reopen in Container` prompt, or press `F1` and select the `Reopen folder in dev container` command.
2936

0 commit comments

Comments
 (0)