Skip to content

Commit

Permalink
update supported package managers (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno authored Dec 13, 2023
1 parent cedfba0 commit 3aae834
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ $ npx @vscode/vsce --version

`@vscode/vsce` is meant to be mainly used as a command-line tool. It can also be used as a library since it exposes a small [API](https://github.com/microsoft/vscode-vsce/blob/main/src/api.ts). When using `@vscode/vsce` as a library, be sure to sanitize any user input used in API calls to prevent security issues.

Supported package managers:

- `npm >=6`
- `yarn >=1 <2`

## Configuration

You can configure the behavior of `vsce` by using CLI flags (run `vsce --help` to list them all). Example:
Expand Down

0 comments on commit 3aae834

Please sign in to comment.