| 116 | std::vector<const char *> codeActionKinds = {"quickfix"}; |
| 117 | } codeActionProvider; |
| 118 | struct CodeLensOptions { |
| 119 | bool resolveProvider = false; |
| 120 | } codeLensProvider; |
| 121 | bool documentFormattingProvider = true; |
| 122 | bool documentRangeFormattingProvider = true; |
| 123 | Config::ServerCap::DocumentOnTypeFormattingOptions documentOnTypeFormattingProvider; |
nothing calls this directly
no outgoing calls
no test coverage detected