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 users to disable VSCode redwood warnings #2352

Closed
Tracked by #3887
jvanbaarsen opened this issue Apr 26, 2021 · 1 comment
Closed
Tracked by #3887

Allow users to disable VSCode redwood warnings #2352

jvanbaarsen opened this issue Apr 26, 2021 · 1 comment

Comments

@jvanbaarsen
Copy link
Contributor

I have an app where I want to check if something runs in Development mode, otherwise, something shouldn't render.

My editor keeps complaining to me "Env value NODE_ENV is not available". I noticed that this is coming from the RW VSCode plugin. After adding this to my .env file all my tests stopped working (Because they then also run in dev mode).

it would be great if we could disable certain checks, if an ENV Var is not in my local .env there is probably a reason for it.

@dthyresson dthyresson added topic/config Babel, Webpack, ESLint, Prettier, etc. topic/structure-&-vscode-ide labels Apr 26, 2021
@jtoar jtoar mentioned this issue Dec 10, 2021
23 tasks
@jtoar jtoar removed the topic/config Babel, Webpack, ESLint, Prettier, etc. label Dec 12, 2021
@jtoar jtoar added this to Main May 5, 2022
@jtoar jtoar moved this to Backlog in Main May 5, 2022
@jtoar
Copy link
Contributor

jtoar commented May 5, 2022

See #3887 (comment).

@jtoar jtoar closed this as completed May 5, 2022
Repository owner moved this from Backlog to Done in Main May 5, 2022
@jtoar jtoar moved this from Done to Archived in Main May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Archived
Development

No branches or pull requests

3 participants