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 d2a6770 commit 94c4c65Copy full SHA for 94c4c65
VSDebugCoreLib/UI/Tools/ConsoleWindow.cs
@@ -302,7 +302,7 @@ private bool IsCurrentPositionInputPosition()
302
return !mefTextBuffer.IsReadOnly(_textView.Caret.Position.BufferPosition.Position);
303
}
304
305
- public string TextOfLine(int line, int endColumn, bool skipReadOnly)
+ public string TextOfLine(int line, int endColumn)
306
{
307
var mefLine = mefTextBuffer.CurrentSnapshot.GetLineFromLineNumber(line);
308
var start = 0;
0 commit comments