We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4efe1 commit a264939Copy full SHA for a264939
.github/workflows/vsix.yml
@@ -73,6 +73,9 @@ jobs:
73
runs-on: ubuntu-latest
74
needs: build
75
steps:
76
+ - name: Checkout code
77
+ uses: actions/checkout@v6
78
+
79
- name: Download VSIX
80
uses: actions/download-artifact@v5
81
with:
@@ -90,6 +93,9 @@ jobs:
90
93
91
94
92
95
96
97
98
99
100
101
packages/vscode-plugin/package.json
@@ -7,7 +7,6 @@
7
"private": true,
8
"author": "Dominic Gannaway",
9
"license": "MIT",
10
- "packageManager": "pnpm@10.18.2",
11
"engines": {
12
"vscode": "^1.97.0"
13
},
0 commit comments