diff --git a/or-tools.code-workspace b/or-tools.code-workspace new file mode 100644 index 0000000000..f1bc16ea5b --- /dev/null +++ b/or-tools.code-workspace @@ -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" + } +} \ No newline at end of file