We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e906b7d commit 1c1f6c4Copy full SHA for 1c1f6c4
src/PowerShellEditorServices/Workspace/ScriptRegion.cs
@@ -91,7 +91,7 @@ public static ScriptRegion Create(IScriptExtent scriptExtent)
91
}
92
catch (ArgumentOutOfRangeException e)
93
{
94
- scriptExtentText = "";
+ scriptExtentText = string.Empty;
95
96
97
return new ScriptRegion
0 commit comments