Python-vscode icon indicating copy to clipboard operation
Python-vscode copied to clipboard

A Python language pack for Visual Studio Code

Results 68 Python-vscode issues
Sort by recently updated
recently updated
newest added

I have configured `python.linter` to `flake8` but VSCode is still using `pylint` (see screenshot) Should I be configuring this somewhere else? As you can see, the setting is set to...

- Extension Name: python - Extension Version: 0.2.3 - OS Version: Windows_NT x64 10.0.17134 - VSCode version: 1.28.0 We have written the needed data into your clipboard. Please paste:

- Extension Name: python - Extension Version: 0.2.3 - OS Version: Windows_NT x64 10.0.17134 - VSCode version: 1.28.0 We have written the needed data into your clipboard. Please paste:

- Extension Name: python - Extension Version: 0.2.3 - OS Version: Windows_NT x64 10.0.17134 - VSCode version: 1.28.0 We have written the needed data into your clipboard. Please paste:

Please see full description at: https://github.com/Microsoft/vscode/issues/32670#issuecomment-323281417

- Extension Name: python - Extension Version: 0.2.3 - OS Version: Windows_NT ia32 6.1.7601 - VSCode version: 1.25.0 We have written the needed data into your clipboard. Please paste:

working in VS Code, on TERMINAL window, output is often truncated. This is an example : """ Traceback (most recent call last): File "C:\Anaconda3\lib\site-packages\matplotlib\backend_bases.py", line 1319, in _on_timer ret =...

- Extension Name: python - Extension Version: 0.2.3 - OS Version: Darwin x64 17.3.0 - VSCode version: 1.19.1 ```json { "activationTimes": { "startup": false, "codeLoadingTime": 42, "activateCallTime": 12, "activateResolvedTime": 0,...

as the title, Python-vscode do not support Cython. Please add it.

I have a project with C/C++ and Python files. Both cpptools and python extensions are installed. With just the cpptools extension installed, C/C++ source/header files identified in error/warning messages in...