0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

vscode 言語、環境別おすすめ拡張機能リスト

0
Posted at

はじめに

言語や環境毎にvscodeのおすすめの拡張機能をまとめた。

以下のコマンドにより、1つのリストからインストールできる。

cd lists
cat python.txt | xargs -L1 code --install-extension

以下のコマンドにより、複数リストから一括インストールできる。

cd lists/general
cat *.txt | xargs -L1 code --install-extension
0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?