Skip to content

Commit 1f0ff21

Browse files
authored
Fix workspace/configuration support on intialize call (#1171)
1 parent 8010205 commit 1f0ff21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/language_server_protocol.rs

-1
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,6 @@ impl LanguageClient {
963963
}),
964964
workspace: Some(WorkspaceClientCapabilities {
965965
apply_edit: Some(true),
966-
configuration: Some(true),
967966
did_change_watched_files: Some(GenericCapability {
968967
dynamic_registration: Some(true),
969968
}),

0 commit comments

Comments
 (0)