Update .devcontainer/devcontainer.json

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
Trganda
2023-12-01 09:23:45 +08:00
committed by GitHub
parent 3a2b0827c2
commit b56439b6ee

View File

@@ -1,5 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"extensions": [
"github.vscode-codeql",
"slevesque.vscode-zipexplorer"