Prompt text of `input` function is not correctly shown
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
Thank you for reporting this issue. This is a known limitation that we hope to resolve in a future release.
@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.
Please fix!!!
I've got the same problem.