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

Disable unused variable warnings #106

Open
RZYN2020 opened this issue Apr 4, 2023 · 2 comments
Open

Disable unused variable warnings #106

RZYN2020 opened this issue Apr 4, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@RZYN2020
Copy link

RZYN2020 commented Apr 4, 2023

I'm using the Magic Racket extension for VS Code and I'm getting warnings for unused variables and imported packages in my code. While it's generally a good practice to remove unused variables, in some cases, I find it more convenient to keep them for debugging purposes. I've searched online but couldn't find a clear answer on how to disable unused variable warnings specifically for Magic Racket.

Can we add an option to disable unused variable warnings in Magic Racket for VS Code? It would be helpful. Thank you!

image

@RZYN2020 RZYN2020 changed the title How to Disable Unused Variable Warnings in Magic Racket for VS Code? [Feature request] Disable Unused Variable Warnings in Magic Racket for VS Code Apr 4, 2023
@jryans jryans added the enhancement New feature or request label Apr 4, 2023
@jryans
Copy link
Collaborator

jryans commented Apr 4, 2023

Thanks for filing! 😄 I agree it would be nice to offer more control over these linting messages.

For your purposes, do you only want to control "unused variable", or are there others you want to control as well?

@RZYN2020
Copy link
Author

RZYN2020 commented Apr 5, 2023

Thanks for filing! 😄 I agree it would be nice to offer more control over these linting messages.

For your purposes, do you only want to control "unused variable", or are there others you want to control as well?

It may also be helpful to have control over "unused require" statements.

@jryans jryans changed the title [Feature request] Disable Unused Variable Warnings in Magic Racket for VS Code Disable unused variable warnings May 23, 2023
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