Armview Vscode Versions Save

Graphically display ARM templates in VS Code with an interactive map style view

0.4.6

2 years ago
  • Fixed display of resource text labels when on a light theme.
  • Fixed white arrows in PNG export.
  • Allow jsonc to be selected for parameter files.
  • (internal) NPM package refresh & updates.

0.4.5

3 years ago
  • Improved handling of dependsOn links with nested resources (e.g. SQL databases). Fixes issue #33
  • New icons for management groups and subscriptions. Fixes issue #34
  • ARM template function added take(). Fixes issue #35
  • NPM package updates
  • Cytoscape updated to 3.16.2

0.4.4

3 years ago
  • No features / changes
  • Seriously none
  • Testing new release process with GitHub Actions

0.4.3

3 years ago
  • Changes behaviour of cancelling the filter dialog (will not wipe your setting when hitting esc)
  • Telemetry fixes
  • (internal) Linting setup improvements

0.4.2

3 years ago
  • Disabling telemetry sent when icon is missing, probably a bug in external vscode-extension-telemetry package. Will fix updatedStack.replace error

0.4.1

4 years ago

0.4.0

4 years ago
  • NEW ICONS! ✨🎨 Refreshed the icons to the new style Azure icons.
    Not every icon has a new look as this style refresh hasn't rolled out to every icon I use.
  • Switched to new JSON linting library. Fixes obscure bug where \\v would render as
  • Code base now linted with typescript-eslint, and linting is checked on PRs

0.3.3

4 years ago
  • Removed workaround for webview resources, root cause was fixed in VS Code v1.39.2

0.3.1

4 years ago
  • Export as PNG
  • Theme support (not fully implemented, only one theme currently 'original')
  • VS Code theme colouring on links between nodes and box around linked deployments
  • Fixes to expression evaluation (uri, replace) and guid() function added
  • Yet more fixes on linked templates
  • Large scale internal refactoring for better code structure & TypeScript

0.3.0

4 years ago
  • Bug fixes, the usual; variable resolution and linked templates
  • Much improved handling of multi-level linked templates (links within links)
  • New layout modes; tree and grid
  • Animation removed in most situations, it was annoying
  • Support for multi-line strings (I think!)