xmake-io / xmake-vscode

🍩 A XMake integration in Visual Studio Code
https://xmake.io
Apache License 2.0
227 stars 54 forks source link

option() to be visible in xmake vscode extension #257

Open Raildex opened 7 months ago

Raildex commented 7 months ago

Is your feature request related to a problem? Please describe.

My xmake.lua contains some option()s. I would like to have a quick way to enable/disable them

Describe the solution you'd like

The vscode xmake extension already shows targets within the workspace folder and it lets you debug them via mouse click. I would like to have a feature to list the options (and their current value) within vscode and change them as well. grafik

Describe alternatives you've considered

No response

Additional context

No response

waruqi commented 7 months ago

https://github.com/xmake-io/xmake-vscode/blob/cc62b952b67188019593780d75df694ac3efadd8/src/explorer.ts#L525

It had this feature before, but it was unstable and had a lot of problems, instead of affecting normal use, so I disabled it.