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

Allow fully custom config for check and format commands #49

Open
chriskrycho opened this issue May 20, 2024 · 0 comments
Open

Allow fully custom config for check and format commands #49

chriskrycho opened this issue May 20, 2024 · 0 comments
Labels
feature request New feature to make this more powerful

Comments

@chriskrycho
Copy link

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

I am doing some work on the rust-lang/rust repo, which has some unique needs for using rust-analyzer successfully. That repo does not work with normal rust-analyzer.

Describe the solution you'd like

The recommended workflow uses a JSON config for the VS Code integration. I don’t think this needs to fully support that, exactly, though it certainly could, but it would be nice if it were possible to supply the full rust-analyzer option set—either in the UI directly, or by loading a config file like that.

Describe alternatives you've considered

I can just use VS Code, or I can just work with ./x check on the terminal directly. 😓

Additional context

I know this is weird. 😂 The number of people who work on the Rust project itself and use Nova is probably literally just me.

@chriskrycho chriskrycho added the feature request New feature to make this more powerful label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature to make this more powerful
Projects
None yet
Development

No branches or pull requests

1 participant