FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
matplotlib/.devcontainer/devcontainer.json at main · matplotlib/matplotlib · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
matplotlib
/
matplotlib
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
8.5k
Star
23.1k
Code
Issues
1.1k
Pull requests
415
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
matplotlib
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (38 loc) · 1.04 KB
Breadcrumbs
matplotlib
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
38 lines (38 loc) · 1.04 KB
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
35
36
37
38
{
"hostRequirements"
: {
"memory"
:
"
8gb
"
,
"cpus"
:
4
},
"image"
:
"
mcr.microsoft.com/devcontainers/universal:2
"
,
"features"
: {
"ghcr.io/devcontainers/features/desktop-lite:1"
: {},
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1"
: {
"packages"
:
"
inkscape,ffmpeg,dvipng,lmodern,cm-super,texlive-latex-base,texlive-latex-extra,texlive-fonts-recommended,texlive-latex-recommended,texlive-pictures,texlive-xetex,fonts-wqy-zenhei,graphviz,fonts-crosextra-carlito,fonts-freefont-otf,fonts-comic-neue,fonts-noto-cjk,optipng
"
}
},
"onCreateCommand"
:
"
.devcontainer/setup.sh
"
,
"postCreateCommand"
:
"
"
,
"forwardPorts"
: [
6080
],
"portsAttributes"
: {
"6080"
: {
"label"
:
"
desktop
"
}
},
"customizations"
: {
"vscode"
: {
"extensions"
: [
"
ms-python.python
"
,
"
yy0931.mplstyle
"
,
"
eamodio.gitlens
"
,
"
ms-vscode.live-server
"
],
"settings"
: {}
},
"codespaces"
: {
"openFiles"
: [
"
README.md
"
,
"
doc/devel/codespaces.md
"
]
}
}
}
Back
|
FazBrowse Home
|
New Git URL