Skip to content

Commit

Permalink
update dev container (#1951)
Browse files Browse the repository at this point in the history
* update to support git on linux
* add github pr to extension list
* add xml tools and gitlens
  • Loading branch information
Lyanthropos authored Feb 24, 2023
1 parent 59cae9b commit 933f290
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,22 @@
"postStartCommand": "npx snowpack dev",

// Uncomment to connect as a non-root user if you've added one. See https://aka.ms/vscode-remote/containers/non-root.
// "remoteUser": "vscode"
"remoteUser": "root",
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint",
"ms-azuretools.vscode-docker",
"esbenp.prettier-vscode",
"styled-components.vscode-styled-components",
"meganrogge.template-string-converter"
"meganrogge.template-string-converter",
"GitHub.vscode-pull-request-github",
"eamodio.gitlens",
"DotJoshJohnson.xml"
],
"settings": {
"editor.formatOnSave": true
"editor.formatOnSave": true,
"extensions.verifySignature": false
}
}
}
Expand Down

0 comments on commit 933f290

Please sign in to comment.