CodeEdit icon indicating copy to clipboard operation
CodeEdit copied to clipboard

Fix for symlinks bug

Open armartinez opened this issue 1 year ago • 1 comments

Description

Update to CEWorkspaceFile and CEWorkspaceFileManager to support symlinks. It separates the id from the url on CEWorkspace file so there can be different files pointing to the same file url, similar to how Visual Studio Code handles symlinks.

Related Issues

closes #1839

Checklist

  • [x] I read and understood the contributing guide as well as the code of conduct
  • [x] The issues this PR addresses are related to each other
  • [x] My changes generate no new warnings
  • [x] My code builds and runs on my machine
  • [x] My changes are all related to the related issue above
  • [x] I documented my code

Screenshots

Screenshot 2024-08-06 at 09 53 14

armartinez avatar Aug 06 '24 07:08 armartinez

This fixes #1839, correct?

itjustcrashed avatar Aug 06 '24 20:08 itjustcrashed

Where are we with this? Are we close?

austincondiff avatar Sep 03 '24 03:09 austincondiff

@austincondiff I've updated the PR so it ready for another round of reviews

armartinez avatar Sep 07 '24 10:09 armartinez