You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
Sometimes one of my Tye configuration hangs and it doesn't react to my CTRL+Cs.
I noticed that the VSCode extension can still kill the application gracefully so I went into its source code and I found that it sends a DELETE request to the control endpoint.
I tested it on my own computer and it works nicely. I also created a simple Powershell cmdlet and added it to my $PROFILE file
For the Tye team (🤔), the only configuration where Tye hangs pretty regularly is the one that has some dirty tricks to launch an application hosted in IIS Express and a nodejs one.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sometimes one of my Tye configuration hangs and it doesn't react to my
CTRL+C
s.I noticed that the VSCode extension can still kill the application gracefully so I went into its source code and I found that it sends a
DELETE
request to thecontrol
endpoint.I tested it on my own computer and it works nicely. I also created a simple Powershell cmdlet and added it to my
$PROFILE
fileFor the Tye team (🤔), the only configuration where Tye hangs pretty regularly is the one that has some dirty tricks to launch an application hosted in IIS Express and a nodejs one.
The text was updated successfully, but these errors were encountered: