FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
siliconcompiler/.devcontainer/devcontainer.json at main · cascode-labs/siliconcompiler · GitHub
cascode-labs
/
siliconcompiler
Public
forked from
siliconcompiler/siliconcompiler
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
siliconcompiler
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (30 loc) · 640 Bytes
Breadcrumbs
siliconcompiler
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
30 lines (30 loc) · 640 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
22
23
24
25
26
27
28
29
30
{
"image"
:
"
ghcr.io/siliconcompiler/sc_runner:latest
"
,
"hostRequirements"
: {
"cpus"
:
2
},
"customizations"
: {
"codespaces"
: {
"openFiles"
: []
},
"vscode"
: {
"extensions"
: [
"
ms-python.python
"
]
}
},
"features"
: {
"ghcr.io/devcontainers/features/python:1"
: {},
"ghcr.io/devcontainers/features/desktop-lite"
: {},
"ghcr.io/devcontainers/features/github-cli:1"
: {}
},
"forwardPorts"
: [
"
6080
"
],
"portsAttributes"
: {
"6080"
: {
"label"
:
"
desktop-pw-vscode
"
,
"protocol"
:
"
http
"
}
}
}
Back
|
FazBrowse Home
|
New Git URL