# 安裝VSCode編輯器插件

{% hint style="warning" %}
目前VSCode插件只支援Robotmon Beta版本，請先[加入Beta計畫](/shi-yong/robotmon-v2-beta-testing.md)，並升級Robotmon App 到 Beta版本
{% endhint %}

## 安裝VSCode與Robotmon插件

VSCode 是微軟出的強大免費且跨平台的程式碼編輯器，支援多種語言包括Javascript，並且擁有豐富的插件來輔助開發者開發程式碼。因此我們決定以VSCode為基礎，開發全新的腳本編輯輔助工具。

1. 首先請先下載並且安裝 <https://code.visualstudio.com/>
2. [下載Robotmon VSCode Extension 插件](https://github.com/r2-studio/robotmon-desktop/releases/tag/1.6.0)
3. 打開VSCode  同時按下 ctrl + shift + p （Mac: command + shift + p）
4. 搜尋輸入 vsix，點選安裝 VSIX 的選項，並選擇剛剛下載的 VSCode Extension

   ![搜尋輸入vsix](/files/-Llv_q2h-Aa1dpUGRLZp)
5. 安裝完成，左邊會出現一個Robotmon的圖示

   ![](/files/-LlvaGIOCmbkTdRtv3BR)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.robotmon.app/jiao-ben-jiao-xue/an-zhuang-vscode-bian-ji-qi-cha-jian.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
