Skip to content
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

fix(package.json): fix command rest-client-* not found error #449

Merged
merged 2 commits into from
Nov 25, 2019

Conversation

stegano
Copy link
Contributor

@stegano stegano commented Nov 23, 2019

Added list of missing commands to activationEvents entry

Added list of missing commands to activationEvents entry
package.json Outdated
@@ -47,7 +47,14 @@
"onCommand:rest-client.copy-response-body",
"onCommand:rest-client.switch-environment",
"onCommand:rest-client.clear-aad-token-cache",
"onLanguage:http"
"onLanguage:http",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: move the onLanguage:http to the item of the list

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean move onLanguage:http to tail of list?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes 😄

@Huachao Huachao merged commit 9ce6ea6 into Huachao:master Nov 25, 2019
@Huachao
Copy link
Owner

Huachao commented Nov 25, 2019

@stegano Merged, thanks

@Huachao
Copy link
Owner

Huachao commented Jan 21, 2020

@stegano I have published this in the latest release 0.23.1

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