Skip to content

Commit 8056c33

Browse files
Add vscode ignore file (#44)
1 parent 2ab5506 commit 8056c33

3 files changed

Lines changed: 13 additions & 9 deletions

File tree

.vscodeignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
**
2+
3+
!out/*.js
4+
!images/**
5+
!node_modules/**
6+
7+
!package.json
8+
!README.md
9+
!LICENSE
10+
!CHANGELOG.md

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "command-server",
33
"displayName": "Command server",
44
"description": "Exposes a file-based RPC API for running VSCode commands",
5-
"version": "0.14.0",
5+
"version": "0.14.1",
66
"publisher": "pokey",
77
"license": "MIT",
88
"repository": {
@@ -20,12 +20,6 @@
2020
],
2121
"main": "./out/extension.js",
2222
"icon": "images/icon.png",
23-
"files": [
24-
"out",
25-
"!out/test",
26-
"images",
27-
"CHANGELOG.md"
28-
],
2923
"extensionKind": [
3024
"ui"
3125
],

0 commit comments

Comments
 (0)