Skip to content

GUI should show some indication that linting is current running and/or has finished #1941

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

Closed
akrherz opened this issue Jun 12, 2018 · 2 comments
Labels
area-linting feature-request Request for new features or functionality

Comments

@akrherz
Copy link

akrherz commented Jun 12, 2018

Environment data

  • VS Code version: 1.24.0
  • Extension version (available under the Extensions sidebar): 2018.5.0
  • OS and version: RHEL7 64bit
  • Python version (& distribution if applicable, e.g. Anaconda): Anaconda provided python 3.6
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): conda
  • Relevant/affected Python packages and their versions: pylint=1.9.2, pep8=1.7.1, flake8=3.5.0

Actual behavior

No GUI indication that any of my configured pylinters are currently running or have finished running, only the vague "No problems have been detected in the workspace so far"

Expected behavior

When I save a python file and the linters run, some GUI evidence should show that they have been started and output should come later. Currently, I have to guess by denoting if my laptop CPU fan is humming louder due to the linters or assume after 10-20 seconds that linting has finished?!?! Sometimes the linting will take 20-30 seconds to complete and my attention went elsewhere :(

Steps to reproduce:

  1. open python code
  2. fix my previous poor coding
  3. save
  4. observe nothing in the GUI tells me linting processes are now running

Thank you for the consideration and excellent product. I am so thankful to have this tool!

@brettcannon brettcannon added feature-request Request for new features or functionality area-linting needs decision and removed needs decision labels Jun 13, 2018
@luabud
Copy link
Member

luabud commented Sep 11, 2019

Thank you for the suggestion! If you open the output panel, you'll be able to see when the linter starts running and when it finishes. We don't have any plans to do more than that for now.

@luabud luabud closed this as completed Sep 11, 2019
@ghost ghost removed the needs PR label Sep 11, 2019
@akrherz
Copy link
Author

akrherz commented Sep 11, 2019

Thanks for the response, but I see nothing in the output nor problems panel while linters are running.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-linting feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants