Skip to content

v1.3.0

Compare
Choose a tag to compare
@xorye xorye released this 07 Feb 15:46
· 539 commits to master since this release

Enhancements

  • Add new quarkus.tools.validation.value.severity preference to disable application.properties value validation. See #201
  • Add Qute TextMate grammar and language configuration for HTML files. See #182
  • Add Qute TextMate grammar and language configuration for JSON, YAML and txt files. See #194
  • Add support for YAML configuration files. See #189
  • Update language server to support microprofile-config.properties. See #181
  • Use API to check if tasks.json and launch.json exist. See #180
  • Add extension description and toggle button to extensions list. See #164
  • Provide option to add created new project folder to multi-root VS Code workspace. See #157
  • Improve the QuickPick for choosing extensions . See #141
  • Add support for MicroProfile REST properties. See #104
  • Add a progress bar / visual clue when loading completion is too long. See #58

Bug Fixes

  • Fix npm vulnerability. See #175
  • Overwrite existing project prompt not appearing on Windows. See #167
  • User is asked if Quarkus dev task should be terminated even if it has already been terminated. See #132
  • Kubernetes properties don't show up. See #129

Others

  • Publish sources #177. See #187
  • Register quarkus.command.configuration.update command. See #152
  • Remove unused npm dependencies. See #47