gctGenerator/.devcontainer/devcontainer.json
Matteias Collet 527ed6fbc5
Presets and categories (#73)
* add code categories

* add exclusives and dependencies

* add code selection presets

* remove standard category from some codes

* remove presets from nozzle lock

* reset preset selection on select & unselect stage loader

* update some translations

* remove stage loader from selection when changing versions

* add stage loader help text & warn when changing version if a code is selected

* prevent selecting disabled codes

* drop yarn in favor of npm

* Update Codes.xml

* reset code preset select on cancel

* minor style changes
2021-10-10 15:45:53 +02:00

19 lines
428 B
JSON

{
"name": "GCT Generator",
"build": {
"dockerfile": "Dockerfile",
"args": { "VARIANT": "14" }
},
"settings": {
"terminal.integrated.defaultProfile.linux": "bash"
},
"extensions": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"ms-vsliveshare.vsliveshare",
"wayou.vscode-todo-highlight",
],
"forwardPorts": [8080],
"postCreateCommand": "npm install",
"remoteUser": "node"
}