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 2851e80 commit 6ac7b0dCopy full SHA for 6ac7b0d
src/PowerShellEditorServices/Analysis/AnalysisService.cs
@@ -250,6 +250,8 @@ public IEnumerable<string> GetPSScriptAnalyzerRules()
250
/// Format a given script text with default codeformatting settings.
251
/// </summary>
252
/// <param name="scriptDefinition">Script text to be formatted</param>
253
+ /// <param name="settings">ScriptAnalyzer settings</param>
254
+ /// <param name="rangeList">The range within which formatting should be applied.</param>
255
/// <returns>The formatted script text.</returns>
256
public async Task<string> Format(
257
string scriptDefinition,
0 commit comments