FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
stdlib/.devcontainer/devcontainer.json at develop · stdlib-js/stdlib · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
stdlib-js
/
stdlib
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
5.9k
Code
Issues
418
Pull requests
948
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
stdlib
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (31 loc) · 882 Bytes
Breadcrumbs
stdlib
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
31 lines (31 loc) · 882 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
31
{
"name"
:
"
stdlib - OSS Development
"
,
"image"
:
"
mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm
"
,
"features"
: {
"ghcr.io/devcontainers/features/python:1"
: {},
"ghcr.io/rocker-org/devcontainer-features/r-apt:0"
: {},
"ghcr.io/julialang/devcontainer-features/julia:1"
: {},
"ghcr.io/devcontainers-extra/features/shellcheck:1"
: {},
"ghcr.io/rocker-org/devcontainer-features/pandoc:1"
: {}
},
"postCreateCommand"
:
"
./.devcontainer/post-create
"
,
"customizations"
: {
"codespaces"
: {
"openFiles"
: [
"
README.md
"
]
},
"vscode"
: {
"settings"
: {
"resmon.show.battery"
:
false
,
"resmon.show.cpufreq"
:
false
},
"extensions"
: [
"
dbaeumer.vscode-eslint
"
,
"
EditorConfig.EditorConfig
"
,
"
formulahendry.code-runner
"
,
"
vsls-contrib.codetour
"
]
}
}
}
Back
|
FazBrowse Home
|
New Git URL