We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python.languageServer
Workspace settings:
{ "editor.formatOnSave": true, "editor.formatOnPaste": true, "python.formatting.provider": "black", "python.linting.enabled": true, "python.linting.flake8Enabled": true, "python.linting.mypyEnabled": true, "python.pythonPath": "I:\\Languages\\Python\\envs\\my-env\\Scripts\\python.exe" }
I expect formatting and linting to work.
Nothing happens.
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Python
Output
View
> I:\Languages\Python\envs\my-env\Scripts\python.exe "c:/Users/XXX/.vscode/extensions/ms-python.python-2020.9.111407/pythonFiles/pyvsc-run-isolated.py" mypy --warn-return-any --follow-imports=silent --show-column-numbers i:\Projects\my-project\main.py cwd: i:\Projects\my-project ##########Linting Output - flake8########## ##########Linting Output - mypy########## Error 2020-09-27 14:51:27: stderr jediProxy Error (stderr) c:\Users\XXX\.vscode\extensions\ms-python.python-2020.9.111407\pythonFiles\completion.py:587: DeprecationWarning: Deprecated since version 0.16.0. Use Script(...).get_names instead. all_scopes=True,
The text was updated successfully, but these errors were encountered:
Duplicate of #14078
Sorry, something went wrong.
Hey. pylance installation helped me
karthiknadig
No branches or pull requests
Environment data
python.languageServer
setting: 2020.9.111407 (I guess?)Workspace settings:
Expected behaviour
I expect formatting and linting to work.
Actual behaviour
Nothing happens.
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)The text was updated successfully, but these errors were encountered: