chore: changelog hotfix

This commit is contained in:
FalsePattern 2023-08-19 22:44:42 +02:00
parent 737b7643d2
commit 5429a7034d
Signed by: falsepattern
GPG key ID: FDF7126A9E124447

View file

@ -22,38 +22,30 @@ Changelog structure reference:
### Added
#### Toolchain
- Zig compiler toolchain integration and run actions (no debugging support yet, see the readme)
#### Zig
- Inlay hints
- Breakpoints (CLion/IDEA Ultimate)
- File creation prompt
#### LSP
- ZLS is now auto-detected on project startup from PATH
- Toolchain
- Zig compiler toolchain integration and run actions (no debugging support yet, see the readme)
- Zig
- Inlay hints
- Breakpoints (CLion/IDEA Ultimate)
- File creation prompt
- LSP
- ZLS is now auto-detected on project startup from PATH
- (You can also manually auto-detect it in the config menu)
### Changed
#### Accessibility
- The LSP status icon now has symbols in it instead of just colors:
- Accessibility
- The LSP status icon now has symbols in it instead of just colors:
- Stopped(Red): X
- Starting(Yellow): Refresh arrow
- Started(Green): Empty
### Fixed
#### LSP
- NullPointerException in folding range provider when closing editors quickly
#### Config
- Changes to the ZLS configuration no longer require an IDE restart
- LSP
- NullPointerException in folding range provider when closing editors quickly
- Config
- Changes to the ZLS configuration no longer require an IDE restart
## [0.6.0]