atom/tree-view

Show in file manager opens vs code instead of filemanager

SpikePy opened this issue · 2 comments

Description

If is want to show a file i the manager it opens vs code instead of filemanager

Steps to Reproduce

  1. Right click on file/folder
  2. select "show in file manager"

Expected behavior:

open nautilus or other file manager that is installed

Actual behavior:

opens file in vs code

Reproduces how often:

always

Versions

1.39.1 on arch linux

Additional Information

You should also be able to configure which file manager to use. because lots of users have installed multiple (for me its nautilus and thunar)

This is handled by Electron, which uses the default viewer as seen by xdg-open. VS Code is set as your preferred viewer, intentionally or otherwise.

Thank you, found the problem and fixed it with: xdg-mime default org.gnome.Nautilus.desktop inode/directory.

So this can be closed.