Added devcontainer for testing
This commit is contained in:
parent
707776f1ed
commit
05817a8866
1 changed files with 20 additions and 0 deletions
20
.devcontainers/devcontainer.json
Normal file
20
.devcontainers/devcontainer.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "C# (.NET)",
|
||||
"image": "mcr.microsoft.com/devcontainers/dotnet:0-6.0",
|
||||
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"settings": {},
|
||||
"extensions": [
|
||||
"streetsidesoftware.code-spell-checker"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"portsAttributes": {
|
||||
"5118": {
|
||||
"label": "Moonlight",
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue