FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Plotly.NET/.devcontainer/devcontainer.json at refs/heads/dev · plotly/Plotly.NET · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
plotly
/
Plotly.NET
Public
Notifications
You must be signed in to change notification settings
Fork
99
Star
859
Code
Issues
42
Pull requests
3
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
Plotly.NET
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
39 lines (39 loc) · 1.31 KB
Breadcrumbs
Plotly.NET
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
39 lines (39 loc) · 1.31 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
39
{
"name"
:
"
Plotly.NET agent sandbox
"
,
"build"
: {
"dockerfile"
:
"
Dockerfile
"
},
"features"
: {
"ghcr.io/devcontainers/features/dotnet:2"
: {
"version"
:
"
10.0
"
,
"installUsingApt"
:
false
},
"ghcr.io/devcontainers/features/node:1"
: {
"version"
:
"
lts
"
},
"ghcr.io/devcontainers/features/github-cli:1"
: {}
},
"remoteUser"
:
"
vscode
"
,
"containerEnv"
: {
"DOTNET_CLI_TELEMETRY_OPTOUT"
:
"
1
"
,
"DOTNET_NOLOGO"
:
"
1
"
,
"NUGET_XMLDOC_MODE"
:
"
skip
"
,
"PUPPETEER_SKIP_CHROMIUM_DOWNLOAD"
:
"
true
"
},
"postCreateCommand"
:
"
bash .devcontainer/postCreate.sh
"
,
"mounts"
: [
"
source=${localEnv:HOME}${localEnv:USERPROFILE}/.claude,target=/home/vscode/.claude,type=bind,consistency=cached
"
,
"
source=${localEnv:HOME}${localEnv:USERPROFILE}/.claude.json,target=/home/vscode/.claude.json,type=bind,consistency=cached
"
,
"
source=${localEnv:HOME}${localEnv:USERPROFILE}/.codex,target=/home/vscode/.codex,type=bind,consistency=cached
"
],
"customizations"
: {
"vscode"
: {
"extensions"
: [
"
ms-dotnettools.csdevkit
"
,
"
ionide.ionide-fsharp
"
,
"
anthropic.claude-code
"
,
"
openai.chatgpt
"
]
}
}
}
Back
|
FazBrowse Home
|
New Git URL