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" },