Skip to content

2.1.0

Compare
Choose a tag to compare
@wisotzky wisotzky released this 07 Jun 12:37
· 59 commits to main since this release

Release 2.1.0 will be made available on Visual Studio | Marketplace

Warning

Intent decorations are automatically updated by audit/sync methods to reduce server load. In some error scenarios the displayed alignment state does not reflect the server state. Consider to trigger a manual resync to reload alignment states from the backend server.

What has changed:

  • Filename for intents are now URI-encoded to support special-characters like /, like if target contains xpath
  • Extension .json has been added for intents to improve support for local editing
  • Update of extension settings (including connection details) without the need to reload vsCode
  • Upload intent-types including intents
  • Intent audit and sync can now be executed in parallel using async principles. This improves overall performance. Feature is still experimental and must be enabled using extension settings. Backend restrictions (number of parallel API calls) to be considered.