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

automate using brickrun -r #90

Closed
dlech opened this issue Jan 3, 2020 · 2 comments
Closed

automate using brickrun -r #90

dlech opened this issue Jan 3, 2020 · 2 comments

Comments

@dlech
Copy link
Member

dlech commented Jan 3, 2020

VS Code now has an actual terminal API, so we can actually automate using brickrun -r now.

Originally posted by @dlech in #67 (comment)

This will redirect stdout and stdin to VS Code. This could be nice for beginning users who don't know about stderr and for programs that need simple remote input via a terminal window.

@scprotz
Copy link

scprotz commented Jan 14, 2020

I tested using "brickrun -r" (modified extension.js) in the extensions folder for visual studio code and it works as expected. I can now receive stdout and stderr messages in the VSCode console.

This should definitely be a changeable setting the VSCode extension setting for ev3dev-browser.

dlech added a commit that referenced this issue Jan 16, 2020
This adds a new option to the debugger configuration to run the program using brickrun -r in an interactive terminal.

Issue #90
@dlech
Copy link
Member Author

dlech commented Jan 29, 2020

Fixed in v1.1.0-beta.1

https://github.com/ev3dev/vscode-ev3dev-browser/releases

@dlech dlech closed this as completed Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants