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

Feature request - Support VS Code commands in settings #13

Open
HorstBaerbel opened this issue Feb 12, 2021 · 3 comments
Open

Feature request - Support VS Code commands in settings #13

HorstBaerbel opened this issue Feb 12, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@HorstBaerbel
Copy link
Contributor

It would be pretty sweet to support VS Code commands like:
${command:cmake.buildDirectory} or ${env:VARIABLE}
in the settings as this would add a lot of possibilities and make setup for CMake projects work properly.

@dseight dseight added the enhancement New feature or request label Sep 29, 2021
@dseight
Copy link
Owner

dseight commented Sep 29, 2021

Yep, that would be nice :)

Unfortunately, VS Code does not exposes variableResolver yet (which is weird as a lot of extensions need this thing).

@HorstBaerbel
Copy link
Contributor Author

cmake-tools supports it at least in launch.json, so maybe it is possible with a workaround?

@dseight
Copy link
Owner

dseight commented Sep 29, 2021

cmake-tools has its own variables parser under the hood. And so does disasexpl, just not that powerful (yet).

I think that current resolver needs to be rewritten, with variableResolver as a good reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants