Skip to content

Commit a9f210d

Browse files
committed
Rename to shouldLanguageServerExitOnShutdown extended capability.
- syntaxServerExitsOnShutdown -> shouldLanguageServerExitOnShutdown - Standard language server should also exit on shutdown - Related #1928 Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 parent fa09bf2 commit a9f210d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export function activate(context: ExtensionContext): Promise<ExtensionAPI> {
193193
resolveAdditionalTextEditsSupport: true,
194194
advancedIntroduceParameterRefactoringSupport: true,
195195
actionableRuntimeNotificationSupport: true,
196-
syntaxServerExitsOnShutdown: true
196+
shouldLanguageServerExitOnShutdown: true
197197
},
198198
triggerFiles,
199199
},

0 commit comments

Comments
 (0)