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 4e44a11 commit 3f96f56Copy full SHA for 3f96f56
src/PowerShellEditorServices/Services/PowerShell/Console/LegacyReadLine.cs
@@ -330,12 +330,10 @@ public override string ReadLine(CancellationToken cancellationToken)
330
// // TODO: Start a new line!
331
// continue;
332
//}
333
-
334
- Parser.ParseInput(
335
- completedInput,
336
- out Token[] tokens,
337
- out ParseError[] parseErrors);
338
+ //Parser.ParseInput(
+ // completedInput,
+ // out Token[] tokens,
+ // out ParseError[] parseErrors);
339
//if (parseErrors.Any(e => e.IncompleteInput))
340
//{
341
0 commit comments