Skip to content

Releases: redhat-developer/vscode-quarkus

1.9.0

20 Aug 21:22
Compare
Choose a tag to compare

Enhancements

  • Drop dependency on vscode-commons by updating @redhat-developer/vscode-redhat-telemetry to 0.2.0. See #365.
  • Add a command to deploy a Quarkus app to OpenShift using OpenShift Connector. See #313.
  • Emit telemetry events for command executions. See #344.
  • Add a command to build a binary of a Quarkus app. See #341.
  • RESTEasy JAX-RS is no longer added by default in the project generator wizard. See #322.
  • Add a step to the project generator to specify if example code should be generated. See #301.

Bug Fixes

  • Fixed debugger start-up failure in Quarkus projects that contain a node_modules folder. See #339.

Build

  • Consistently reference the main npm registry in package-lock.json. See #355.
  • Fix the UI tests. See #351.
  • Migrate CI to GitHub Actions. See #375.

v1.3.0

07 Feb 15:46
Compare
Choose a tag to compare

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