FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ProgrammingChallenges/.devcontainer/devcontainer.json at master · AgencyPMG/ProgrammingChallenges · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jul 21, 2026. It is now read-only.
AgencyPMG
/
ProgrammingChallenges
Public archive
Notifications
You must be signed in to change notification settings
Fork
308
Star
10
Code
Pull requests
30
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
ProgrammingChallenges
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (20 loc) · 547 Bytes
Breadcrumbs
ProgrammingChallenges
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
20 lines (20 loc) · 547 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"image"
:
"
mcr.microsoft.com/devcontainers/universal:2
"
,
"features"
: {
"ghcr.io/christophermacgown/devcontainer-features/direnv:1"
: {},
"ghcr.io/mickeahlinder/devcontainer-features/tfenv:1"
: {},
"ghcr.io/devcontainers/features/aws-cli:1"
: {},
"ghcr.io/devcontainers/features/python:1"
: {
"version"
:
"
3.11
"
}
},
"customizations"
: {
"vscode"
: {
"settings"
: {},
"extensions"
: [
"
hashicorp.terraform
"
]
}
},
"onCreateCommand"
:
"
pip install -r terraform-live/requirements.txt
"
}
Back
|
FazBrowse Home
|
New Git URL