FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
PowerShell/.devcontainer/devcontainer.json at relocSystemConfig · PowerShell/PowerShell · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
PowerShell
/
PowerShell
Public
Notifications
You must be signed in to change notification settings
Fork
8.4k
Star
55.1k
Code
Issues
1.3k
Pull requests
318
Discussions
Actions
Projects
Security and quality
3
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
PowerShell
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (20 loc) · 702 Bytes
Breadcrumbs
PowerShell
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
23 lines (20 loc) · 702 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
//
See https://aka.ms/vscode-remote/devcontainer.json for format details.
{
"name"
:
"
.NET Core 6.0, including pwsh (Ubuntu 18.04)
"
,
"dockerFile"
:
"
Dockerfile
"
,
"workspaceMount"
:
"
source=${localWorkspaceFolder},target=/PowerShell,type=bind
"
,
"workspaceFolder"
:
"
/PowerShell
"
,
//
Uncomment the next line to run commands after the container is created.
"postCreateCommand"
:
"
cd src/powershell-unix && dotnet restore
"
,
"customizations"
: {
"vscode"
: {
"extensions"
: [
"
ms-azure-devops.azure-pipelines
"
,
"
ms-dotnettools.csharp
"
,
"
ms-vscode.powershell
"
,
"
DavidAnson.vscode-markdownlint
"
,
"
vitaliymaz.vscode-svg-previewer
"
]
}
}
}
Back
|
FazBrowse Home
|
New Git URL