We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3093be8 commit 1f74d6eCopy full SHA for 1f74d6e
README.md
@@ -15,7 +15,7 @@
15
4. The new VSIX file will be created in the `bin/` directory
16
5. Commit the new VSIX file to git:
17
```bash
18
- git add --all
+ git add bin/*.vsix
19
git commit -m "chore: update VSIX to version <new_version>"
20
```
21
0 commit comments