1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

VS Codeで自動保存する方法

Posted at

VS Codeで自動保存する

前提

デフォルトでは自動保存されない。
そのため変更を反映するには、「command + s」で変更を保存する必要がある。
これを、いちいち自分で保存しなくても自動保存されるように設定できる!

設定方法

1.上部メニューから「設定」を選ぶ(【Command】+【,】でもいける)
2.検索窓に「autosave」を入力
3.セレクトボックスから「afterDelay」を選ぶ
4.選択したら、再度VS Codeを再起動

補足

「afterDelay」が一番いいけど、他にも下記のようなものがある。
*off:自動保存されない
*afterDelay:一定時間操作がなかったら保存
*onFocusChange:タブからカーソルが消えた時点で保存
*onWindowChange:ウィンドウを切り替えた時点で保存

1
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?