Skip to content

Commit 25681da

Browse files
committed
chore: ignore .github folder for vscode
1 parent 62c83b4 commit 25681da

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.vscodeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ vsc-extension-quickstart.md
1212
**/*.map
1313
**/*.ts
1414
**/.vscode-test.*
15-
1615
.prettierignore
1716
prettier.config.mjs
1817
pnpm-lock.yaml
18+
*.github/**

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"type": "git",
2121
"url": "https://github.com/chouchouji/alias-manager.git"
2222
},
23+
"bugs": {
24+
"url": "https://github.com/chouchouji/alias-manager/issues"
25+
},
2326
"keywords": [
2427
"extension",
2528
"alias",
@@ -143,8 +146,7 @@
143146
"packageManager": "[email protected]",
144147
"scripts": {
145148
"postinstall": "simple-git-hooks",
146-
"vscode:prepublish": "pnpm run package",
147-
"vscode:publish": "pnpm vsce package --no-dependencies",
149+
"vscode:package": "pnpm vsce package --no-dependencies",
148150
"release": "pnpm run package && vr release --skip-npm-publish",
149151
"compile": "webpack",
150152
"watch": "webpack --watch",

0 commit comments

Comments
 (0)