Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
benpaddlejones authored Nov 27, 2024
1 parent 0a8d4d1 commit a75c310
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,23 @@
},
"extensions": [
"McCarter.start-git-bash",
"alexcvzz.vscode-sqlite",
"yy0931.vscode-sqlite3-editor",
"medo64.render-crlf",
"ecmel.vscode-html-css",
"rangav.vscode-thunder-client",
"ms-vscode.js-debug",
"dbaeumer.vscode-eslint",
"miramac.vscode-exec-node",
"yy0931.vscode-sqlite3-editor",
"ms-python.python",
"esbenp.prettier-vscode",
"oderwat.indent-rainbow",
"ritwickdey.LiveServer",
"tomoki1207.pdf",
"ms-vscode-remote.remote-containers",
"ms-vscode-remote.remote-wsl",
"GitHub.codespaces",
"ms-python.debugpy",
"ms-python.vscode-pylance",
"ms-vscode-remote.remote-wsl",
"ms-azuretools.vscode-docker"
"ms-azuretools.vscode-docker",
"saeris.markdown-github-alerts",
"bierner.markdown-preview-github-styles"
]
}
},
Expand Down

0 comments on commit a75c310

Please sign in to comment.