forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-formattingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Milestone
Description
Environment data
VS Code version: 1.19
Python Extension version: 0.9
Python Version: 3.6
OS and version: Windows 10
autopep8 is missing and I get
Formatting with autopep8 failed.
Error: C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\python.exe:
No module named autopep8
Actual error does contain No module named but in
const isModuleNoInstalledError = errorObj.code === 1 && error.message.indexOf('No module named') >= 0;
code is null
Also, output to the status bar is truncated and does not look like an error message
Also, it looks like in
const isInstalled = await installer.isInstalled(this.product, resource);
if (isInstalled) {
should be !isInstalled
Metadata
Metadata
Assignees
Labels
area-formattingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
