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?

WSLでVSCodeを使う

Last updated at Posted at 2025-06-08

1.VSCodeにRemote Development 拡張機能パックをインストールする

2. Linux ディストリビューションを更新する

# VSCodeサーバーの起動に必要とされるライブラリが不足していることがあるので以下を実行してパッケージリストを更新する
sudo apt-get update

# wget:Web サーバーからコンテンツを取得するのに使用する
# ca-certificates:SSL ベースのアプリケーションで SSL 接続の信頼性を確認するのを許可するために使用する
sudo apt-get install wget ca-certificates

3.WSLからVSCodeを開く

code .

image.png

参考

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?