Spaces:
Configuration error
Configuration error
Commit
·
bc0e191
1
Parent(s):
71f3c61
Added github actions VScode extension
Browse files
.devcontainer/devcontainer.json
CHANGED
|
@@ -9,7 +9,8 @@
|
|
| 9 |
"extensions": [
|
| 10 |
"-dbaeumer.vscode-eslint",
|
| 11 |
"ms-python.python",
|
| 12 |
-
"streetsidesoftware.code-spell-checker"
|
|
|
|
| 13 |
]
|
| 14 |
}
|
| 15 |
},
|
|
|
|
| 9 |
"extensions": [
|
| 10 |
"-dbaeumer.vscode-eslint",
|
| 11 |
"ms-python.python",
|
| 12 |
+
"streetsidesoftware.code-spell-checker",
|
| 13 |
+
"github.vscode-github-actions"
|
| 14 |
]
|
| 15 |
}
|
| 16 |
},
|