Skip to content

Instantly share code, notes, and snippets.

@olegbuevich
Created October 19, 2018 11:24
Show Gist options
  • Save olegbuevich/8a3abddb2647ff1b6fa8c0376881e3c5 to your computer and use it in GitHub Desktop.
Save olegbuevich/8a3abddb2647ff1b6fa8c0376881e3c5 to your computer and use it in GitHub Desktop.
fix VS Code is default app for directories
# get current value
xdg-mime query default inode/directory
#set new value
xdg-mime default org.gnome.Nautilus.desktop inode/directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment