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

Preview resolved config #13

Open
bentsherman opened this issue Jun 25, 2024 · 0 comments
Open

Preview resolved config #13

bentsherman opened this issue Jun 25, 2024 · 0 comments

Comments

@bentsherman
Copy link
Member

It would be useful to preview the resolved config for a process, similar to the CSS viewer in a web browser's developer view.

Likely the best place to do this would be on the process invocation using the CodeLens request: https://code.visualstudio.com/blogs/2017/02/12/code-lens-roundup

CodeLens is pretty open-ended, you just attach a link to an AST element and when the user clicks the link, you can essentially do whatever you want. So we could render a cascading view of settings applied from various configs as well as the resolved config.

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

No branches or pull requests

1 participant