Files
autogen/.devcontainer/devcontainer.json
Chi Wang b90e9ee283 doc and test update (#1053)
* doc and test update

* docker update
2023-05-26 20:24:30 +00:00

14 lines
437 B
JSON

{
"extensions": ["ms-python.python", "visualstudioexptteam.vscodeintellicode"],
"dockerFile": "Dockerfile",
"settings": {
"terminal.integrated.profiles.linux": {
"bash": {
"path": "/bin/bash"
}
},
"terminal.integrated.defaultProfile.linux": "bash"
},
"updateContentCommand": "pip install -e .[test,notebook,openai] && pre-commit install"
}