FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
rescript/.devcontainer/devcontainer.json at master · rescript-lang/rescript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
rescript-lang
/
rescript
Public
Notifications
You must be signed in to change notification settings
Fork
485
Star
7.4k
Code
Issues
120
Pull requests
49
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
rescript
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (34 loc) · 784 Bytes
Breadcrumbs
rescript
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
34 lines (34 loc) · 784 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
32
33
34
{
"name"
:
"
ReScript Compiler
"
,
"build"
: {
"context"
:
"
.
"
,
"dockerfile"
:
"
Dockerfile
"
,
"args"
: {
"USER_UID"
:
"
${localEnv:UID}
"
,
"USER_GID"
:
"
${localEnv:GID}
"
}
},
"features"
: {
"ghcr.io/devcontainers/features/github-cli:1"
: {
"installDirectlyFromGitHubRelease"
:
true
,
"version"
:
"
latest
"
},
"ghcr.io/devcontainers/features/node:1"
: {
"version"
:
"
22
"
,
"installYarnUsingApt"
:
false
}
},
"customizations"
: {
"vscode"
: {
"extensions"
: [
"
ocamllabs.ocaml-platform
"
,
"
chenglou92.rescript-vscode
"
,
"
biomejs.biome
"
,
"
rust-lang.rust-analyzer
"
]
}
},
"postCreateCommand"
:
"
.devcontainer/postCreate.sh
"
,
"remoteUser"
:
"
vscode
"
,
"containerUser"
:
"
vscode
"
}
Back
|
FazBrowse Home
|
New Git URL