mirror of https://github.com/microsoft/autogen.git
23 lines
686 B
JSON
23 lines
686 B
JSON
{
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"ms-toolsai.jupyter",
|
|
"visualstudioexptteam.vscodeintellicode",
|
|
"GitHub.copilot"
|
|
],
|
|
"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"
|
|
}
|