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
One possible solution would be to treat these values similar to how we pass authentication info (via the main<->remote extension API), which bypasses the URI.
Let's also follow up with VSCode to see if they are working on a way to pass parameters without it being part of the parameters that we send in the URI
sevillal
changed the title
Make remote URI unique to trust workspace only once
[Problem] Make remote URI unique to trust workspace only once
Sep 23, 2021
Currently our remote URI contains ids that are changed even when connecting to the same target:
telemetryTrackingId
sessionId
This causes that everytime we connect to the remote target the trusted workspace prompt is shown.
Related to: #1102
Workaround
The text was updated successfully, but these errors were encountered: