parent
2be146ceed
commit
43c0736d51
|
|
@ -18,8 +18,8 @@
|
|||
"ghcr.io/devcontainers/features/powershell:1": {
|
||||
"version": "7.3"
|
||||
}
|
||||
},
|
||||
"customizations": {
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"DavidAnson.vscode-markdownlint",
|
||||
|
|
@ -35,5 +35,5 @@
|
|||
"yzhang.markdown-all-in-one"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/cpp:1.0.0-buster",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/python:1": {
|
||||
"version": "3.11"
|
||||
},
|
||||
"ghcr.io/devcontainers/features/dotnet:1": {
|
||||
"version": "6"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -56,7 +56,6 @@ jobs:
|
|||
uses: devcontainers/ci@v0.3
|
||||
with:
|
||||
push: never
|
||||
subFolder: .devcontainer/dotnet-linux-x64
|
||||
runCmd: |
|
||||
cd ./src/dotnet
|
||||
chmod 755 *.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue