We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57b44f commit e621bc0Copy full SHA for e621bc0
src/PowerShellEditorServices.Protocol/Server/LanguageServer.cs
@@ -224,7 +224,8 @@ await requestContext.SendResult(
224
{
225
TriggerCharacters = new string[] { " " } // TODO: Other characters here?
226
},
227
- DocumentFormattingProvider = false
+ DocumentFormattingProvider = false,
228
+ DocumentRangeFormattingProvider = false
229
}
230
});
231
0 commit comments