|
@@ -9,20 +9,23 @@
|
|
|
|
|
|
|
|
// Set *default* container specific settings.json values on container create.
|
|
// Set *default* container specific settings.json values on container create.
|
|
|
"settings": {
|
|
"settings": {
|
|
|
- "terminal.integrated.shell.linux": "/bin/bash"
|
|
|
|
|
|
|
+ "terminal.integrated.defaultProfile.linux": "bash"
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
// Add the IDs of extensions you want installed when the container is created.
|
|
// Add the IDs of extensions you want installed when the container is created.
|
|
|
"extensions": [
|
|
"extensions": [
|
|
|
- "dbaeumer.vscode-eslint",
|
|
|
|
|
- "eamodio.gitlens",
|
|
|
|
|
|
|
+ "dbaeumer.vscode-eslint",
|
|
|
|
|
+ "mhutchie.git-graph",
|
|
|
|
|
+ "eamodio.gitlens",
|
|
|
|
|
+ "github.vscode-pull-request-github",
|
|
|
|
|
+ "cschleiden.vscode-github-actions",
|
|
|
"firsttris.vscode-jest-runner",
|
|
"firsttris.vscode-jest-runner",
|
|
|
- "msjsdiag.debugger-for-chrome",
|
|
|
|
|
- "firefox-devtools.vscode-firefox-debug",
|
|
|
|
|
- "editorconfig.editorconfig",
|
|
|
|
|
- "esbenp.prettier-vscode",
|
|
|
|
|
- "shinnn.stylelint",
|
|
|
|
|
- "hex-ci.stylelint-plus",
|
|
|
|
|
|
|
+ "msjsdiag.debugger-for-chrome",
|
|
|
|
|
+ "firefox-devtools.vscode-firefox-debug",
|
|
|
|
|
+ "editorconfig.editorconfig",
|
|
|
|
|
+ "esbenp.prettier-vscode",
|
|
|
|
|
+ "shinnn.stylelint",
|
|
|
|
|
+ "hex-ci.stylelint-plus",
|
|
|
],
|
|
],
|
|
|
|
|
|
|
|
// Uncomment the next line if you want start specific services in your Docker Compose config.
|
|
// Uncomment the next line if you want start specific services in your Docker Compose config.
|