We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8abd80 commit eb91af0Copy full SHA for eb91af0
1 file changed
.devcontainer/devcontainer.json
@@ -34,10 +34,4 @@
34
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
35
"remoteUser": "node",
36
37
- // Test hostRequirements setting for machine types - currently undocumented
38
- "hostRequirements": {
39
- "cpus": 8,
40
- "memory": "8gb", // otherwise is bytes - allows for other units like mb, or k
41
- "storage": "32gb" // otherwise is bytes - allows for other units like tb, or mb, or k
42
- }
43
}
0 commit comments