Devcontainer: add recommended extensions (#29703)

* add recommended extensions

* add cython and jupter
pull/29706/head
Justin Newberry 2 years ago committed by GitHub
parent d998fd88a8
commit 82ea2c5688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      .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