devcontainer more extension for debug purposes

This commit is contained in:
Orce MARINKOVSKI 2024-12-22 22:11:46 +00:00
parent 79f4e7151f
commit f493ecc51f

View File

@ -8,7 +8,9 @@
"vscode": {
"extensions": [
"mhutchie.git-graph",
"ms-python.python"
"ms-python.python",
"ms-vscode.js-debug-nightly",
"eamodio.gitlens"
]
}
},