xmake-vscode
xmake-vscode copied to clipboard
VSCode 插件添加目标分组
trafficstars
Is your feature request related to a problem? Please describe.
项目里的目标过多,在 VSCode 插件中进行浏览和操作时会感觉很凌乱。

另外 options 貌似存在问题?大部分情况下都不能正确加载 options,只能通过手动方式更改 xmake 脚本中的选项。

Describe the solution you'd like
- 给 target 添加一个 category 选项以便于在 VSCode 插件或者其他的 IDE 中进行文件夹分组;
- options 显示和编辑修复。
Describe alternatives you've considered
No response
Additional context
No response
这个左边栏是应该有东西的么? 。。。

这个侧边栏也是人家贡献过来的,我也没细看 之前稍微修了点 这个相关的 bug 了。。
目前暂时没时间看这个,先备着吧,或者可以直接来个 pr https://github.com/xmake-io/xmake-vscode/blob/master/src/explorer.ts
options 的问题,我刚修了下,应该可以了
options 的问题,我刚修了下,应该可以了