0

Add docs for python type support to vscode.md

Bug: None
Change-Id: I0b31e53933711c7a314770541b033a01c13abcf0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3673962
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Auto-Submit: Peter Wen <wnwen@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1008879}
This commit is contained in:
Peter Wen
2022-05-30 17:21:22 +00:00
committed by Chromium LUCI CQ
parent 62d7ccf0ad
commit a7551d96b4

@ -88,6 +88,8 @@ every day:
`editor.formatOnSave` setting).
* ***Python*** -
Linting, intellisense, code formatting, refactoring, debugging, snippets.
* If you want type checking, add: `"python.analysis.typeCheckingMode": "basic",`
to your `settings.json` file (you can also find it in the settings UI).
* ***Toggle Header/Source*** -
Toggles between .cc and .h with `F4`. The C/C++ extension supports this as
well through `Alt+O` but sometimes chooses the wrong file when there are