Skip to content

Commit

Permalink
Merge pull request #7 from objectiser/fixdoc
Browse files Browse the repository at this point in the history
Add further details
  • Loading branch information
objectiser authored Dec 3, 2019
2 parents fd6840f + f13f416 commit 38c0d0d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ We gratefully welcome improvements to documentation as well as to code.
- `npm run watch` or `npm run compile`
3. `F5` to start debugging

## Testing The Extension

1. Install the vsce tool
- `npm install -g vsce`
2. Create the extension
- `vsce package`
3. Install within vscode
- `code --install-extension jaeger-0.2.0.vsix`
4. Once testing completed, uninstall
- `code --uninstall-extension jaeger-0.2.0.vsix`

## Making A Change

*Before making any significant changes, please [open an issue](https://github.com/jaegertracing/jaeger-vscode/issues).*
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ git push origin master --tag
```
(or major if a major release)

2. Build the vstx file
2. Build the vsix file
```
npm install
vsce package
```

3. Create a release for the tag, and upload the vstx file as asset attached to the release.
3. Create a release for the tag, and upload the vsix file as asset attached to the release.

0 comments on commit 38c0d0d

Please sign in to comment.