add python paths

This commit is contained in:
Laurent Perron
2019-01-05 14:30:53 +01:00
parent 814a11fcf6
commit 02b6256988

View File

@@ -25,6 +25,11 @@
],
"C_Cpp.clang_format_style": "Google",
"python.formatting.provider": "yapf",
"python.pythonPath": "python3"
"python.pythonPath": "python3",
"python.autoComplete.extraPaths": [
"${workspaceRoot}",
"${workspaceRoot}/ortools/gen",
"${workspaceRoot}/dependencies/sources/protobuf-3.6.1/python",
]
}
}