Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: drop yarn option #233

Merged
merged 1 commit into from
Jan 18, 2022
Merged

refactor!: drop yarn option #233

merged 1 commit into from
Jan 18, 2022

Conversation

felipecrs
Copy link
Owner

@felipecrs felipecrs commented Jan 18, 2022

As vsce now supports configuration through the package.json file
(see microsoft/vscode-vsce#548), this option
was dropped to simplify the codebase. One should either rely on the
vsce automatically detecting when to use yarn (see
microsoft/vscode-vsce#480), or add the
following to package.json:

{
    "vsce": {
        "yarn": true
    }
}

As `vsce` now supports configuration through the `package.json` file
(see microsoft/vscode-vsce#548), this option
was dropped to simplify the codebase. One should either rely on the
`vsce` automatically detecting when to use `yarn` (see
microsoft/vscode-vsce#480), or add the
following to `package.json`:

```json
{
    "vsce": {
        "yarn": true
    }
}
```
@felipecrs felipecrs changed the title remove yarn refactor!: drop yarn option Jan 18, 2022
@felipecrs felipecrs merged commit 3ae8a57 into next Jan 18, 2022
@felipecrs felipecrs deleted the remove-yarn branch January 18, 2022 11:56
@github-actions
Copy link

🎉 This PR is included in version 5.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

felipecrs added a commit that referenced this pull request Jan 18, 2022
As `vsce` now supports configuration through the `package.json` file
(see microsoft/vscode-vsce#548), this option
was dropped to simplify the codebase. One should either rely on the
`vsce` automatically detecting when to use `yarn` (see
microsoft/vscode-vsce#480), or add the
following to `package.json`:

```json
{
    "vsce": {
        "yarn": true
    }
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant