diff --git a/.vscodeignore b/.vscodeignore index 7d3e5c7..4338c27 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -1,6 +1,5 @@ .vscode/** .vscode-test/** -src/** .gitignore .yarnrc vsc-extension-quickstart.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 38ea98e..0f6a681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] - 2024-11-29 +### Fixed +- an error finding the initial webview html was fixed. + +## [1.0.0] - 2024-11-30 + ### Added - v1.0 Initial mechanism and functionality implemented. diff --git a/icon.png b/icon.png index c3c8346..5a4782b 100644 Binary files a/icon.png and b/icon.png differ diff --git a/package.json b/package.json index 1144faf..159f1bb 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "name": "Amir Zouerami", "url": "https://github.com/Amir-Zouerami" }, - "version": "1.0.0", + "version": "1.0.1", "engines": { "vscode": "^1.95.0" },