mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-07 12:40:53 +00:00
14 lines
426 B
JSON
14 lines
426 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 . pre-commit && pre-commit install"
|
|
}
|