4. The new VSIX file will be created in the `bin/` directory
5. Commit the new VSIX file to git:
```bash
git add --all
git add bin/*.vsix
git commit -m "chore: update VSIX to version <new_version>"
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.