0
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・WSL】「VS Code Server for WSL closed unexpectedly」の解消法

0
Posted at

環境

  • Windows 10
  • VS Code 1.122.1
  • WSL(2ではない)
  • Ubuntu 20.04.6 LTS

起こったこと

  • VS CodeからWSLにリモート接続する際、「VS Code Server for WSL closed unexpectedly」というエラーが出た
  • ログを見ても特にエラーっぽいメッセージは確認できず

やったこと

  • ~/.vscode-serverを消す
$rm -rf ~/.vscode-server

原因

  • PCのストレージ不足で、VS Codeを起動している間「ファイルが展開できません」的なエラーメッセージが頻繁に出ていたのにすべて無視していた

参考

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?