You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using the input(...) function with a prompt text doesn't show the text correctly, but instead displays a "?". It does however wait for input and correctly returns the input to the code.
To Reproduce
Steps to reproduce the behavior:
Enter input("A number: ", "s") either in the code or in the MATLAB terminal.
Observe the output of a "?" instead of the prompt text.
Expected behavior
Show the correct prompt text.
Screenshots
Useful Information
OS Version: macOS 15.2
VS Code Version: 1.96.2
MATLAB Version: R2024b
Extension Version: 1.3.0
The text was updated successfully, but these errors were encountered:
@philipb314 Thank you for the quick response. I am aware that this was part of the known limitations list before the 1.3.0 release, but I couldn't find it anymore this time.
Describe the bug
Using the
input(...)
function with a prompt text doesn't show the text correctly, but instead displays a "?". It does however wait for input and correctly returns the input to the code.To Reproduce
Steps to reproduce the behavior:
input("A number: ", "s")
either in the code or in the MATLAB terminal.Expected behavior
Show the correct prompt text.
Screenshots
Useful Information
The text was updated successfully, but these errors were encountered: