programmiere C# in Visual Studio Code. Wenn ich die Cursor-Position mit Console.SetCursorPosition(5,50) auf Left 5 und Top 50 setze bekomme ich folgende Exception:
Fehler |
Ein Ausnahmefehler des Typs "System.ArgumentOutOfRangeException" ist in System.Console.dll aufgetreten.: 'The value must be greater than or equal to zero and less than the console's buffer size in that dimension.' |
Muss wohl irgendwie an Powershell liegen:https://github.com/PowerShell/vscode-powershell/issues/1536
Kann man das irgendwie beheben?
Vielen Dank