MATLAB-extension-for-vscode icon indicating copy to clipboard operation
MATLAB-extension-for-vscode copied to clipboard

Prompt text of `input` function is not correctly shown

Open guger opened this issue 11 months ago • 4 comments

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 avatar Dec 29 '24 20:12 guger

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

philipb314 avatar Dec 30 '24 14:12 philipb314

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

guger avatar Dec 30 '24 14:12 guger

Please fix!!!

decendium avatar Jan 28 '25 21:01 decendium

I've got the same problem.

dunwellantwi avatar Feb 17 '25 11:02 dunwellantwi