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 57164b3 commit a52a184Copy full SHA for a52a184
src/PowerShellEditorServices.Protocol/Server/LanguageServer.cs
@@ -1097,6 +1097,7 @@ protected async Task HandleCommentHelpRequest(
1097
ruleSettings.Add("ExportedOnly", false);
1098
ruleSettings.Add("Enable", true);
1099
ruleSettings.Add("BlockComment", requestParams.BlockComment);
1100
+ ruleSettings.Add("VSCodeSnippetCorrection", true);
1101
settings.Add("PSProvideCommentHelp", ruleSettings);
1102
var pssaSettings = EditorSession.AnalysisService.GetPSSASettingsHashtable(settings);
1103
0 commit comments