FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
rustpython.github.io/.devcontainer/devcontainer.json at master · aognio/rustpython.github.io · GitHub
aognio
/
rustpython.github.io
Public
forked from
RustPython/rustpython.github.io
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
rustpython.github.io
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (27 loc) · 690 Bytes
Breadcrumbs
rustpython.github.io
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
27 lines (27 loc) · 690 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
{
"name"
:
"
Jekyll
"
,
"image"
:
"
mcr.microsoft.com/devcontainers/base:debian
"
,
"containerEnv"
: {
"ENV LANG"
:
"
en_US.UTF-8
"
,
"LANGUAGE"
:
"
en_US:en
"
,
"TZ"
:
"
Etc/UTC
"
,
"LANG"
:
"
en_US.UTF-8
"
},
"features"
: {
"ghcr.io/devcontainers-contrib/features/ruby-asdf:0"
: {
//
Cf Ruby version in https://pages.github.com/versions/
"version"
:
"
2.7.4
"
}
},
"postCreateCommand"
: [
"
.devcontainer/post-create.sh
"
],
"forwardPorts"
: [
//
Jekyll server
4000
,
//
Live reload server
35729
],
//
Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser"
:
"
vscode
"
}
Back
|
FazBrowse Home
|
New Git URL