Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prompt text of input function is not correctly shown #198

Open
guger opened this issue Dec 29, 2024 · 3 comments
Open

Prompt text of input function is not correctly shown #198

guger opened this issue Dec 29, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@guger
Copy link

guger commented Dec 29, 2024

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:

  1. Enter input("A number: ", "s") either in the code or in the MATLAB terminal.
  2. Observe the output of a "?" instead of the prompt text.

Expected behavior
Show the correct prompt text.

Screenshots
image

Useful Information

  • OS Version: macOS 15.2
  • VS Code Version: 1.96.2
  • MATLAB Version: R2024b
  • Extension Version: 1.3.0
@guger guger added the bug Something isn't working label Dec 29, 2024
@philipb314
Copy link
Member

Thank you for reporting this issue. This is a known limitation that we hope to resolve in a future release.

@guger
Copy link
Author

guger commented Dec 30, 2024

@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.

@decendium
Copy link

Please fix!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants