mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-23 04:57:57 -05:00
* Adds jupyter as a vscode extension, fix validation errors in vscode (see https://containers.dev/supporting#visual-studio-code) * Trim trailing whitespace * Add newline to end of file --------- Co-authored-by: Li Jiang <bnujli@gmail.com>
22 lines
651 B
JSON
22 lines
651 B
JSON
{
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"ms-toolsai.jupyter",
|
|
"visualstudioexptteam.vscodeintellicode"
|
|
],
|
|
"settings": {
|
|
"terminal.integrated.profiles.linux": {
|
|
"bash": {
|
|
"path": "/bin/bash"
|
|
}
|
|
},
|
|
"terminal.integrated.defaultProfile.linux": "bash"
|
|
}
|
|
}
|
|
},
|
|
"dockerFile": "Dockerfile",
|
|
"updateContentCommand": "pip install -e . pre-commit && pre-commit install"
|
|
}
|