Visual Studio Code,Windows関連,wsl,開発環境

Thumbnail of post image 160

VSCodeを起動するたびにターミナルでwslのパスワード入力を求められて面倒。
パスワード入力を省略する方法は下記の通り

ターミナルを開く

sudo suvi/etc/sudoers

sudoersファ ...

AWS,Lambda,Visual Studio Code,wsl

Thumbnail of post image 131

VSCode (Visual Studio Code) でサーバレスフレームワークを使用するには、まずサーバレスフレームワーク(Serverless FrameworkやAWS SAM、Azure Functionsなど)を選択し、そ ...

git,Windows関連,wsl,開発環境

Thumbnail of post image 086

WSL2 Debianを使って開発を行っているが、git pullを実行した所「Could not resolve hostname github.com: Temporary failure in name resolution」が ...

Windows関連,wsl,コマンドプロンプト

Thumbnail of post image 036

wsl起動しようとしたら以下エラーが発生。

Error: 0x80040326Error code: Wsl/Service/0x80040326

以下コマンドを実行で問題解決。

wsl --update

コマンド ...