Replies: 2 comments 3 replies
-
We don't officially support git bash, so it could play into that. I also don't think we support using Have you tried our flake8 extension which ships with flake8 in-box? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have tried putting the absolute path in the settings. That is not
working. I get the error mentioned in my original post.
…On Wed, Aug 2, 2023, 4:15 PM Brett Cannon ***@***.***> wrote:
You could write a Python script to auto-generate/update your
.vscode/settings.json to put in the absolute path to your flake8
installation.
—
Reply to this email directly, view it on GitHub
<#21737 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWWMHUTLCTECL5ZY2DLDF3XTKYPPANCNFSM6AAAAAA3BRXWBE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am using VSCode with git bash. I have scripts that set up all the environment before launching VSCode, including activating a venv. When I open a python file in VSCode, I get an error that flake8 is not installed. I tried these settings:
Before running VSCode, I see VIRTUAL_ENV is /c/Users/MyName/venv_311
This was not an issue last year. VSCode with Python became unavailable at my work for 6+ months. Now I have installed version 1.79.1 and have the issue ever since.
Beta Was this translation helpful? Give feedback.
All reactions