Skip to content

Commit

Permalink
chore(release): 🚀 v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Feb 28, 2021
1 parent 2451494 commit bccdd34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-monorepo-workspace",
"displayName": "Monorepo Workspace",
"description": "Manage monorepos with multi-root workspaces. Supports Lerna, Yarn, Pnpm, Rushjs and recursive package directories",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "folke",
"repository": "http://github.com/folke/vscode-monorepo-workspace",
"license": "SEE LICENSE IN LICENSE",
Expand Down
5 changes: 5 additions & 0 deletions vsc-extension-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
* Set breakpoints in your code inside `src/extension.ts` to debug your extension.
* Find output from your extension in the debug console.

## Publishing

* create a new token at https://dev.azure.com/hipfu/_usersSettings/tokens
* `vsce login [TOKEN]`

## Make changes

* You can relaunch the extension from the debug toolbar after changing code in `src/extension.ts`.
Expand Down

0 comments on commit bccdd34

Please sign in to comment.