geonilpark

Results 2 comments of geonilpark

I have a requirement to enable/disable DocumentFormattingProvider depending on a criteria - database version. So, if version > 20 then enable otherwise disable. So, I would like to override DocumentFormattingProvider...

I see. So, LSP is not yet ready for "client/registerCapability" for overriding current setting? I am using monaco-editor and I made a workaround by passing initializationOptions param which is static...