mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-23 11:07:55 -05:00
* config in result * value can be float * pytorch notebook example * docker, pre-commit * max_failure (#192); early_stop * extend starting_points (#196) Co-authored-by: Chi Wang (MSR) <wang.chi@microsoft.com> Co-authored-by: Qingyun Wu <qw2ky@virginia.edu>
12 lines
342 B
JSON
12 lines
342 B
JSON
{
|
|
"extensions": ["ms-python.python", "visualstudioexptteam.vscodeintellicode"],
|
|
"dockerFile": "Dockerfile",
|
|
"settings": {
|
|
"terminal.integrated.profiles.linux": {
|
|
"bash": {
|
|
"path": "/bin/bash"
|
|
}
|
|
},
|
|
"terminal.integrated.defaultProfile.linux": "bash"
|
|
}
|
|
} |