David Matson
David Matson
/remove-stale
/remove-stale
/remove-stale
/remove-stale
@rbtr - I'm not familiar with the details of the implementation that would be needed here. This bug is just "when it knows it's broken, that knowledge doesn't propagate far...
On the settings sync part: I confirmed that using .WithConfigurationSection allows pulling in the client settings. However, I can't find a way to get notifications of settings changes - using...
I figured out how to register and unregister dynamically - use .Register on the server after it has started to register dynamically and then .Dispose on the result to unregister:...
I noticed that [DidChangeConfigurationFeature](https://github.com/OmniSharp/csharp-language-server-protocol/blob/1b6788df2600083c28811913a221ccac7b1d72c9/src/Protocol/Features/Workspace/DidChangeConfigurationFeature.cs#L16), unlike [TextDocumentSyncFeature](https://github.com/OmniSharp/csharp-language-server-protocol/blob/1b6788df2600083c28811913a221ccac7b1d72c9/src/Protocol/Features/Document/TextDocumentSyncFeature.cs), does not specify a RegistrationOptions attribute. And IDidChangeConfigurationHandler, unlike ITextDocumentSyncHandler, does not inherit from IRegistration. The same applies to IDocumentFormattingHandler and DocumentFormattingFeature. Are change...
I just stumbled across the same discrepancy - is there agreement that the better/more correct syntax for bullet and number lists would be to use description rather than term? (I'm...
Proposal: Disabled tests: A new event type: ``` event=TestDisabled&name=SomeName ``` (probably also include file, line, type_param, and value_param, as with TestStart below) UnitTest.random_seed: Add a parameter to the TestProgramStart event:...