Skip to content

Commit 5490865

Browse files
Updated README with updated vsce instructions for me.
Added visx to .gitignore.
1 parent 66da340 commit 5490865

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
out
2-
node_modules
2+
node_modules
3+
write-good-linter-*.vsix

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Check out the [Extending Visual Studio Code](https://code.visualstudio.com/Docs/
3131
1. `npm install -g vsce`
3232
1. Visit https://travisthetechie.visualstudio.com/_details/security/tokens for a token (all accounts, all scopes)
3333
1. `vsce login travisthetechie`
34-
1. `vsce publish <version>`
34+
1. `vsce publish`
3535

3636
## Thank you to contributors
3737

0 commit comments

Comments
 (0)