|
94 | 94 | "hash_map": "cpp", |
95 | 95 | "hash_set": "cpp", |
96 | 96 | "slist": "cpp", |
97 | | - "regex": "cpp" |
| 97 | + "regex": "cpp", |
98 | 98 | }, |
99 | 99 | "C_Cpp.clang_format_fallbackStyle": "Google", |
100 | 100 | "C_Cpp.default.includePath": [ |
101 | 101 | "${workspaceRoot}", |
102 | | - "${workspaceRoot}/ortools/gen", |
103 | | - "${workspaceRoot}/dependencies/install/include", |
| 102 | + "${workspaceRoot}/build", |
| 103 | + "${workspaceRoot}/build/_deps", |
104 | 104 | ], |
105 | 105 | "C_Cpp.default.cppStandard": "c++20", |
106 | 106 | "C_Cpp.default.cStandard": "c11", |
107 | 107 | "C_Cpp.default.defines": [ |
108 | 108 | "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", |
114 | 115 | ], |
115 | 116 | "C_Cpp.clang_format_style": "Google", |
116 | 117 | "python.formatting.provider": "black", |
117 | 118 | "python.pythonPath": "python3", |
118 | 119 | "python.autoComplete.extraPaths": [ |
119 | 120 | "${workspaceRoot}", |
120 | | - "${workspaceRoot}/ortools/gen", |
121 | | - "${workspaceRoot}/dependencies/sources/protobuf-3.6.1/python", |
| 121 | + "${workspaceRoot}/build", |
| 122 | + "${workspaceRoot}/build/_deps/protobuf-src/python", |
122 | 123 | ], |
123 | 124 | "[cpp]": { |
124 | 125 | "editor.tabSize": 2, |
|
137 | 138 | "git.ignoreLimitWarning": true, |
138 | 139 | "python.analysis.extraPaths": [ |
139 | 140 | "${workspaceRoot}", |
140 | | - "${workspaceRoot}/ortools/gen", |
141 | | - "${workspaceRoot}/dependencies/sources/protobuf-3.6.1/python" |
| 141 | + "${workspaceRoot}/build", |
| 142 | + "${workspaceRoot}/build/_deps/protobuf-src/python", |
142 | 143 | ], |
143 | 144 | } |
144 | 145 | } |
0 commit comments