Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Tools for MicroProfile Changelog

## [0.17.0]https://github.com/redhat-developer/vscode-microprofile/milestone/18?closed=1) (22 April, 2026)

### Enhancements
* Show default value in completion item. See [#538](https://github.com/eclipse-lsp4mp/lsp4mp/pull/538).

### Bug Fixes
* Feature request: extend "microprofile(unknown)" to detect references from property files. See [#600](https://github.com/redhat-developer/vscode-microprofile/issues/600).
* No properties suggestions when there is a profile in the property name. See [#539](https://github.com/eclipse-lsp4mp/lsp4mp/pull/539).

### Performance
* Send 'microprofile/propertiesChanged' notification with debounce mode. See [#541](https://github.com/eclipse-lsp4mp/lsp4mp/pull/541).
* Don't re-trigger twice Java validation when a Java file is saved. See [#546](https://github.com/eclipse-lsp4mp/lsp4mp/pull/546).

## [0.16.0](https://github.com/redhat-developer/vscode-microprofile/milestone/17?closed=1) (December 16, 2025)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-microprofile",
"displayName": "Tools for MicroProfile",
"description": "Language Support for Eclipse MicroProfile",
"version": "0.16.1",
"version": "0.17.0",
"icon": "icons/logo.png",
"author": "Red Hat",
"publisher": "redhat",
Expand Down
Loading