adding features, and commentted options
This commit is contained in:
@@ -7,8 +7,10 @@
|
|||||||
|
|
||||||
// Features to add to the dev container. More info: https://containers.dev/features.
|
// Features to add to the dev container. More info: https://containers.dev/features.
|
||||||
"features": {
|
"features": {
|
||||||
|
// "ghcr.io/devcontainers/features/aws-cli:1": {},
|
||||||
|
//"ghcr.io/dhoeric/features/terraform-docs:1": {},
|
||||||
"ghcr.io/devcontainers/features/terraform:1": {},
|
"ghcr.io/devcontainers/features/terraform:1": {},
|
||||||
"ghcr.io/dhoeric/features/tfsec:1":{},
|
"ghcr.io/dhoeric/features/tfsec:1":{}
|
||||||
},
|
},
|
||||||
|
|
||||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||||
@@ -22,12 +24,14 @@
|
|||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"hashicorp.terraform",
|
"hashicorp.terraform",
|
||||||
"gitlens.gitlens"
|
"gitlens.gitlens",
|
||||||
|
"oderwat.indent-rainbow",
|
||||||
|
"Catppuccin.vscode",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
||||||
// "remoteUser": "root"
|
"remoteUser": "root"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user