-
Notifications
You must be signed in to change notification settings - Fork 90
Add restart command. #191
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
Add restart command. #191
Conversation
Please resolve the conflict, then we can see about merging and releasing |
@alanz Resolved the conflicts. How did I test it?Provided solution works for my scenario which is creating the stack.yaml on the fly and making the extension take it into account without restarting VS Code. AdditionsI considered:
Does any of those additions sound usable from your perspective? |
How does the restart work? Is it activated via the Command Palette? Because when it is done you should get the message from hie giving its version |
It stops and then starts each of the lang clients in the path to lang
client dict.Yes, it is activated from the command palette. I can see the
death of the hie instance and creation of new hie instance in the output
window of vs code and in taskmgr. I will record it as gif and upload it
here together with the output to show what can be expected after this
change.
I only tested it on Windows 10. Could someone else give it a test drive on
other configuration?
…On Wed, 22 Jan 2020, 19:35 Alan Zimmerman, ***@***.***> wrote:
How does the restart work? Is it activated via the Command Palette?
Because when it is done you should get the message from hie giving its
version
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#191>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBG4D2454G2YBAFXNGCVC3Q7CGWXANCNFSM4KGJ2U7Q>
.
|
@gdziadkiewicz thanks for the pr! we'll try to do a release asap |
Fix #46