chore: changelog hotfix
This commit is contained in:
parent
737b7643d2
commit
5429a7034d
1 changed files with 18 additions and 26 deletions
36
CHANGELOG.md
36
CHANGELOG.md
|
@ -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]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue