improve workspace
This commit is contained in:
@@ -25,11 +25,23 @@
|
||||
],
|
||||
"C_Cpp.clang_format_style": "Google",
|
||||
"python.formatting.provider": "yapf",
|
||||
"python.pythonPath": "python3",
|
||||
"python.autoComplete.extraPaths": [
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}/ortools/gen",
|
||||
"${workspaceRoot}/dependencies/sources/protobuf-3.6.1/python",
|
||||
]
|
||||
"python.pythonPath": "python3",
|
||||
"python.autoComplete.extraPaths": [
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}/ortools/gen",
|
||||
"${workspaceRoot}/dependencies/sources/protobuf-3.6.1/python",
|
||||
],
|
||||
"[cpp]": {
|
||||
"editor.tabSize": 2,
|
||||
},
|
||||
"[csharp]": {
|
||||
"editor.tabSize": 2,
|
||||
},
|
||||
"[java]": {
|
||||
"editor.tabSize": 2,
|
||||
},
|
||||
"[python]": {
|
||||
"editor.tabSize": 4,
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user