Skip to the content.

vscodeの使い方

vscodeの標準・拡張機能のメモ

ファイルの差分

Ctrl + Shift + Pでコマンドパレットを開き,File: Compare Active File With...と入力

エディタの設定

"window.restoreWindows": "none",  // 前回開いていたフォルダは開かない設定
"editor.wordWrap": "on"           // エディタの折り返しをオン