LoginSignup
0
0

VS Code Server for WSL closed unexpectedlyの対処

Posted at

VS Code Server for WSL closed unexpectedlyの対処方法

  • powershellを起動

  • 以下のコマンドを入力

wsl --shutdown

1度WSLをシャットダウンする

  • 以下のコマンド入力
code

以上で解決

事前に確認したこと

  • powershellで以下のコマンドを打つ
wsl -l -v

デフォルトがUbuntuになっていることを確認

  • デフォルトがUbuntu出なかった場合は以下のコマンドを実行
wsl -s Ubuntu-22.04 (←例:20.04など自分のものをいれる)
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