修改wsl配置
vim /etc/wsl.conf
添加下面的内容
[interop]
appendWindowsPath = false
重启wsl
wsl shutdown {DistributeName}
重新配置vscode
vim .bashrc
alias code='/mnt/c/Users/username/vscode路径/bin/code'
保存退出
source .bashrc
安装nodejs
可以使用nvm
github能搜到