Open "File"> "Basic Settings"> "Settings" and add the following to "User Settings" in the right pane (for Windows 10)
settings.json
"python.autoComplete.extraPaths": [
"C:\\Program Files (x86)\\Google\\Cloud SDK\\google-cloud-sdk\\platform\\google_appengine",
"C:\\Program Files (x86)\\Google\\Cloud SDK\\google-cloud-sdk\\platform\\google_appengine\\lib"
]
I don't know the Mac path, but you can find it by searching the "google_appengine" folder.
that's all.
Recommended Posts