|
|
|
|
|
by alexdoma
3426 days ago
|
|
This version introduced a non-trivial bug for me; When I open a file to edit through nautilus, it opens in a new window instead of reusing the existing one. The new settings (window.openFilesInNewWindow and window.openFoldersInNewWindow) don't help no matter what when I set them to 'off' EDIT: Fixed it on Ubuntu by removing the '--new-window-if-not-first' argument from the code.desktop related command. sudo nano /usr/share/applications/code.desktop
# set: Exec=/usr/share/code/code %U
|
|