前提・実現したいこと
vscodeでRemote -WSLで新しいウィンドウをエラーなく表示させたい。
各種バージョン情報
ホストOS:windows10 Home
WSL:Ubuntu 18.04 LTS
vscode:ver 1.42.1
問題の切り分けのためにRemote Developmentなどはインストールしていない。
エラー発生の手順
1.windowsでvscodeを起動
4.新しいウィンドウが開き、右下で以下のプログレスバーが表示される
5.しばらくすると下記ウィンドウが表示され、
ターミナルに詳しいエラーメッセージが表示される。(下記発生している問題・エラーメッセージ)
発生している問題・エラーメッセージ
[2020-03-08 01:29:13.752] * Visual Studio Code Server [2020-03-08 01:29:13.752] * [2020-03-08 01:29:13.752] * Reminder: You may only use this software with Visual Studio family products, [2020-03-08 01:29:13.752] * as described in the license https://aka.ms/vscode-remote/license [2020-03-08 01:29:13.752] * [2020-03-08 01:29:13.752] [2020-03-08 01:29:13.752] [2020-03-08 01:29:13.752] IP Address: IPアドレス [2020-03-08 01:29:13.752] IP Address: IPアドレス [2020-03-08 01:29:13.753] [10:29:13] Error occurred in server [2020-03-08 01:29:13.753] [10:29:13] Error: listen EACCES: permission denied :: [2020-03-08 01:29:13.753] at Server.setupListenHandle [as _listen2] (net.js:1226:14) [2020-03-08 01:29:13.753] at listenInCluster (net.js:1274:12) [2020-03-08 01:29:13.753] at Server.listen (net.js:1362:7) [2020-03-08 01:29:13.753] at ge._start (/home/ユーザー名/.vscode-server/bin/c47d83b293181d9be64f27ff093689e8e7aed054/out/vs/server/remoteExtensionHostAgent.js:470:638) [2020-03-08 01:29:13.753] at ge.start (/home/ユーザー名/.vscode-server/bin/c47d83b293181d9be64f27ff093689e8e7aed054/out/vs/server/remoteExtensionHostAgent.js:465:213) { [2020-03-08 01:29:13.753] code: 'EACCES', [2020-03-08 01:29:13.753] errno: 'EACCES', [2020-03-08 01:29:13.753] syscall: 'listen', [2020-03-08 01:29:13.753] address: '::' [2020-03-08 01:29:13.753] } [2020-03-08 01:29:28.687] VS Code Server for WSL closed unexpectedly. [2020-03-08 01:29:28.687] For help with startup problems, go to [2020-03-08 01:29:28.687] https://code.visualstudio.com/docs/remote/troubleshooting#_wsl-tips
試したこと
エラーメッセージに出力されている下記サイトでの問題解決策の実行:
https://code.visualstudio.com/docs/remote/troubleshooting#_wsl-tips
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。