Skip to content

Commit 89cf2ef

Browse files
committed
feat: add support for bun and more commands
1 parent 11fe916 commit 89cf2ef

File tree

8 files changed

+5533
-4285
lines changed

8 files changed

+5533
-4285
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ jobs:
1010
# needs: test
1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Cache pnpm modules
14-
uses: actions/cache@v2
15-
with:
16-
path: ~/.pnpm-store
17-
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
18-
restore-keys: |
19-
${{ runner.os }}-
2013
- uses: pnpm/[email protected]
2114
with:
2215
version: latest

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ There are commands to quickly select and open package on specific resource, such
4343

4444
> PM – Package Manager.
4545
46-
By default, when project has no lockfile the first installed PM from your system will be used: `pnpm`, `yarn` or `npm`
46+
By default, when project has no lockfile the first installed PM from your system will be used: `pnpm`, `yarn`, `bun` or `npm`
4747

4848
Note that, `npm.packageManager` setting (when not `auto`) always takes precedence and forces to use specific PM in all cases.
4949

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@
104104
{
105105
"command": "linkPackage",
106106
"title": "Link Package"
107+
},
108+
{
109+
"command": "updatePackages",
110+
"title": "Update Packages"
107111
}
108112
],
109113
"menus": {

0 commit comments

Comments
 (0)