diff --git a/.devcontainer/README.md b/.devcontainer/README.md index 827166823d7..bd2425200ec 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -58,7 +58,7 @@ You may see improved VNC responsiveness when accessing a codespace from VS Code 2. After the VS Code is up and running, press Ctrl/Cmd + Shift + P or F1, choose **Codespaces: Create New Codespace**, and use the following settings: - `microsoft/vscode` for the repository. - - Select any branch (e.g. **main**) - you select a different one later. + - Select any branch (e.g. **main**) - you can select a different one later. - Choose **Standard** (4-core, 8GB) as the size. 4. After you have connected to the codespace, you can use a [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/) to connect to `localhost:5901` and enter `vscode` as the password. diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6623033a491..b9a287013f8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ // Image contents: https://github.com/microsoft/vscode-dev-containers/blob/master/repository-containers/images/github.com/microsoft/vscode/.devcontainer/base.Dockerfile "image": "mcr.microsoft.com/vscode/devcontainers/repos/microsoft/vscode:branch-main", "overrideCommand": false, - "runArgs": [ "--init", "--security-opt", "seccomp=unconfined"], + "runArgs": [ "--init", "--security-opt", "seccomp=unconfined", "--shm-size=1g"], "settings": { "resmon.show.battery": false,