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
It seems there is no way to make selection work together with createDecorationsCollection.className which sets backgroundColor. When I select a text over decorated line I don't see selection range.
Screen.Recording.2023-04-24.at.00.10.30.mov
However, I can still see similar words are selected
Monaco Editor Playground Code
Defaultonefromthelinkabove
Reproduction Steps
Select a part of text on line 3
Make a change to it
Actual (Problematic) Behavior
It is not possible to tell what is the current selection
Expected Behavior
I can always see which part of the line is selected
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Link
https://microsoft.github.io/monaco-editor/playground.html?source=v0.37.1#example-interacting-with-the-editor-rendering-glyphs-in-the-margin
It seems there is no way to make selection work together with
createDecorationsCollection.classNamewhich sets backgroundColor. When I select a text over decorated line I don't see selection range.Screen.Recording.2023-04-24.at.00.10.30.mov
However, I can still see similar words are selected
Monaco Editor Playground Code
Reproduction Steps
Actual (Problematic) Behavior
It is not possible to tell what is the current selection
Expected Behavior
I can always see which part of the line is selected
Additional Context
No response