38
14

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.

BRIGHT VIEAdvent Calendar 2017

Day 14

VSCodeで、表示ソースを切り替える度に、左エクスプローラーが移動してしまうのを止めたい

Posted at

この記事は BRIGHT VIE Advent Calendar 2017 14日目の記事になります。

タイトルで全部言い切ってしまってるパターンです!

#VSCodeでのエクスプローラとエディタの同期的選択の解除

"explorer.autoReveal": false

(デフォルト:true)

の設定をいれることで、エディター切り替えと、エクスプローラのファイル選択が同期されなくなります。

ソースを切り替える度に、左のエクスプローラーがかちゃかちゃ動くのは結構ストレス!
エクスプローラでファイル名を見ながらコード打ちたい時もありますよね!

#余談:Sublime Textではプラグインで対応

Sublime Textではプラグインで対応可能です。

Sublime Text Synced​Side​Bar

38
14
1

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
38
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?