Skip to content

Commit 4381196

Browse files
Remove README.md, CHANGELOG.md, and LICENSE from .vscodeignore; update changelog path in package.json
1 parent 6132323 commit 4381196

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.vscodeignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ __pycache__/
3838
# Documentation and Tests
3939
test/
4040
docs/
41-
README.md
42-
CHANGELOG.md
43-
LICENSE
4441

4542
# Development and planning files
4643
suggestions.md

media/ccp-banner.png

48.3 KB
Loading

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@
177177
"type": "git",
178178
"url": "https://github.com/christliebdela/Comment-Cleaner-VsCode-Ext"
179179
},
180-
"changelog": "https://github.com/christliebdela/Comment-Cleaner-VsCode-Ext/blob/main/CHANGELOG.md",
180+
"markdown": "github",
181+
"changelog": "CHANGELOG.md",
181182
"keywords": [
182183
"VS Code",
183184
"Extension",

0 commit comments

Comments
 (0)