LoginSignup
12
6

More than 5 years have passed since last update.

VSCode起動時に前回のフォルダを開かない設定にする

Posted at

Visual studio Codeを起動時に前回のフォルダを開かないようにする設定

setting.json
"window.openWithoutArgumentsInNewWindow": "on",
"window.restoreWindows": "none"

注意点

  • 試行錯誤しているうちに出来るようになったので、上記のどちらか片方でも良い・・・かもです。
  • 設定後、何回かVSCodeを再起動しないと反映されないとの声もあります。
12
6
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
12
6