You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
(Apologies if this is possible already and I have missed some docs on how)
Feature request
It would be great if vscode-link would obey the word-break property e.g. word-break: break-word. In our case we have a vscode-link inside a div that has word-break but long lines aren't broken.
Expected behavior
The lines to break.
Current behavior
The text is overflowing its content box.
Use case
We have some file path links that can get quite long and would like them to not overflow the table/grid they're in.