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