We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3cd58 commit 207486eCopy full SHA for 207486e
src/utils.ts
@@ -543,5 +543,5 @@ export const formatName = (name: string): string => {
543
};
544
545
export const getUserAgent = () => {
546
- return `Toolkit (${os.type()}; ${os.release()}) alibababcloud-api-toolkit/${vscode.extensions.getExtension("alibabacloud-openapi.vscode-alicloud-api").packageJSON.version} VS Code/${vscode.version}`;
+ return `Toolkit (${os.type()}; ${os.release()}) alibabacloud-api-toolkit/${vscode.extensions.getExtension("alibabacloud-openapi.vscode-alicloud-api").packageJSON.version} VS Code/${vscode.version}`;
547
0 commit comments