-
Notifications
You must be signed in to change notification settings - Fork 211
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
Automatically enable --yarn
if yarn.lock
is found
#480
Comments
It could also detect the presence of a Or, as an alternative, support adding a way to add project-local configuration that
|
Nice catch, you're right. Yes, that would be very useful, but I believe it deserves its own Issue. To do that, I strongly recommend |
I created a PR for this since I'd also find it useful. |
Another detection method might be the presence of a |
It seems that npm v7+ is going to support Yarn |
@joaomoreno are you planning to release this anytime soon? |
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 } } ```
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 } } ```
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 } } ```
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 } } ```
How about that guys?
The text was updated successfully, but these errors were encountered: