add vscode workspace
This commit is contained in:
30
or-tools.code-workspace
Normal file
30
or-tools.code-workspace
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"files.associations": {
|
||||
"scoped_allocator": "cpp",
|
||||
"*.inc": "cpp"
|
||||
},
|
||||
"C_Cpp.clang_format_fallbackStyle": "Google",
|
||||
"C_Cpp.default.includePath": [
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}/ortools/gen",
|
||||
"${workspaceRoot}/dependencies/install/include",
|
||||
],
|
||||
"C_Cpp.default.cppStandard": "c++17",
|
||||
"C_Cpp.default.cStandard": "c11",
|
||||
"C_Cpp.default.defines": [
|
||||
"USE_BOP",
|
||||
"USE_GLOP",
|
||||
"USE_CLP",
|
||||
"USE_CBC"
|
||||
],
|
||||
"C_Cpp.clang_format_style": "Google",
|
||||
"python.formatting.provider": "yapf",
|
||||
"python.pythonPath": "python3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user