VS CODE AUTO PORT FORWARDING feature conflicts with yarp network #2726
Bontempogianpaolo1
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently a new update has been released by vs-code with a new Auto port forwarding feature. Actually if enabled, it could give you a lot of conflicts with yarp network hiding the entire set of yarp ports ( especially if you attach the vs-code to a remote docker).
How to disable this feature:
file -> preferences-> settings
search for "forwarding" word
Disable everything with the "forward" word inside
![image](https://user-images.githubusercontent.com/28188499/136570737-c69787fd-8ba4-4847-afc9-2524243a0569.png)
Beta Was this translation helpful? Give feedback.
All reactions