Skip to content

Commit

Permalink
FIX: fixes the initial html webpage path issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-Zouerami committed Nov 29, 2024
1 parent 802fead commit d021e96
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.vscode/**
.vscode-test/**
src/**
.gitignore
.yarnrc
vsc-extension-quickstart.md
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit d021e96

Please sign in to comment.