From 02b625698825b52839cc8e2b2650f3ec86dda3c2 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Sat, 5 Jan 2019 14:30:53 +0100 Subject: [PATCH] add python paths --- or-tools.code-workspace | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/or-tools.code-workspace b/or-tools.code-workspace index f1bc16ea5b..d3368cdead 100644 --- a/or-tools.code-workspace +++ b/or-tools.code-workspace @@ -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", + ] } } \ No newline at end of file