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 a74103c commit 0e42a08Copy full SHA for 0e42a08
CHANGELOG.md
@@ -1,4 +1,10 @@
1
# Changelog
2
+## 1.0.0
3
+_2025-04-09_
4
+- Add icons if not provided by theme ([GH-122](https://github.com/serkonda7/vscode-vba/pull/122))
5
+- Update readme
6
+
7
8
## 0.11.2
9
_2024-11-26_
10
- Fix grammar issue due to lookbehind ([GH-119](https://github.com/serkonda7/vscode-vba/pull/119))
package.json
@@ -3,7 +3,7 @@
"displayName": "VBA",
"description": "VBA tooling, syntax highlighting and snippets.",
"icon": "images/icon.png",
- "version": "0.11.2",
+ "version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
0 commit comments