wsl --set-default-version <Version> //设置wsl的默认版本,<Version>可替换为数字 1 或 2。 例如wsl --set-default-version 2。 wsl --status //检查 WSL 状态 wsl --shutdown //重启 wsl --version //检查 WSL 版本 wsl -l -v //查看已经安装的发行版 wsl --unregister <DistributionName> //<...
在"/etc/wsl.conf" 文件添加,禁用WSL2访问Windows的环境变量。但会无法在WSL端通过"code ." 打开VSC。 [interop] appendWindowsPath=false 安装Windows 终端 打开Microsoft Store,搜索“Windows Terminal”。 安装VSCode 下载VSCode 系统版:VSCode下载 安装时选择添加到系统PATH 安装扩展 Remote Development 或者安装扩展...
将同样配置写在计算机\HKEY_CLASSES_ROOT\Directory\shell下 配置windows terminal的"startingDirectory": "./" 试一试右键点击Terminal here 8EfeTe.jpg 接入vscode 下载插件Remote - WSL 打开setting.json配置terminal打开方式 "terminal.integrated.shell.windows": "C:\WINDOWS\System32\wsl.exe" 现在试一试效果,舒服...
启动Docker Desktop for Windows,点击“设置”按钮,启用基于WSL2的引擎复选框(Use the WSL 2 based engine)一般默认在安装的时候默认勾选了。 在Resources 的WSL Integration中设置要从哪个 WSL2 发行版中访问 Docker,如下图使用的是 Ubuntu18.04 配置docker镜像源,原因咱们都知道的~ 在Docker Engine中设置,比原生...
把wsl --set-default-version 2 变成wsl.exe --set-version Ubuntu-22.04 2 code runner设置 要把Run In Terminal勾上 如果linux distro没有python这样的命令,要设置code runner中python的值为/usr/bin/python3 上一篇password failed validation. The password for the user is too recent to change. 下一篇SQ...
(2)搜索files.autoSave这个属性是表示文件是否进行自动保存,推荐设置为onFocusChange——文件焦点变化时...
If I'm in my terminal and open a file with the code command, vscode will launch and the terminal inside code will show my full zsh setup that I have configured in hyper terminal. But if I open up code through windows, and select wsl as my default shell, it's pretty much useless. ...
windwos下命令行挺难用的,之前一直用cmder还不错,但后期卡卡的,改用了windows terminal,真香啊,速度和外观都不错,刚好最近在学linux,一直用的ali云做测试,想着统一一下包管理和命令行,发现了wsl这个东西,就打算改造一下windows,个人电脑系统为windwos 10 1909,详细操作如下: ...
Edit: the best practice, you do the work in a folder in the Windows File System, and cd to there in the WSL console. VSCode has this integrated very well, if you have an open file in VSCode you can just do New Terminal and choose a WSL terminal. The terminal will already be in ...
WSL 是 “Windows Subsystem for Linux” 的缩写,也就是运行在 Windows 系统中的 Linux 子系统。如果...