LoginSignup
0
0

More than 1 year has passed since last update.

VSCode 最短インストール Windows編

Posted at

目標

  • コマンド一発でVSCodeをインストールする
    • wingetを使用
    • コンテキストメニューへの追加設定も行う
  • (個人的に便利だと思う初期設定を行う)

1. インストール

  1. PowerShellを開き,次のコマンドを実行
    PowerShell
    winget install vscode --override "/silent /mergetasks=""addcontextmenufiles,addcontextmenufolders"""
    

2. オートセーブ設定

  1. Ctrl + , で設定を開く
  2. 検索窓にfiles.autosaveと入れる
  3. Auto save を After Delayに変更

3. 改行コードの設定

  1. Ctrl + , で設定を開く
  2. 検索窓にfiles.eolと入れる
  3. Eolの設定を/nに変更する
0
0
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
0