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: New setting to ignore running on untitled files #190

Merged
merged 4 commits into from
Oct 23, 2023

Conversation

smcenlly
Copy link

One of our extensions, Quokka.js (2.7M+ installs) creates a new untitled file for users to experiment with their code. In the last few weeks, we've had a number of our users think it's not working properly (especially for TypeScript files) because Error Lens is reporting inline errors.

I believe that running on untitled files (not yet saved to disk) is probably not what people want (by default) and have created a pull request with a new feature to enable/disable running on untitled files.

Happy to change the default or make any other changes so we can make our extension work more nicely with yours. Feel free to change my pull request / changes yourself if your prefer.

@usernamehw
Copy link
Owner

It should be false by default. The rest looks fine.

@smcenlly
Copy link
Author

Done

@usernamehw usernamehw merged commit a0df88f into usernamehw:master Oct 23, 2023
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

Successfully merging this pull request may close these issues.

2 participants