Additions
- Added support for GitHub Copilot.
- Added a context menu to tabs in the tab bar (#452).
- Added
close items to the left
andclose items to the right
commands. - Made the
copy path
andcopy relative path
commands available from the command palette when an editor is focused (#1389).
Bug Fixes
- Fixed the
Copy Path
command in the project panel context menu to copy the file's absolute path, and introduced a new command,Copy Relative Path
, which copies the file's path relative to the project root (#1364). - Fixed a bug where opening and saving buffers would sometimes be delayed if many files were being changed in the project.
- Fixed a bug where certain file system changes would not be reported correctly to guests in certain cases when collaborating.
- Fixed a bug that caused delays in sending buffer edits while collaborating.
- Fixed a crash that could sometimes occur when following a collaborator.