Environment data
VS Code version: 1.20.1
Python Extension version: 2018.1
Python Version: 3.6.4
OS and version: Windows 10 x64 Pro
Actual behavior
I install the extension, nothing happens in the editor itself. Reloaded VSCode, closed and opened it, restarted my pc. Reinstalled the extension multiple times. It's like it isn't even installed.
I try to use any of the commands, like Set Interpreter, and I get:
command 'python.setInterpreter' not found
I'm not very clear with all this stuff, but I tried to npm install the untildify module. After I did, the messege was the same but the module that wasn't found was tmp. Installed that one, and the next one that was needed was 'sudo-prompt' I think. Decided to stop there and uninstall all of them since I have no idea what I'm really doing.
Expected behavior
Install the extension and have it working properly.
Steps to reproduce:
Logs
Output from Python output panel - nothing
Output from Console window (Help->Developer Tools menu)
Activating extension `ms-python.python` failed: Cannot find module 'untildify'.
Environment data
VS Code version: 1.20.1
Python Extension version: 2018.1
Python Version: 3.6.4
OS and version: Windows 10 x64 Pro
Actual behavior
I install the extension, nothing happens in the editor itself. Reloaded VSCode, closed and opened it, restarted my pc. Reinstalled the extension multiple times. It's like it isn't even installed.
I try to use any of the commands, like Set Interpreter, and I get:
command 'python.setInterpreter' not found
I'm not very clear with all this stuff, but I tried to npm install the untildify module. After I did, the messege was the same but the module that wasn't found was tmp. Installed that one, and the next one that was needed was 'sudo-prompt' I think. Decided to stop there and uninstall all of them since I have no idea what I'm really doing.
Expected behavior
Install the extension and have it working properly.
Steps to reproduce:
Logs
Output from
Pythonoutput panel - nothingOutput from
Console window(Help->Developer Tools menu)