We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379f668 commit 0a72a26Copy full SHA for 0a72a26
.devcontainer/README.md
@@ -7,6 +7,7 @@ Create a `.env` on the root of the project with the following content:
7
GH_TOKEN=your_github_token
8
npm_config_arch=your_architecture # Options are: x64, arm64, arm, riscv64, loong64, ppc64, and s390x
9
_VSCODE_ARCH=your_vsc_architecture # Options are: x64, arm64, armhf, riscv64, loong64, ppc64le, and s390x
10
+# DISABLE_QEMU=true # Uncomment this if you prefer not to use the QEMU step in postinstall.js
11
# Any other environment variable you want the tasks to run with or that set the build environment to your desired output architecture
12
```
13
0 commit comments