Merge pull request #23 from pamelafox/testwf
Browse files
.devcontainer/devcontainer.json
CHANGED
@@ -47,12 +47,10 @@
|
|
47 |
|
48 |
// Add the IDs of extensions you want installed when the container is created.
|
49 |
"extensions": [
|
50 |
-
"ms-azuretools.azure-dev",
|
51 |
"ms-python.python",
|
52 |
"ms-python.vscode-pylance",
|
53 |
"charliermarsh.ruff",
|
54 |
"ms-azuretools.vscode-bicep",
|
55 |
-
"GitHub.vscode-github-actions",
|
56 |
"mtxr.sqltools",
|
57 |
"mtxr.sqltools-driver-pg",
|
58 |
"spmeesseman.vscode-taskexplorer"
|
|
|
47 |
|
48 |
// Add the IDs of extensions you want installed when the container is created.
|
49 |
"extensions": [
|
|
|
50 |
"ms-python.python",
|
51 |
"ms-python.vscode-pylance",
|
52 |
"charliermarsh.ruff",
|
53 |
"ms-azuretools.vscode-bicep",
|
|
|
54 |
"mtxr.sqltools",
|
55 |
"mtxr.sqltools-driver-pg",
|
56 |
"spmeesseman.vscode-taskexplorer"
|