307 questions
Setting Content Type of virtual editors (Opened using IVsUIShell.CreateDocumentWindow)
Sajith
21
Reputation points
I have implemented an LSP Language Server and want this to be loaded / associated with virtual documents.
Virtual documents are opened using IVsUIShell.CreateDocumentWindow.
How to set the Content Type of these virtual documents so that LSP Server gets loaded when opening them ?
Developer technologies | Visual Studio | Extensions
Sign in to answer