You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,7 @@ docker compose up --build
10
10
11
11
## Development with VSCode
12
12
13
-
Once Docker Compose is running you can use Visual Studio Code's
14
-
[Remote Development extension pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)
15
-
to automatically attach to the development environment with appropriate VSCode extensions and such.
13
+
Once Docker Compose is running you can use Visual Studio Code's [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) to automatically attach to the development environment with appropriate VSCode extensions and such.
16
14
17
15
Install the extension (and other requirements - see ["Developing inside a Container"](https://code.visualstudio.com/docs/remote/containers)).
0 commit comments