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

Add ability to hide the process execution info displayed in output panel #7463

Closed
DonJayamanne opened this issue Sep 18, 2019 · 0 comments
Closed
Assignees
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc.

Comments

@DonJayamanne
Copy link

Currently the output panel displays way too much information and this adds a lot of noise that causes issues with the UI tests.

UI Tests monitor the output in the output panel to check whether certain this ran (linters, language server, jedi, etc).

However when we have the process information logged, then there's too much information in the output panel, so much that it always scrolls and using UI tests its impossible to test the contents of the output panel without scrolling (this is too complicated).

Its easier to add a setting to prevent logging of such information into the output panel.

Note: Such a setting is crucial for the UI tests.

Suggestion is to add a setting, but not expose it to users (i.e. theres no intellinsense in package.json - similar to other settings we have in launch.json & settings.json that's not exposed to users but only used for debugging purposes).

@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Sep 18, 2019
@DonJayamanne DonJayamanne self-assigned this Sep 18, 2019
@DonJayamanne DonJayamanne added cause-CI/CD debt Covers everything internal: CI, testing, refactoring of the codebase, etc. labels Sep 18, 2019
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Sep 18, 2019
@ghost ghost removed the needs PR label Sep 18, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Sep 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Projects
None yet
Development

No branches or pull requests

1 participant