-
Notifications
You must be signed in to change notification settings - Fork 70
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
Use defaultConfiguration instead of pop up notification #138
Comments
We used to use
If they didn't, our default would still take precedence over their The main reason we went with this approach is that there isn't (wasn't?) a way to define |
This should help: microsoft/vscode#46851. It's planned for the not so distant future 👀 /cc @sandy081 |
Reopening due to erroneous bot closure. Apologies for any confusion |
Automatically marked uncategorized issue as product feedback |
We are trying to reduce the amount of pop-ups (read noise) users are getting on first start or when installing extensions. IntelliCode is on the radar because of this:
I remember there has been a discussion about us changing/not changing the default for all of VS Code - something we have no plans at this time. However, the pop-up-solution isn't a good outcome and IntelliCode should make use of configuration defaults. They allow, per language, to change the default of a setting, e.g.
will turn suggest selection to
first
for all Java as long as IntelliCode is installed. This yield the better default, avoids prompting users directly after install, and doesn't conflict with user settings.The text was updated successfully, but these errors were encountered: