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
Use Case: Previewing wide-gamut colors (e.g. for textDocument/documentColor)
I'm not familiar with LSP, but I think this could be implemented by adding a gamut: 'srgb' | 'display-p3' | 'rec2020' field to the Color object and sending to the server, upon startup, which color gamut the client can display.