5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

VS CodeでApp Engine/Pythonアプリを開発するときの設定

5
Posted at

「ファイル」 > 「基本設定」 > 「設定」を開き、右側ペインの「ユーザー設定」に以下を追記します(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"
    ]

Macのパスはわかりませんが「google_appengine」フォルダを検索すれば判ると思います。

以上です。

5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?