File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/PowerShellEditorServices.Protocol/LanguageServer Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,33 +23,33 @@ public static readonly
23
23
class ScriptRegionRequestParams
24
24
{
25
25
/// <summary>
26
- /// Path of the file for which the markers are requested.
26
+ /// Path of the file for which the formatting region is requested.
27
27
/// </summary>
28
28
public string fileUri ;
29
29
30
30
/// <summary>
31
- /// Hint character
31
+ /// Hint character.
32
32
/// </summary>
33
33
public string character ;
34
34
35
35
/// <summary>
36
- /// 1-based line number of the character
36
+ /// 1-based line number of the character.
37
37
/// </summary>
38
38
public int line ;
39
39
40
40
/// <summary>
41
- /// 1-based column number of the character
41
+ /// 1-based column number of the character.
42
42
/// </summary>
43
43
public int column ;
44
44
}
45
45
46
46
/// <summary>
47
- /// Class to encapsulate the result of marker request .
47
+ /// Class to encapsulate the result of ScriptRegionRequest .
48
48
/// </summary>
49
49
class ScriptRegionRequestResult
50
50
{
51
51
/// <summary>
52
- /// A region in the script that encapsulates the given character/position which is suitable for
52
+ /// A region in the script that encapsulates the given character/position which is suitable
53
53
/// for formatting
54
54
/// </summary>
55
55
public ScriptRegion scriptRegion ;
You can’t perform that action at this time.
0 commit comments