Skip to content

Commit e621bc0

Browse files
adamdriscollTylerLeonhardt
authored andcommitted
Set DocumentRangeFormattingProvider value to false. (#693)
1 parent b57b44f commit e621bc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PowerShellEditorServices.Protocol/Server/LanguageServer.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ await requestContext.SendResult(
224224
{
225225
TriggerCharacters = new string[] { " " } // TODO: Other characters here?
226226
},
227-
DocumentFormattingProvider = false
227+
DocumentFormattingProvider = false,
228+
DocumentRangeFormattingProvider = false
228229
}
229230
});
230231
}

0 commit comments

Comments
 (0)