build: correct codespaces devcontainer extensions settings (#39123)
This commit is contained in:
parent
00d96970cb
commit
ee4460ac68
1 changed files with 32 additions and 31 deletions
|
@ -4,37 +4,6 @@
|
||||||
"onCreateCommand": ".devcontainer/on-create-command.sh",
|
"onCreateCommand": ".devcontainer/on-create-command.sh",
|
||||||
"updateContentCommand": ".devcontainer/update-content-command.sh",
|
"updateContentCommand": ".devcontainer/update-content-command.sh",
|
||||||
"workspaceFolder": "/workspaces/gclient/src/electron",
|
"workspaceFolder": "/workspaces/gclient/src/electron",
|
||||||
"extensions": [
|
|
||||||
"joeleinbinder.mojom-language",
|
|
||||||
"rafaelmaiolla.diff",
|
|
||||||
"surajbarkale.ninja",
|
|
||||||
"ms-vscode.cpptools",
|
|
||||||
"mutantdino.resourcemonitor",
|
|
||||||
"dbaeumer.vscode-eslint",
|
|
||||||
"shakram02.bash-beautify",
|
|
||||||
"marshallofsound.gnls-electron",
|
|
||||||
"CircleCI.circleci"
|
|
||||||
],
|
|
||||||
"settings": {
|
|
||||||
"editor.tabSize": 2,
|
|
||||||
"bashBeautify.tabSize": 2,
|
|
||||||
"typescript.tsdk": "node_modules/typescript/lib",
|
|
||||||
"[gn]": {
|
|
||||||
"editor.formatOnSave": true
|
|
||||||
},
|
|
||||||
"[javascript]": {
|
|
||||||
"editor.codeActionsOnSave": {
|
|
||||||
"source.fixAll.eslint": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"[typescript]": {
|
|
||||||
"editor.codeActionsOnSave": {
|
|
||||||
"source.fixAll.eslint": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"javascript.preferences.quoteStyle": "single",
|
|
||||||
"typescript.preferences.quoteStyle": "single"
|
|
||||||
},
|
|
||||||
"forwardPorts": [8088, 6080, 5901],
|
"forwardPorts": [8088, 6080, 5901],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"8088": {
|
"8088": {
|
||||||
|
@ -60,6 +29,38 @@
|
||||||
"openFiles": [
|
"openFiles": [
|
||||||
".devcontainer/README.md"
|
".devcontainer/README.md"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"vscode": {
|
||||||
|
"extensions": ["joeleinbinder.mojom-language",
|
||||||
|
"rafaelmaiolla.diff",
|
||||||
|
"surajbarkale.ninja",
|
||||||
|
"ms-vscode.cpptools",
|
||||||
|
"mutantdino.resourcemonitor",
|
||||||
|
"dbaeumer.vscode-eslint",
|
||||||
|
"shakram02.bash-beautify",
|
||||||
|
"marshallofsound.gnls-electron",
|
||||||
|
"CircleCI.circleci"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"editor.tabSize": 2,
|
||||||
|
"bashBeautify.tabSize": 2,
|
||||||
|
"typescript.tsdk": "node_modules/typescript/lib",
|
||||||
|
"[gn]": {
|
||||||
|
"editor.formatOnSave": true
|
||||||
|
},
|
||||||
|
"[javascript]": {
|
||||||
|
"editor.codeActionsOnSave": {
|
||||||
|
"source.fixAll.eslint": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"[typescript]": {
|
||||||
|
"editor.codeActionsOnSave": {
|
||||||
|
"source.fixAll.eslint": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"javascript.preferences.quoteStyle": "single",
|
||||||
|
"typescript.preferences.quoteStyle": "single"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue