From 46dcf10a9f1ec68a58747c6d771fb41d93657717 Mon Sep 17 00:00:00 2001
From: PauliusKu
Date: Fri, 18 Oct 2024 17:17:31 +0300
Subject: [PATCH] early release 0.0.2
---
.vscodeignore | 1 +
package.json | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.vscodeignore b/.vscodeignore
index dc529a8a..4bd88065 100644
--- a/.vscodeignore
+++ b/.vscodeignore
@@ -14,3 +14,4 @@ node_modules/**
resources/functionalTests/**
resources/samples/**
resources/treeSitterErrorTests/**
+resources/ade
diff --git a/package.json b/package.json
index 803465aa..5f00268f 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "abl-formatter",
"displayName": "Abl Formatter",
"description": "Progress OpenEdge (ABL) code formatter",
- "version": "0.0.1",
+ "version": "0.0.2",
"icon": "resources/Formatter_LOGO.png",
"repository": {
"url": "https://github.com/BalticAmadeus/AblFormatter"