mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-26 12:18:04 -05:00
* install editable package in codespace * fix test error in test_forecast * fix test error in test_space * openml version * break tests; pre-commit * skip on py10+win32 * install mlflow in test * install mlflow in [test] * skip test in windows * import * handle PermissionError * skip test in windows * skip test in windows * skip test in windows * skip test in windows * remove ts_forecast_panel from doc
13 lines
428 B
JSON
13 lines
428 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"
|
|
} |