我是新手,试图在Windows 10 WSL2中使用NX和xplat原理图和VS Code来建立monorepo开发环境... 几乎可以工作:)但安装xplat时说:
Note to VS Code users: no development mode set. xplat
could not find any VS Code settings in the standard location:
/var/local/Code/User/settings.json
It's possible you don't have a user settings.json yet.
If so, open VS Code User settings and save any kind of
setting to have it created.
xplat是正确的-该文件在WSL2中不存在。 (并且更改VS Code设置不会创建它。也不存在标准VS Code设置位置($HOME/.config/Code/User/settings.json
)。
我怀疑原理图在WSL2端运行,但是设置存储在Windows端(在%APPDATA%\Code\User\settings.json
中)。
这引起的直接问题是非Web应用程序等文件已从VS Code中排除;解决方法是在Windows一侧编辑settings.json(手动清理files.exclude设置,或使用VSC设置编辑器删除有问题的Files: Exclude
模式)。但是,我正在寻找的是一种使用ng g mode ...
切换模式的方法-有任何想法或设置吗?