4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Antigravityでvscodeの拡張機能が移行できなかった時の対処法

4
Posted at

環境

  • M3 MacBook Air
  • Sequoia

やりたかったこと

vscodeからAntigravityに拡張機能をまとめて移行したかった.
しかし,codeコマンドが使えなかった

手順

1. codeコマンドを有効化する

i. コマンドパレットを開く
Cmd + Shift + P
ii. インストールコマンドの実行

Shell Command: Install 'code' command in PATH

と入力して実行

2. テキストファイルに出力する

i. ターミナルを開く
ii. 以下を実行

code --list-extensions > ~/Desktop/vscode-extensions.txt

3. Antigravityにインストール

i. Antigravityで,ターミナルを開く
ii. 以下を実行

cat ~/Desktop/vscode-extensions.txt | xargs -L 1 code --install-extension
4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?