-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
be able to disable the 'This may be converted to an async function' tooltip #61326
Comments
Set |
I also favour promises and simply disabling all suggestions feels rather heavy handed. |
yes, the granularity is too coarse here. |
Many people don't find async/await to be superior in any way. This should be configurable on its own. |
Async is superior (IMO). :) But still, for a function that manually returns a promise but never uses the |
Totally agree with @trusktr. Disable the |
Let's not make it a discussion about which style is superior; I just wanted to illustrate that not everyone like the async style more than the explicit Promise style with a personal example. vscode should be completely unbiased regarding coding practices. So either remove that half baked hint completely, or provide an option to toggle it in/out. |
Can we have an option to specifically disable this "hint"? Not everyone find the async function style superior. I'm never going to use this refactoring so it just hinders the readability of my files compared to previous versions of vscode.
The text was updated successfully, but these errors were encountered: