我试图在我的wsl中打开visual代码,但是下面有这个错误。如何解决这个问题?To use VisualStudio Code with the Windows Subsystem for Linux, please install VisualStudio Code inWindows and uninstall the Linux version in WSL.You can then use the `code` command in a WSL</
我一直试图设置vscode code .快捷方式,以便在WSL中工作。按照的指示,我在windows中重新安装vscode,重新安装远程- WSL扩展,确保它在我的系统路径中,并尝试在WSL发行版终端中运行code .。这是输出文本:
To use VisualStudio Code with the Windows Subsystem for Linux, please install VisualStudioCode in Windows and uninst
npm配置的默认编辑器是vi。阅读此文档后:https://docs.npmjs.com/misc/config#editor ☁ nodejs-project npm get editor
vi 现在,我想使用visual-studio-code编辑npm配置 因此,我将npm编辑器设置为visual-studio-code,如下所示: ☁ nodejs-project npm set editor visual-<em
我最近开始使用Windows Subsystem for Linux (WSL),看看我的基于Linux Makefile & arm-none-eabi-gcc的微控制器项目是否可以在Windows中因此,这让我考虑尝试在VisualStudio中使用IDE特性进行所有代码编辑,同时在WSL中提供的Linux & bash环境中进行实际构建。不幸的是,当在我的VisualStudio项目的NMake选项中指定“构建命令行”时,放入"C:\Windows\S