Eric Snow

Results 217 comments of Eric Snow
trafficstars

The command looks correct. Does running that command manually (from that "cwd" directory) still show no errors? Is there anything in the log after `##########Linting Output - flake8##########`? You should...

So it appears that flake8 is not actually finding any problems. Does the "Problems" panel attribute the errors to flake8 or some other tool?

> ```json > { > "resource": "/Users/mic4ael/dev/others/indico/indico/modules/events/editing/fields.py", > "owner": "_generated_diagnostic_collection_name_#1", > "code": "unresolved-import", > "severity": 4, > "message": "unresolved import 'fnmatch'", > "source": "Python", > "startLineNumber": 10, > "startColumn": 8,...

What text do you see in the "Problems" window. I expect it will not refer to "flake8" since the text from https://github.com/microsoft/vscode-python/issues/11207#issuecomment-624211309 doesn't. `"source": "Python",` means it came from the...

Okay, then this is definitely a problem with the language server. I'm going to transfer this issue over to that project. Sorry it's taken so long to get to this...

> `/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fnmatch.pyc` FYI, [we recommend against](https://code.visualstudio.com/docs/python/environments#_select-and-activate-an-environment) using the MacOS system-installed python, which is what you appear to be using.

Hi @ujjukumar. Are you using Jedi or the Microsoft language server? Please provide the content of your workspace settings.json and of the "Python" output panel. Thanks!

@ujjukumar, that's helpful information. I'm going to send this issue over to the language server team for further attention.

@nguyenlieunhatvy, thanks for letting us know about this. The information you have provided is helpful. I have some questions, looking for further info: * what test framework is your workspace...

Thanks, @nguyenlieunhatvy. That info helps. Is that your workspace settings.json (from `/.vscode`) or your user settings.json? Looks like you are using Jedi for completions, go-to-definition, etc. What happens if you...