We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1daec3 commit 61b4fe7Copy full SHA for 61b4fe7
.vscodeignore
@@ -8,3 +8,4 @@ vsc-extension-quickstart.md
8
**/.eslintrc.json
9
**/*.map
10
**/*.ts
11
+images/**
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## [Unreleased]
+## [0.2.0]
4
5
- Added file system watcher to monitor for changes to the current document.
6
This allows the preview to be automatically updated whenever the ZPL file is changed.
package.json
@@ -2,7 +2,7 @@
"name": "vscode-zpl-viewer",
"displayName": "ZPL Viewer",
"description": "Display ZPL files in VSCode.",
- "version": "0.1.0",
+ "version": "0.2.0",
"engines": {
7
"vscode": "^1.66.0"
},
0 commit comments