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

Update README.md fixing a phrase #147

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CustomCommand/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It's easy to create commands in a Visual Studio extension.
## Let's get started
In your VSIX project, add a new item by right-clicking the project and selecting **Add -> New Item...** and then search for and select **Custom Command**.

This will a bunch of files to your project. The key ones are:
This will create a bunch of files to your project. The key ones are:

1. The .vsct file
2. The command Class
Expand Down Expand Up @@ -94,4 +94,4 @@ Read the docs for all the details surrounding these scenarios.
* [VSCT Schema Reference](https://docs.microsoft.com/en-us/visualstudio/extensibility/vsct-xml-schema-reference)
* [Use AsyncPackage with background load](https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-use-asyncpackage-to-load-vspackages-in-the-background)
* [Use Rule-based UI Context](https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-use-rule-based-ui-context-for-visual-studio-extensions)
* [VisibilityConstraints sample](https://github.com/madskristensen/VisibilityConstraintsSample)
* [VisibilityConstraints sample](https://github.com/madskristensen/VisibilityConstraintsSample)