Skip to content

Instantly share code, notes, and snippets.

View levpa's full-sized avatar
🔥
Everything on fire but weʼre working

Lev Pasichnyi levpa

🔥
Everything on fire but weʼre working
View GitHub Profile
@levpa
levpa / gist:d764cb9c842077f4289c3b9c510b33b4
Created December 23, 2023 19:24
code command not working in WSL2
powershell: wsl
wsl: rm -rf ~/.vscode-server
wsl: logout
powershell: wsl --shutdown
Try to Open VSCode and connect with WSL.
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Name Surname
email = name.surname@domain.id
[core]
editor = code --wait
[push]