2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-18 18:19:02 +00:00

Updated VSCode Remote Containers extension

As I was going through the installation process, I noticed the steps for VSCode Remote Containers were a little unclear.
I also a fixed a typo in Line 14
This commit is contained in:
Sam Prasad 2020-05-31 20:02:55 -04:00 committed by GitHub
parent 2eecd1311d
commit 945a9e3979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ In order to start developing you need to satisfy the following prerequisites:
It is recommended you allocate at least 4GB of RAM to docker:
- [Instructions for Windows](https://docs.docker.com/docker-for-windows/#resources)
- [Instructions for MacOOS](https://docs.docker.com/docker-for-mac/#resources)
- [Instructions for macOS](https://docs.docker.com/docker-for-mac/#resources)
## Bootstrap Containers for development
@ -30,8 +30,8 @@ VSCode should automatically inquire you to install the required extensions, that
- Install Remote - Containers for VSCode
- through command line `code --install-extension ms-vscode-remote.remote-containers`
- clicking on the button at the following link: [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
- searching for extension `ms-vscode-remote.remote-containers`
- clicking on the Install button in the Vistual Studio Marketplace: [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
- View: Extensions command in VSCode (Windows: Ctrl+Shift+X; macOS: Cmd+Shift+X) then search for extension `ms-vscode-remote.remote-containers`
After the extensions are installed, you can: