Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 87bc532

Browse files
committed
Ignore more irrelevant files in resulting .vsix package
1 parent f9dd3f8 commit 87bc532

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.vscodeignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ test/**
66
out/test/**
77
src/**
88
.gitignore
9-
.prettierignore
9+
**/.prettierignore
10+
**/.eslintignore
1011
prettier.config.js
1112
vsc-extension-quickstart.md
1213
**/tsconfig.json
1314
**/tslint.json
1415
**/*.map
1516
**/*.ts
17+
**/tsconfig.esm*
18+
node_modules/**/README.md
19+
node_modules/**/CHANGELOG.md
20+
node_modules/**/package.json

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,10 @@
477477
"description": "Which binary release to download and use"
478478
},
479479
"rust.rust-analyzer.path": {
480-
"type": ["string", "null"],
480+
"type": [
481+
"string",
482+
"null"
483+
],
481484
"default": null,
482485
"description": "When specified, uses the rust-analyzer binary at a given path"
483486
}

0 commit comments

Comments
 (0)