forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
Refs: #17253
- anyOS @weinand (macOS)
- anyOS @bamurtaugh
- anyOS @JacksonKearl
Complexity: 2
Authors: @karrtikr
Requirements
- Install python extension from here: https://pvsc.blob.core.windows.net/extension-builds/ms-python-insiders.vsix
Verification
- Open a GitHub repository containing Python code, and make sure it is trusted
- Make sure that you have the
python.languageServer
setting set toDefault
orPylance
- Activate the Python extension
- Verify that the
Starting Pylance language server.
message appears in the Python output channel - Make sure you get hover info, same-file completion and completion for built-ins like
print
- Make sure you see a language status item:
with appropriate wording and links.