FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SIGNALduino_TOOL/.devcontainer/devcontainer.json at master · RFD-FHEM/SIGNALduino_TOOL · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
RFD-FHEM
/
SIGNALduino_TOOL
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
4
Code
Issues
7
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
SIGNALduino_TOOL
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (21 loc) · 735 Bytes
Breadcrumbs
SIGNALduino_TOOL
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
21 lines (21 loc) · 735 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
21
{
"name"
:
"
SIGNALduino_TOOL Development environment
"
,
"dockerComposeFile"
:
"
docker-compose.devcontainer.yml
"
,
"service"
:
"
SIGNALduino_TOOL-development
"
,
"workspaceFolder"
:
"
/usr/src/SIGNALduino_TOOL
"
,
"postCreateCommand"
:
"
sudo /bin/bash -c '. /entry.sh && initialContainerSetup'
"
,
"postStartCommand"
:
"
sudo /bin/bash -c './.devcontainer/link_workspace.sh'
"
,
"features"
: {
"ghcr.io/devcontainers/features/docker-in-docker:2"
: {}
},
"customizations"
: {
"vscode"
: {
"settings"
: {},
"extensions"
: [
"
richterger.perl
"
,
"
rioj7.command-variable
"
,
"
shd101wyy.markdown-preview-enhanced
"
]
}
}
}
Back
|
FazBrowse Home
|
New Git URL