Revert "Dev Container performance (#25)" (#27)

This reverts commit 2be146ceed.
pull/85/head
mullerj 2023-07-04 17:03:58 -04:00 committed by GitHub
parent 2be146ceed
commit 43c0736d51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 30 deletions

View File

@ -18,22 +18,22 @@
"ghcr.io/devcontainers/features/powershell:1": { "ghcr.io/devcontainers/features/powershell:1": {
"version": "7.3" "version": "7.3"
} }
}, },
"customizations": { "customizations": {
"vscode": { "vscode": {
"extensions": [ "extensions": [
"DavidAnson.vscode-markdownlint", "DavidAnson.vscode-markdownlint",
"eamodio.gitlens", "eamodio.gitlens",
"github.vscode-github-actions", "github.vscode-github-actions",
"GitHub.codespaces", "GitHub.codespaces",
"jebbs.plantuml", "jebbs.plantuml",
"ms-python.isort", "ms-python.isort",
"ms-vscode-remote.remote-containers", "ms-vscode-remote.remote-containers",
"ms-vscode.cpptools-themes", "ms-vscode.cpptools-themes",
"ms-vscode.PowerShell", "ms-vscode.PowerShell",
"tomoki1207.pdf", "tomoki1207.pdf",
"yzhang.markdown-all-in-one" "yzhang.markdown-all-in-one"
] ]
} }
} }
} }

View File

@ -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"
}
}
}

View File

@ -56,7 +56,6 @@ jobs:
uses: devcontainers/ci@v0.3 uses: devcontainers/ci@v0.3
with: with:
push: never push: never
subFolder: .devcontainer/dotnet-linux-x64
runCmd: | runCmd: |
cd ./src/dotnet cd ./src/dotnet
chmod 755 *.sh chmod 755 *.sh