You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Code version: 1.20.1
Python Extension version: 2018.1 (01 Feb 2018)
Python Version: 3.5.2
OS and version: Windows 10 Enterprise Version 1709 Build 16299.192
"Close" should just close the banner. It shouldn't redirect me anywhere.
It might help a bit if I am new to the world development, but in most other cases I'll probably end up installing python by myself. In my specific use case where there's no way to solve this yet (#67), this behavior is really annoying.
Steps to reproduce:
Open Bash on Ubuntu on Windows
Navigate to a project containing Python files
Open vscode $ code .
You get the following banner
Logs
Output from Python output panel
Linter 'pylint' is not installed. Please install it or select another linter".
Error: spawn python ENOENT
Output from Console window (Help->Developer Tools menu)
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:253 [Extension Host] Python Extension: Failed to get conda info from conda null
t.log @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:253
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:253 [Extension Host] Python Extension: Linter 'pylint' is not installed. Please install it or select another linter". Error: spawn python ENOENT
at exports._errnoException (util.js:1050:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:367:16)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickCallback (internal/process/next_tick.js:104:9)
t.log @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:253
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2925 Linter pylint is not installed.
e.doShow @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2925
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:253 [Extension Host] rejected promise not handled within 1 second
t.log @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:253
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:1306 ERR Git model not found
The text was updated successfully, but these errors were encountered:
Environment data
VS Code version: 1.20.1
Python Extension version: 2018.1 (01 Feb 2018)
Python Version: 3.5.2
OS and version: Windows 10 Enterprise Version 1709 Build 16299.192
Actual behavior
Clicking on "Close" redirects me to python.org
Expected behavior
"Close" should just close the banner. It shouldn't redirect me anywhere.
It might help a bit if I am new to the world development, but in most other cases I'll probably end up installing python by myself. In my specific use case where there's no way to solve this yet (#67), this behavior is really annoying.
Steps to reproduce:
$ code .
Logs
Output from
Python
output panelOutput from
Console window
(Help->Developer Tools menu)The text was updated successfully, but these errors were encountered: