mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
20 lines
595 B
JSON
20 lines
595 B
JSON
{
|
|
"name": "Roleypoly (Bazel, Go, Node)",
|
|
// Docker Hub because easier to go fast
|
|
"image": "roleypoly/dev-container:main",
|
|
"settings": {
|
|
"terminal.integrated.shell.linux": "/bin/bash"
|
|
},
|
|
"extensions": [
|
|
"bazelbuild.vscode-bazel",
|
|
"dbaeumer.vscode-eslint",
|
|
"golang.go",
|
|
"hashicorp.terraform",
|
|
"firsttris.vscode-jest-runner",
|
|
"esbenp.prettier-vscode",
|
|
"zxh404.vscode-proto3",
|
|
"jpoissonnier.vscode-styled-components",
|
|
"eg2.vscode-npm-script",
|
|
"christian-kohler.npm-intellisense"
|
|
]
|
|
}
|