usernamehw / vscode-error-lens

VSCode extension that enhances display of errors and warnings.
https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens
MIT License
601 stars 32 forks source link

Option to align message to the right #219

Open nervenes opened 2 months ago

nervenes commented 2 months ago

There are a few issues that've been closed regarding this, with the solution to set a fixed margin to align the message to the right. While this works if you keep the editor view in a fixed size, it's not an optimal solution, nor a solution for those who work with vscode in different sizes which... truth be told, i dont believe a single person wont resize their panes. We'd be looking at an alignment behavior similar to xcode for a proper solution to this problem.

usernamehw commented 2 months ago

Is there api for that? If not - I will close the issue.

nervenes commented 2 months ago

I have the same response as https://github.com/usernamehw/vscode-error-lens/issues/218#issuecomment-2294849182

But why close the issue, say that you couldn't find any way to do it, keep the issue open for tracking the feature if and when such an api becomes available?

usernamehw commented 2 months ago

Ideally, this repo would only have ACTIONABLE issues, e.g. I open it => pick an issue to implement that only requires some effort, not waiting years for api (or the api may never be provided).