To use Visual Studio Code with the Windows Subsystem for Linux, please install Visual Studio Code in Windows and uninstall the Linux version in WSL. You can then use the code command in a WSL terminal just as you would in a normal command prompt. 如何处理
时间: 2024-04-07 11:32:24 浏览: 237
通过Windows Visual Studio远程调试WSL2中的.NET Core Linux应用程序的方法
好的,我理解你的问题。你想知道如何在 Windows Subsystem for Linux(WSL)中使用 Visual Studio Code。要这样做,你需要在 Windows 中安装 Visual Studio Code 并在 WSL 中卸载 Linux 版本。完成后,你可以在 WSL 终端中像在普通命令提示符中一样使用 `code` 命令。这将允许你使用 Windows 中的 Visual Studio Code 编辑 Linux 文件系统中的文件。如果你遇到了问题,可以随时问我。
阅读全文