From b5e593f8a14bb595042a6464adf28f18a3d5576b Mon Sep 17 00:00:00 2001 From: Liam Allan Date: Sat, 20 May 2023 23:55:58 -0400 Subject: [PATCH] Bump to 0.19.2 Signed-off-by: Liam Allan --- .vscodeignore | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.vscodeignore b/.vscodeignore index 921bbeae..4de16c68 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -2,15 +2,19 @@ client server .github/** assets/** +**/node_modules node_modules scripts .vscode/** .vscode-test/** -test/** .gitignore .yarnrc vsc-extension-quickstart.md **/jsconfig.json **/*.map **/.eslintrc.json -tests \ No newline at end of file +tests +**/cli +cli/** +cli +extension \ No newline at end of file diff --git a/package.json b/package.json index 6ddc477e..b16ffd43 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "url": "https://github.com/halcyon-tech/vscode-rpgle" }, "license": "MIT", - "version": "0.19.1", + "version": "0.19.2", "engines": { "vscode": "^1.70.0" },