Skip to content

Commit

Permalink
Improve local instance installation using VS code containers (#1189)
Browse files Browse the repository at this point in the history
* Improve local instance installation using VS code containers

* Add git link

Co-authored-by: Joshua Kuestersteffen <jkuester@kuester7.com>

---------

Co-authored-by: Joshua Kuestersteffen <jkuester@kuester7.com>
  • Loading branch information
esthermmoturi and jkuester committed Nov 20, 2023
1 parent 985586d commit c872cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/apps/tutorials/local-setup.md
Expand Up @@ -136,7 +136,7 @@ If you want to develop CHT apps with VS Code, you can use the `cht-app-ide` Dock

[Install VS Code](https://code.visualstudio.com/) if you do not have it already.

Using the terminal (or the WSL shell on Windows: _Start > wsl_), run the following commands from within your project directory (created above) to download the `.devcontainer.json` config file, install the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers), and open the project directory in VSCode:
Using the terminal (or the WSL shell on Windows: _Start > wsl_, or [Git Bash for Windows](https://gitforwindows.org/) without WSL), run the following commands from within your project directory (created above) to download the `.devcontainer.json` config file, install the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers), and open the project directory in VSCode:

```shell
cd ~/cht-project
Expand Down

0 comments on commit c872cea

Please sign in to comment.