Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Raildex opened this issue Feb 24, 2024 · 1 comment
Open

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

Raildex opened this issue Feb 24, 2024 · 1 comment

Comments

@Raildex
Copy link

Raildex commented Feb 24, 2024

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
Copy link
Member

waruqi commented Feb 24, 2024

class XMakeOptionsProvider implements vscode.WebviewViewProvider {

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

@waruqi waruqi transferred this issue from xmake-io/xmake Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants