Skip to content

Commit af8749d

Browse files
committed
Minor edits
1 parent fc420cb commit af8749d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .devcontainer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You may see improved VNC responsiveness when accessing a codespace from VS Code
5858
5959
2. After the VS Code is up and running, press <kbd>Ctrl/Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> or <kbd>F1</kbd>, choose **Codespaces: Create New Codespace**, and use the following settings:
6060
- `microsoft/vscode` for the repository.
61-
- Select any branch (e.g. **main**) - you select a different one later.
61+
- Select any branch (e.g. **main**) - you can select a different one later.
6262
- Choose **Standard** (4-core, 8GB) as the size.
6363

6464
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 for: .devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Image contents: https://github.com/microsoft/vscode-dev-containers/blob/master/repository-containers/images/github.com/microsoft/vscode/.devcontainer/base.Dockerfile
55
"image": "mcr.microsoft.com/vscode/devcontainers/repos/microsoft/vscode:branch-main",
66
"overrideCommand": false,
7-
"runArgs": [ "--init", "--security-opt", "seccomp=unconfined"],
7+
"runArgs": [ "--init", "--security-opt", "seccomp=unconfined", "--shm-size=1g"],
88

99
"settings": {
1010
"resmon.show.battery": false,

0 commit comments

Comments
 (0)