- Introduced a command palette accessible via
cmd-shift-P
. - Scroll position is now restored when navigating with
cmd--
andcmd-shift-_
. - Settings such as tab-size can now be customized specifically for JavaScript instead of JavaScript being lumped together with TypeScript.
- Fixed an issue where the project diagnostics view would get out sync with the summary displayed in the status bar.
- Fixed an issue where the project diagnostics view would never stop refreshing and consume 100% of CPU.
- Fixed an issue where the cursor would disappear when clicking out of a pending rename.
- Fixed focus-related bugs in project-wide diagnostics.
- Fixed an issue where editor highlights would not be updated when the theme changed.
- Fixed an issue where the active match in the find toolbar would be stale.
- Fixed a panic that would sometimes happen when rendering icons.
- Optimized performance with long soft-wrapped lines.