Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relative path menu entry not available on splitted window pane #90885

Closed
crazycodr opened this issue Feb 18, 2020 · 3 comments
Closed

Relative path menu entry not available on splitted window pane #90885

crazycodr opened this issue Feb 18, 2020 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded workbench-editors Managing of editor widgets in workbench window
Milestone

Comments

@crazycodr
Copy link

Version: 1.42.1
Commit: c47d83b
Date: 2020-02-11T14:50:36.977Z
Electron: 6.1.6
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Linux x64 5.3.0-7625-generic

Steps to Reproduce:

  1. Open 3 or more files
  2. Drag one to the right to split the code view
  3. Right click on the tab, no option to "Copy path" or "Copy relative path"
  4. Drag another file from left split to right split
  5. Right click on the tab of the original file, options are present
  6. Drag the 3rd file back to the left side
  7. Right click on the tab of the original file, options are still present
  8. Drag the 2nd file back to the left side, options are present
  9. Draw the 2nd file to the rigth to create a new code view, options are not present anymore

Does this issue occur when all extensions are disabled?: Yes

More info in case it might help

  1. I have a saved workspace, can't seem to reproduce with a brand new code window
  2. Workspace has multiple folders (projects) attached to it
  3. Files are from the same project but different paths (app/backend/controllers/, tests/app/backend/controllers/)
  4. Project is PHP based
@bpasero bpasero added bug Issue identified by VS Code Team member as probable bug workbench-editors Managing of editor widgets in workbench window labels Feb 18, 2020
@bpasero bpasero added this to the February 2020 milestone Feb 18, 2020
@bpasero bpasero added the help wanted Issues identified as good community contribution opportunities label Feb 18, 2020
@bpasero
Copy link
Member

bpasero commented Feb 18, 2020

Hm good catch, not sure yet what this is. Open for help, I suspect an issue with context keys somehow.

@MarkBouk
Copy link

I was able to reproduce this issue. I would be interested in attempting to make the fix if you don't mind. I have been looking for an entry point to contributing.

@bpasero bpasero removed the help wanted Issues identified as good community contribution opportunities label Feb 20, 2020
@bpasero
Copy link
Member

bpasero commented Feb 20, 2020

Thanks but I think this was really hard to figure out.

@JacksonKearl JacksonKearl added the verified Verification succeeded label Feb 28, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Apr 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded workbench-editors Managing of editor widgets in workbench window
Projects
None yet
Development

No branches or pull requests

4 participants