Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
wenytang-ms committed Sep 5, 2024
1 parent f1deea1 commit 8edb32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Main/ApisList/ApisCards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const ApiCard: FC<{ api: Api }> = ({ api }) => {
icon={<VsCodeLogo />}
onClick={e => {
e.stopPropagation();
window.open(`vscode-insiders://apidev.azure-api-center?clientId=${dataApiClientId}&tenantId=${dataApiTenantId}&runtimeUrl=${dataApiEndpoint}`);
window.open(`vscode://apidev.azure-api-center?clientId=${dataApiClientId}&tenantId=${dataApiTenantId}&runtimeUrl=${dataApiEndpoint}`);
}}
>
Open in Visual Studio Code
Expand Down

0 comments on commit 8edb32e

Please sign in to comment.