Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Auto APMNew to Visual Studio Code? Get it now.
Auto APM

Auto APM

kyoriki

|
1 install
| (0) | Free
Update APM agent dependencies from the editor toolbar and on a schedule.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Auto APM

APM (Agent Package Manager) の依存パッケージを、VS Codeから更新する拡張機能です。

機能

  • エディタ右上の同期アイコンから次の2コマンドを順番に実行
    • apm update --target copilot -y
    • apm update --target claude -y
  • ワークスペースを開いている間、既定で3時間ごとに自動更新
  • マルチルートワークスペース対応
  • 更新の重複実行を防止
  • ログやターミナルを開かずバックグラウンドで実行

更新対象は、ルートに apm.yml があるワークスペースです。手動更新では現在の エディタが属するワークスペースを優先し、自動更新では該当する全ルートを更新します。

開発・インストール

  1. このフォルダーをVS Codeで開きます。
  2. F5 を押して Extension Development Host を起動します。
  3. 配布用VSIXを作る場合は npm install、npm run package を実行します。
  4. 生成された .vsix を VS Code の「VSIXからのインストール」で導入します。

設定

  • autoApm.autoUpdate: 自動更新の有効・無効(既定: true)
  • autoApm.intervalHours: 更新間隔(既定: 3)
  • autoApm.showSuccessNotification: 自動更新成功時の通知(既定: true)

apm コマンドがPATHから実行できる必要があります。

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft