- @o1 ... model: o1 with reasoning_effort: "high"
- @o1-mini ... model: o1-mini
- Run
npm install
in terminal to install dependencies - Run the
Run Extension
target in the Debug View. This will:- Start a task
npm: watch
to compile the code - Run the extension in a new VS Code window
- Start a task
- ターミナルで
npm install
を実行して依存関係をインストールします- デバッグビューで
Run Extension
ターゲットを実行します。これにより:
- コードをコンパイルするためのタスク
npm: watch
が開始されます- 新しい VS Code ウィンドウで拡張機能が実行されます