Skip to content

VSCode: register correct command name in package.json #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

ian-h-chamberlain
Copy link
Contributor

bacon-ls.restart is the command name registered in extension.ts, not bacon_ls.restart.

Trying to run the command as it is currently written results in an error:
image

`bacon-ls.restart` is the proper command name, not `bacon_ls.restart`.

Signed-off-by: Ian Chamberlain <ian-h-chamberlain@users.noreply.github.com>
@crisidev
Copy link
Owner

crisidev commented Feb 12, 2025

Thanks a lot for the contribution. I don't use vscode in my day to day and this typo slipped through my tests!

Once CI has finished, I'll merge this. I will have time to make a new release probably tomorrow.

@crisidev crisidev merged commit 327969d into crisidev:main Feb 12, 2025
4 of 5 checks passed
@crisidev
Copy link
Owner

@ian-h-chamberlain release done https://github.com/crisidev/bacon-ls/releases/tag/0.16.0

@ian-h-chamberlain
Copy link
Contributor Author

Thanks for the quick turnaround!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants