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

function input doesn't work on Windows VSCode #39

Open
shenhai-ran opened this issue Apr 11, 2024 · 1 comment
Open

function input doesn't work on Windows VSCode #39

shenhai-ran opened this issue Apr 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@shenhai-ran
Copy link

Describe the bug
In MATLAB terminal at VSCode, the input function does not return.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'MATLAB Terminal'
  2. Type a = input('Your input:', 's') and Enter
  3. Nothing happens

Expected behavior
A prompt appears in Terminal and assign user input to variable a

Screenshots
If applicable, add screenshots to help explain your problem.

Useful Information

  • OS Version: Windows 10
  • Language Server Client: MATLAB extension for Visual Studio Code
  • Client Version: v1.2.1

Additional context
Add any other context about the problem here.

@shenhai-ran shenhai-ran added the bug Something isn't working label Apr 11, 2024
@philipb314
Copy link
Member

Thank you for reporting this issue. This is something I can reproduce. As of right now input and other interactive functions like pause are not supported by the VS Code extension. However, this is definitely something that we will be working on resolving in a coming release.

@philipb314 philipb314 added enhancement New feature or request and removed bug Something isn't working labels Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants