File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.18.1] 2025-07-09
9+
10+ ### Fixed
11+
12+ - Remove assests from the published extension
13+
814## [ 1.18.0] 2025-07-09
915
1016### Added
Original file line number Diff line number Diff line change 1- .vscode /
2- .github /
3-
4- .gitignore
5- BUILDING.md
6- tsconfig.json
7- tsconfig-dev.json
8- node_modules
9- rollup.config.mjs
10- tsconfig.tsbuildinfo
11-
12- dist /
13- log-viewer /
14- ! log-viewer /dist /
15- ! log-viewer /index.html
16- src /
1+ // Ignore all files in the extension folder
2+ **
3+ // inlcude only the following in the extension
4+ ! .vscodeignore
5+ ! out /
6+ ! package.json
7+ ! CHANGELOG.md
8+ ! README.md
9+ ! LICENSE.txt
10+ ! certinia-icon-color.png
You can’t perform that action at this time.
0 commit comments