Devcontainer: add recommended extensions (#29703)

* add recommended extensions

* add cython and jupter
old-commit-hash: 82ea2c5688
beeps
Justin Newberry 2 years ago committed by GitHub
parent c4ae1fae5a
commit 38270df689
  1. 13
      .devcontainer/devcontainer.json

@ -19,5 +19,16 @@
"--volume=/tmp/comma_download_cache:/tmp/comma_download_cache",
"--volume=/tmp/devcontainer_scons_cache:/tmp/scons_cache",
"--shm-size=1G"
]
],
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-vscode.cpptools",
"ms-toolsai.jupyter",
"guyskk.language-cython",
"lharri73.dbc"
]
}
}
}
Loading…
Cancel
Save