Steps to Reproduce:
My current solution is to downgrade:
sudo apt install code=1.29.1-1542309157
This might help:
"window.titleBarStyle": "native"
@Tyriar that works. Thanks!
Thanks @Tyriar
Those using vs code with remote x forwarding will need to change their titlebar style setting to native as @Tyriar suggested above.
@sbatten should we add this to the Linux FAQ? https://code.visualstudio.com/docs/setup/linux#_common-questions
added
You could shell out and check if the DISPLAY is local or exported and set the title bar style option if it's exported:
$ ps wwep $$ | tr ' ' '\012' | grep DISPLAY
DISPLAY=192.168.1.185:0.0
Most helpful comment
This might help: