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

Build Message Window - Consider Problems for messages #112

Open
ReinhardKeil opened this issue Nov 6, 2024 · 2 comments
Open

Build Message Window - Consider Problems for messages #112

ReinhardKeil opened this issue Nov 6, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ReinhardKeil
Copy link
Collaborator

Is it possible to make this window wider?

image

There is currently a line break which is not in the message itself.

Project.cproject.yml - dependency validation for context 'Project.Debug+STM32F301C6Tx' failed:
SELECTABLE Keil::Device&STM32CubeMX:STM32Cube Framework:[email protected]
  require Device:STM32Cube HAL"
@ReinhardKeil ReinhardKeil added the enhancement New feature or request label Nov 6, 2024
@jkrech jkrech moved this to Backlog in CMSIS Solution Extension Nov 6, 2024
@brondani
Copy link
Collaborator

This is a status bar tooltip property:
https://code.visualstudio.com/api/references/vscode-api#StatusBarItem

Unfortunately its max width is not exposed in the vscode API.

It seems the issue Configure tooltip max width has been requested for years, eventually the editor's tootip has been made resizable but not persistent. The status bar tootip is not even resizable.

Anyway in my opinion errors/warnings should be displayed in the PROBLEMS panel rather than in the status bar tooltips.

@ReinhardKeil
Copy link
Collaborator Author

Agree with you: we should use Problems to display this type of messages.

I keep this open.

@ReinhardKeil ReinhardKeil changed the title Build Message Window - extend size Build Message Window - Consider Problems for messages Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants