Skip to content

Commit

Permalink
Merge branch 'main' into pr/564
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Jun 4, 2021
2 parents 65600e2 + e2a7ae7 commit 8321419
Show file tree
Hide file tree
Showing 7 changed files with 2,240 additions and 1,778 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ node_modules/
out/
npm-debug.log
!src/test/**/node_modules
package-lock.json
yarn.lock
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ docker run -it -v $(pwd):/workspace vsce publish
First clone this repository, then:

```sh
yarn
yarn watch # or `watch-test` to also run tests
npm i
npm run watch # or `watch-test` to also run tests
```

Once the watcher is up and running, you can run out of sources with:

```sh
yarn vsce
npm run vsce
```

### Publish to NPM
Expand All @@ -76,4 +76,4 @@ git push --follow-tags

This tool assists in packaging and publishing Visual Studio Code extensions.

Read the [**Documentation**](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) on the VS Code website.
Read the [**Documentation**](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) on the VS Code website.
Loading

0 comments on commit 8321419

Please sign in to comment.