We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d69884 commit c97aab0Copy full SHA for c97aab0
1 file changed
.devcontainer/devcontainer.json
@@ -16,5 +16,6 @@
16
"postAttachCommand": {
17
"server": "npm run serve",
18
"watcher": "npx gulp watch"
19
- }
+ },
20
+ "hostRequirements": {"cpus": 4}
21
}
0 commit comments