FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
bitplatform/.devcontainer/devcontainer.json at develop · VedSap/bitplatform · GitHub
VedSap
/
bitplatform
Public
forked from
bitfoundation/bitplatform
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
bitplatform
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
37 lines (37 loc) · 1.11 KB
Breadcrumbs
bitplatform
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
37 lines (37 loc) · 1.11 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
{
"name"
:
"
bit platform
"
,
"hostRequirements"
: {
"cpus"
:
4
},
"onCreateCommand"
:
"
wget https://download.visualstudio.microsoft.com/download/pr/0e717d01-aad7-475a-8b67-50c59cf043b1/6eaa1c636e15ec8e1b97b3438360c770/dotnet-sdk-9.0.102-linux-x64.tar.gz -O $HOME/dotnet.tar.gz && export DOTNET_ROOT=$HOME/.dotnet && mkdir -p
\"
$DOTNET_ROOT
\"
&& tar zxf $HOME/dotnet.tar.gz -C
\"
$DOTNET_ROOT
\"
&& export PATH=$DOTNET_ROOT:$DOTNET_ROOT/tools:$PATH && find . -type f -name '*.csproj' -exec sed -i 's/Microsoft.NET.Sdk.BlazorWebAssembly/Microsoft.NET.Sdk.Web/g' {}
\\
;
"
,
"waitFor"
:
"
onCreateCommand
"
,
"customizations"
: {
"codespaces"
: {
"openFiles"
: [
"
CONTRIBUTING.md
"
]
},
"vscode"
: {
"extensions"
: [
"
glenn2223.live-sass
"
]
}
},
"forwardPorts"
: [
4000
,
4001
,
5000
,
5001
,
4030
,
4031
,
4040
,
4041
,
5030
,
5031
,
5040
,
5041
],
"remoteEnv"
: {
"ASPNETCORE_ENVIRONMENT"
:
"
Development
"
}
}
Back
|
FazBrowse Home
|
New Git URL