We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91160b0 commit 2c0c71fCopy full SHA for 2c0c71f
.devcontainer/devcontainer.json
@@ -1,10 +1,14 @@
1
{
2
- "name": "Container Labs Terraform",
+ "name": "Container Labs terraform",
3
+ "dockerFile": "Dockerfile",
4
"extensions": [
- "hashicorp.terraform"
5
+ "hashicorp.terraform"
6
],
- "dockerFile": "Dockerfile",
7
"settings": {
8
- "terminal.integrated.shell.linux": "/usr/bin/zsh"
+ "workbench.iconTheme": "vscode-icons",
9
+ "materialTheme.accent": "Orange",
10
+ "workbench.startupEditor": "readme",
11
+ "workbench.colorTheme": "Community Material Theme High Contrast",
12
+ "terminal.integrated.shell.linux": "/usr/bin/zsh"
13
}
14
0 commit comments