Skip to content

Commit e6785b0

Browse files
author
gitName
committed
review comment
1 parent 3cbb46f commit e6785b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/api-center/build-register-apis-vscode-extension.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Learn more about setting up a [GitHub Actions workflow](register-apis-github-act
5555

5656
## Generate OpenAPI spec from API code
5757

58-
Use the power of GitHub Copilot with the Azure API Center extension for Visual Studio Code to create an OpenAPI specification file from your API code. Right-click on the API code, select **Copilot** from the options, and select **Generate API documentation**. GitHub Copilot creates an OpenAPI specification file.
58+
Use the power of [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) with the Azure API Center extension for Visual Studio Code to create an OpenAPI specification file from your API code. Right-click on the API code, select **Copilot** from the options, and select **Generate API documentation**. GitHub Copilot creates an OpenAPI specification file.
5959

6060
> [!NOTE]
6161
> This feature is available in the pre-release version of the API Center extension.
@@ -66,14 +66,14 @@ After generating the OpenAPI specification file and checking for accuracy, you c
6666

6767
## Generate OpenAPI spec using natural language prompts
6868

69-
The API Center plugin for GitHub Copilot for Azure helps you design new APIs starting from natural language prompts. With AI assistance, quickly generate an OpenAPI spec for API development that complies with your organization's standards.
69+
The API Center plugin for [GitHub Copilot for Azure](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) helps you design new APIs starting from natural language prompts. With AI assistance, quickly generate an OpenAPI spec for API development that complies with your organization's standards.
7070

7171
> [!NOTE]
7272
> This feature is available in the pre-release version of the API Center extension.
7373
7474
1. If desired, set an active API style guide. Use the **Ctrl+Shift+P** keyboard shortcut to open the Command Palette. Type **Azure API Center: Set API Style Guide**, make a selection, and hit **Enter**.
7575

76-
If no style guide is set, the default `spectral: oas` ruleset is used.
76+
If no style guide is set, the default `spectral:oas` ruleset is used.
7777
1. In the chat panel, make a request in natural language to the `@azure` agent to describe what the API does. Example:
7878

7979
```vscode

0 commit comments

Comments
 (0)