Skip to content

Commit 404b0ae

Browse files
author
Kapil Borle
committed
Disable server side document formatting capability
1 parent 4c1a861 commit 404b0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices.Protocol/Server/LanguageServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ await requestContext.SendResult(
200200
{
201201
TriggerCharacters = new string[] { " " } // TODO: Other characters here?
202202
},
203-
DocumentFormattingProvider = true
203+
DocumentFormattingProvider = false
204204
}
205205
});
206206
}

0 commit comments

Comments
 (0)