vscode-pull-request-github
vscode-pull-request-github copied to clipboard
Slash commands doesn't work when entered in the comments box.
The extension does not trigger the action for the slash commands when entered in the comments section like it would do in the PR web link. the extension treats it as contributor leaving a comment instead of triggering the action.
- Extension version: 0.86.1 ( any version)
- VSCode Version: 1.88.0
- OS: Windows
- Repository Clone Configuration (single repository/fork of an upstream repository): Enterprise repo
- Github Product (Github.com/Github Enterprise version x.x.x): Github.com
Steps to Reproduce:
- Create a PR
- Enter a slash command ( in my case its custom slash command ) and click comment.
Interesting! I don't get that (contributor) part when adding the comment from the extension. I'm wondering if somehow your auth token is missing something. Do you go through your organizations auth page when you sign in to GitHub?
Yes. it goes through organization's auth page for sign in
@hnaganur do you have a button to "authorize" VS Code for your organization on that sign in page? If so, is it possible you skipped clicking on this "authorize" button and just signed in without authorizing?
Closing because no further info was provided.