You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-center/use-vscode-extension.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,14 +143,14 @@ You can export an API specification from a definition and then download it as a
143
143
To export a specification in the extension's tree view:
144
144
145
145
1. Expand the API Center tree view to show an API definition.
146
-
1. Right-click on the definition, and select **Export API**. A new tab appears that renders an API specification document.
146
+
1. Right-click on the definition, and select **Export API Specification Document**. A new tab appears that renders an API specification document.
147
147
148
148
:::image type="content" source="media/use-vscode-extension/export-specification.png" alt-text="Screenshot of exporting API specification in Visual Studio Code." lightbox="media/use-vscode-extension/export-specification.png":::
149
149
150
150
You can also export a specification using the Command Palette:
151
151
152
152
1. Type the **Ctrl+Shift+P** keyboard shortcut to open the Command Palette.
153
-
1. Select **Azure API Center: Export API**.
153
+
1. Select **Azure API Center: Export API Specification Document**.
154
154
1. Make selections to navigate to an API definition. A new tab appears that renders an API specification document.
0 commit comments