Skip to content

Commit

Permalink
Notes on publishing (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jul 11, 2024
1 parent e4ebc05 commit f7725b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@ rsvg-convert -w 128 -h 128 images/dh-community-on-dark-128.svg -o images/dh-comm
rsvg-convert -w 128 -h 128 images/dh-community-on-light-128.svg -o images/dh-community-on-light-128.png
```

## Publishing the Extension

Publishing a vscode extension requires

- Azure AD organization - https://dev.azure.com/deephaven-oss/
- Marketplace publisher - https://marketplace.visualstudio.com/publishers/deephaven
- Personal access token - associated with a user in the Azure AD organization
> NOTE: This can be set in `VSCE_PAT` env variable
## Implementation Notes

### Server Connection
Expand Down

0 comments on commit f7725b6

Please sign in to comment.