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

same file on different paths #98845

Closed
schmeic opened this issue May 29, 2020 · 2 comments
Closed

same file on different paths #98845

schmeic opened this issue May 29, 2020 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@schmeic
Copy link

schmeic commented May 29, 2020

  • VSCode Version: 1.45.1
  • OS Version: Linux Mint 19.3

Steps to Reproduce:

  1. Say I have ~/app1/test.ts
  2. And a symlink ~/app2 -> ~/app1
  3. Open ~/app1/test.ts
  4. Open ~/app2/test.ts side by side
  5. Start typing in ~/app1/test.ts - nothing changes in the ~/app2/test.ts editor
  6. Save ~/app1/test.ts - now the changes appear in ~/app2/test.ts
  7. I would expect this to behave the same as if I split an editor, it's the same file. So, typing in one editor should immediately update the other editor.
  8. Also, if I set "workbench.editor.revealIfOpen": true, I would expect trying to open ~/app2/test.ts would just use ~/app1/test.ts.

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

@jrieken jrieken assigned bpasero and unassigned jrieken Jun 2, 2020
@bpasero
Copy link
Member

bpasero commented Jun 2, 2020

/duplicate #12448

@github-actions github-actions bot locked and limited conversation to collaborators Jul 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants
@bpasero @jrieken @schmeic and others