Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message Linter xxx not installed displayed twice #980

Closed
DonJayamanne opened this issue Mar 7, 2018 · 1 comment · Fixed by #1649
Closed

Message Linter xxx not installed displayed twice #980

DonJayamanne opened this issue Mar 7, 2018 · 1 comment · Fixed by #1649
Labels
area-linting bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@DonJayamanne
Copy link

  • Create a workspace

  • Create new virtual environment

  • Create a python file

  • You'll get a prompt to install pylint, dismiss that prmopt

  • Disable pylint from settings.json and save the settings

  • Enable pylint from settings.json and save the settings

  • You'll get two prompts (one after the other) with the message Linter xxx not installed

@MikhailArkhipov I believe this is something you identified a few days ago.

@DonJayamanne DonJayamanne added bug Issue identified by VS Code Team member as probable bug area-linting needs PR labels Mar 7, 2018
@DonJayamanne DonJayamanne added this to the March 2018 milestone Mar 7, 2018
@MikhailArkhipov
Copy link

Sometimes linting is executed twice: once for interpreter change event and another for settings change event. We may want to look if we can handle this better.

@brettcannon brettcannon modified the milestones: March 2018, April 2018 Mar 12, 2018
@DonJayamanne DonJayamanne modified the milestones: April 2018, May 2018 Apr 25, 2018
DonJayamanne added a commit that referenced this issue May 21, 2018
…1649)

* Ensure the prompt to install missing packages is displayed only once
* Add missing dependency
* Fixes #980
@lock lock bot locked as resolved and limited conversation to collaborators Jul 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-linting bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants