mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-08 13:10:03 +00:00
* precommit: end-of-file-fixer * exclude .gitignore * apply --------- Co-authored-by: Shaokun <shaokunzhang529@gmail.com>
14 lines
429 B
JSON
14 lines
429 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] && pre-commit install"
|
|
}
|