Skip to content

Releases: redhat-developer/vscode-microprofile

0.12.0

26 Aug 14:02
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • NPE with Workspace Symbol when LSP client return null as SymbolInformation List. See eclipse/lsp4mp#457.
  • Unrecognized property mp.messaging.* when Channel annotation is used along with Multi. See eclipse/lsp4mp#451.
  • fix: synchronized projectLabels + collect codeLens when project is loaded. See eclipse/lsp4mp#444.

Build

  • Set encoding as false for gulp.src to treat content as binary.. See #209.
  • Update eclipse.jdt.ls to 1.39.0-SNAPSHOT. See eclipse/lsp4mp#454.
  • Add About files to JDT extension bundles & Maven artifacts. See eclipse/lsp4mp#437.
  • Fix tests for release workflow. See #185.