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

Zowe Explorer to use VS Code Log Level for built in enhancements #2907

Open
JillieBeanSim opened this issue May 8, 2024 · 2 comments
Open
Assignees

Comments

@JillieBeanSim
Copy link
Contributor

born from issue: #2271
vs code related issue: microsoft/vscode#170450

VS Code now allows extenders Output Channel to have a log level setting control to change the level at a whim or save the new as default, removing the need to go directly into the settings to make the change. This is only available for extenders if they use the VS Code log level enum, per related issue.

This would be a really nice feature to have with our extension but would be considered a breaking change and would need to be done either in v3 or another major release.

Screenshot 2024-05-08 at 8 53 41 AM

VS Code log level setting can be accessed via Command Palette
Screenshot 2024-05-08 at 9 00 28 AM

@JillieBeanSim JillieBeanSim added enhancement New feature or request Breaking Change labels May 8, 2024
Copy link

github-actions bot commented May 8, 2024

Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 10 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.

@JTonda
Copy link

JTonda commented May 9, 2024

Research Items:

  • Can this be implemented in a non-breaking way by linking to the existing setting?
  • What VSCode engine does this require?: 1.73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New Issues
Development

No branches or pull requests

3 participants