支持vs的文件夹项目
你在什么场景下需要该功能?
偶然间发现vs支持配置文件来配置intelliSense 要是xmake能支持就好了 https://learn.microsoft.com/zh-cn/cpp/build/open-folder-projects-cpp?view=msvc-170
描述可能的解决方案
类似compile_commands.json一样自动更新CppProperties.json tasks.vs.json launch.vs.json
描述你认为的候选方案
No response
其他信息
No response
Bot detected the issue body's language is not English, translate it automatically.
Title: Folder project that supports vs
In what scenario do you need this function?
I accidentally found that vs supports configuration files to configure IntelliSense if xmake can support it https://learn.microsoft.com/zh-cn/cpp/build/open-folder-projects-cpp?view=msvc-170
###Describe possible solutions
Automatically update CppProperties.json tasks.vs.json launch.vs.json
Describe what you consider to be a candidate
No response
Other information
No response
这种自己搞个 task 插件生成下就行了。
Bot detected the issue body's language is not English, translate it automatically.
This is enough to create a task plug-in by yourself.