vrjuliao / sml-vscode-extension

VSCode plugin for Standard ML
Apache License 2.0
38 stars 8 forks source link

Scroll the terminal to bottom after code execution #11

Closed longdog closed 3 years ago

longdog commented 3 years ago

Scrolls the Integrated Terminal to the bottom after code execution.

It resolves next problem: If you execute selected code and scroll up the terminal window and after that execute code again then terminal is not scrolled down to the bottom to see the result of the latest code run

vrjuliao commented 3 years ago

HI @longdog, thank you so much for the new feature. It is really useful to avoid the vscode padlock button behavior.

But unfortunately, your changes are switching the quotes and also the indentation. Could you rollback these things before the PR approval?