FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
stackrox/.devcontainer/devcontainer.json at 4.11.3-rc.3 · stackrox/stackrox · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
stackrox
/
stackrox
Public
Notifications
You must be signed in to change notification settings
Fork
190
Star
1.3k
Code
Issues
54
Pull requests
594
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
stackrox
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (30 loc) · 656 Bytes
Breadcrumbs
stackrox
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
30 lines (30 loc) · 656 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"
:
"
quay.io/stackrox-io/apollo-ci:stackrox-test-0.5.11
"
,
"containerEnv"
:{
"CI"
:
"
true
"
},
"remoteEnv"
:{
"PATH"
:
"
${containerEnv:PATH}:/workspaces/stackrox/.gotools/bin/
"
},
"forwardPorts"
:[
"
db:5432
"
],
"postCreateCommand"
:
"
git config --global --add safe.directory /workspaces/stackrox && make dev deps
"
,
"customizations"
:{
"vscode"
:{
"extensions"
:[
"
golang.go
"
,
"
eamodio.gitlens
"
,
"
zxh404.vscode-proto3
"
,
"
ms-azuretools.vscode-docker
"
,
"
redhat.vscode-yaml
"
,
"
IBM.output-colorizer
"
],
"settings"
:{
"files.eol"
:
"
\n
"
,
"go.useLanguageServer"
:
true
,
"go.lintTool"
:
"
golangci-lint
"
}
}
}
}
Back
|
FazBrowse Home
|
New Git URL