Skip to content

Commit 07410e7

Browse files
committed
update code-workspace
1 parent 5cf2345 commit 07410e7

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

or-tools.code-workspace

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,31 +94,32 @@
9494
"hash_map": "cpp",
9595
"hash_set": "cpp",
9696
"slist": "cpp",
97-
"regex": "cpp"
97+
"regex": "cpp",
9898
},
9999
"C_Cpp.clang_format_fallbackStyle": "Google",
100100
"C_Cpp.default.includePath": [
101101
"${workspaceRoot}",
102-
"${workspaceRoot}/ortools/gen",
103-
"${workspaceRoot}/dependencies/install/include",
102+
"${workspaceRoot}/build",
103+
"${workspaceRoot}/build/_deps",
104104
],
105105
"C_Cpp.default.cppStandard": "c++20",
106106
"C_Cpp.default.cStandard": "c11",
107107
"C_Cpp.default.defines": [
108108
"USE_BOP",
109-
"USE_GLOP",
110-
"USE_CLP",
111-
"USE_CBC",
112-
"USE_PDLP",
113-
"USE_SCIP"
109+
"USE_GLOP",
110+
"USE_CLP",
111+
"USE_CBC",
112+
"USE_HIGHS",
113+
"USE_PDLP",
114+
"USE_SCIP",
114115
],
115116
"C_Cpp.clang_format_style": "Google",
116117
"python.formatting.provider": "black",
117118
"python.pythonPath": "python3",
118119
"python.autoComplete.extraPaths": [
119120
"${workspaceRoot}",
120-
"${workspaceRoot}/ortools/gen",
121-
"${workspaceRoot}/dependencies/sources/protobuf-3.6.1/python",
121+
"${workspaceRoot}/build",
122+
"${workspaceRoot}/build/_deps/protobuf-src/python",
122123
],
123124
"[cpp]": {
124125
"editor.tabSize": 2,
@@ -137,8 +138,8 @@
137138
"git.ignoreLimitWarning": true,
138139
"python.analysis.extraPaths": [
139140
"${workspaceRoot}",
140-
"${workspaceRoot}/ortools/gen",
141-
"${workspaceRoot}/dependencies/sources/protobuf-3.6.1/python"
141+
"${workspaceRoot}/build",
142+
"${workspaceRoot}/build/_deps/protobuf-src/python",
142143
],
143144
}
144145
}

0 commit comments

Comments
 (0)