Open Containing Folder does not open on right location #127818
Labels
file-explorer
Explorer widget issues
*out-of-scope
Posted issue is not in scope of VS Code
under-discussion
Issue is under discussion for relevance, priority, approach
Milestone
Does this issue occur when all extensions are disabled?: Yes
Version: 1.56.2
Commit: 054a929
Date: 2021-06-18T02:30:22.835Z
Electron: 12.0.13
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-electron.0
OS: Linux x64 5.12.14-arch1-1
When opening a directory by using "Open Containing Folder" from explorer context menu, the resulting location is always moved by one level up. For example when trying to open containing directory for file ~/.config/code-oss/user-data/Preferences, the file manager is opened at ~/.config/code-oss and not at ~/.config/code-oss/user-data
Steps to Reproduce:
In this image you can see chosen file and lf opened at the wrong location. This is not issue with lf since I have managed to reproduce this behavior with thunar and web browser also.
This is not OSS only issue as I have managed to reproduce with following version too:
Version: 1.57.1
Commit: 507ce72
Date: 2021-06-17T13:26:56.255Z
Electron: 12.0.7
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-electron.0
OS: Linux x64 5.12.14-arch1-1
I would like to have the ability to add new context menu options and and edit existing ones without use of extensions. Like if I want to pass full file path instead off only directory path. That would allow me to have file focused in my file manager. Best example of this feature I can think of is settings for Smartgit
The text was updated successfully, but these errors were encountered: