Skip to content

Commit 8fd8015

Browse files
committedOct 18, 2019
chore: update .vscodeignore and README [ci skip]
1 parent 7262380 commit 8fd8015

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎.vscodeignore

+6
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ docs/**
99
src/**/*.test.js
1010
dist-test/**
1111
test/**
12+
test-project/**
1213

1314
# tools
15+
.github/**
1416
.eslintrc.js
1517
.gitignore
1618
.npmrc
1719
.nvmrc
1820
.prettierrc
1921
babel.config.js
22+
23+
# development
24+
node_modules
Has conversations. Original line has conversations.
25+
tmp

‎README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,13 @@ other VS Code instance is running.
8686

8787
### Publishing
8888

89-
- [Publishing](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#packaging-extensions)
89+
Simple execute the commands below or read more about [Publishing](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#packaging-extensions)
90+
first.
91+
92+
```bash
93+
npx vsce package
94+
npx vsce publish
95+
```
9096

9197
## Tools
9298

0 commit comments

Comments
 (0)
Please sign in to comment.