首页 > 其他 > 详细

vscode + wsl2

时间:2021-03-27 12:41:57      阅读:20      评论:0      收藏:0      [点我收藏+]

1. enable wsl2

2. install ubuntu

3. 

sudo apt update
sudo apt install nodejs
sudo apt install npm
npm install --global yarn
sudo apt install git-all

4. clone the repo

5. npm install under the repo

6. access wsl:Ubuntu via vs-code‘s Remote tool

技术分享图片

 

 7. current issue, seems wsl app can not access windows host api TODO: -- should be fix this

 

vscode + wsl2

原文:https://www.cnblogs.com/fengyishou/p/14585183.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!