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

Thumbnail of post image 119

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

ターミナルを開く

sudo suvi/etc/sudoers

sudoersファ ...

AWS,Lambda,Visual Studio Code,wsl

Thumbnail of post image 125

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

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

Thumbnail of post image 027

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

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

Thumbnail of post image 068

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

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

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

wsl --update

コマンド ...

Windows関連,開発環境

Thumbnail of post image 102

windows11にwslを入れたときに調べたメモ

wslインストール

PowerShellを起動し以下コマンドを実行

wsl --install

再起動し、PowerShellで以下コマンドを実行し、「Linux ...