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
Test that running tunnels should not block an update or uninstall of VS Code
install the latest VS Code insiders
close VS Code, make sure no tunnel is running: From the command prompt run code-insiders tunnel status. It should say no tunnel process is currently running
start a tunnel server as service from the command prompt: code-insiders tunnel service install. code-insiders tunnel status should show you a running tunnel. The task manager should show the running tunnel (look for code-insiders-tunnel)
uninstall should work without issues. Check in the task manager that the process is gone
update should also work. The tunnel should not be stopped
The text was updated successfully, but these errors were encountered:
Refs: #177226
Complexity: 3
Create Issue
Test that running tunnels should not block an update or uninstall of VS Code
code-insiders tunnel status
. It should sayno tunnel process is currently running
code-insiders tunnel service install
.code-insiders tunnel status
should show you a running tunnel. The task manager should show the running tunnel (look forcode-insiders-tunnel
)The text was updated successfully, but these errors were encountered: