Visual Studio Code で使える Alibaba Cloud の拡張機能 (その2)

前回の記事につづいて Visual Studio Code に Alibaba Cloud の拡張機能の話です。 今回は Alibaba Cloud が提供している2つの拡張機能をインストールし使ってみます。 拡張機能の1つ目は Alibaba Cloud API Toolkit です。 こちらは Alibaba Cloud の OpenAPI を VSC からより簡単に使えるようにするもののようです。 もう1つの拡張機能は Alibaba Cloud CLI Tools でこちらは文字通り Alibaba Cloud CLI を VSC から実行出来るようにするもののよう。 習うより慣れろで触ってみてその内容を紹介します。 ただ、結論からいうと使えたものの中国語メインのメッセージなので中国語が使えない私には使えない拡張機能でした。

Alibaba Cloud API Toolkit と Alibaba Cloud CLI Tools のインストール

Visual Studio Code の拡張機能画面を開いて Alibaba Cloud API Toolkit のインストールを実行します。

API ToolKitに関するドキュメントはこちら(https://marketplace.visualstudio.com/items?itemName=alibabacloud-openapi.vscode-alicloud-api)。

インストールはあっという間に終了します。 以下のようにインストールボタンがアインインストールに変わっていればインストールは完了となります。

次に Alibaba Cloud CLI Tools をインストールします。

Alibaba Cloud CLI Tools に関するドキュメントはこちら(https://marketplace.visualstudio.com/items?itemName=alibabacloud-openapi.vscode-alicloud-api)。

動作確認

Alibaba Cloud API Tool Kit から使ってみたいと思います。

API Tool Kit の機能は以下なのですが API Searching と Call the API あたりを使ってみようと思います。

  • Alicloud Product Subscription: You can search for Alicloud products and subscribe to its APIs you want to use.
  • API Searching: You can search the Open API of Alibaba Cloud products to which you are subscribed.
  • API Document View: Clicking on an API can navigate you to a new tab which displays the corresponding API document, including descriptions, request parameters, response parameters and error codes.
  • Call the API: You can use the form to call the Alibaba Cloud API and see the response.
  • SDK Code Sample: You can get the SDK code samples and quickly open the corresponding SDK code in VS Code.
  • Code Snippets: You can use the code snippets to quickly generate the code.
  • More features are under development, please stay tuned.

ただ、先に結論をいうと各種メッセージ等が中国語なので中国語が読めない私はつかえないものでした。 

以下は Alibaba Cloud のProductですが中国のいわゆる Aliyun というか中国語のプロダクト名です。

以下は ECS の StartInstance に関するものですが、こちらも中国語なので私には難しい。。 Visual Studio Code 上の表示内容を翻訳できる拡張機能とかあればですがそこまで Visual Studio Code には詳しくないのでよくわかりません。

試しに Gemini に聞いてみると以下の手順で Alibaba Cloud API Toolkit の表示言語を中国語から英語に変更できるとのことだったのですが、うまくいきませんでした。

bigriver.jp
bigriver.jp

英語の Visual Studio Code で Alibaba Cloud API Toolkit を利用する方法

表示される言語を中国語ではなく英語にしたい

回答は日本語でなく英語でお願いします

Gemini
Gemini

(途中省略)

To change the display language of the Alibaba Cloud API Toolkit in Visual Studio Code to English, follow these steps:

  1. Open Visual Studio Code.
  2. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).
  3. Type Alibaba Cloud API Toolkit: Open Settings and select the Alibaba Cloud API Toolkit: Open Settings command.
  4. In the settings window, locate the Language setting.
  5. Change the Language dropdown to English.
  6. Click OK to save the settings.

Visual Studio Code will need to be restarted for the language change to take effect.

After restarting, the Alibaba Cloud API Toolkit messages should be displayed in English.

(途中省略)

上記の手順3 の Visual Studio Code の Coomand Palette で Alibaba Cloud API Toolkit: Open Settings を実行することが出来ずでした。。

以上