You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -126,7 +125,7 @@ Before you push a release, be sure to make sure the changelog is updated!
126
125
To push a release:
127
126
128
127
```bash
129
-
npx gulp release --semver [SEMVER]
128
+
pnpm gulp release --semver [SEMVER]
130
129
git push --follow-tags
131
130
```
132
131
@@ -142,7 +141,7 @@ In addition to building and testing the extension, when a tag is applied to the
142
141
143
142
### VS Code Slowdown
144
143
145
-
If you notice a slowdown and have ever run `yarn test` in the past instead of running tests through VSCode, you might find a `.vscode-test/` folder, which VSCode is continually consuming CPU cycles to index. Long story short, you can speed up VSCode by:
144
+
If you notice a slowdown and have ever run `pnpm test` in the past instead of running tests through VSCode, you might find a `.vscode-test/` folder, which VSCode is continually consuming CPU cycles to index. Long story short, you can speed up VSCode by:
0 commit comments