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

Make UI hints disabled by default #1932

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Make UI hints disabled by default #1932

merged 1 commit into from
Jul 22, 2024

Conversation

pkukielka
Copy link
Contributor

@pkukielka pkukielka commented Jul 22, 2024

Fixes https://linear.app/sourcegraph/issue/CODY-3022/remove-the-edit-hints

Test plan

  1. Select multiline text in IntelliJ
  2. Make sure edit hint is not displayed

@danielmarquespt
Copy link
Contributor

Will this only impact new installations, or all of our users (which is intended) ?

@pkukielka
Copy link
Contributor Author

Will this only impact new installations, or all of our users (which is intended) ?

It will impact all users which upgrade the plugin.
The way those settings files works in IntelliJ is that those defaults from code are used, unless user specifically changed the settings. If that happens change is written down to the xml file (and after restart of the IDE loaded from it) - in this case cody_application_settings.xml.

@pkukielka pkukielka merged commit eb2d666 into main Jul 22, 2024
10 checks passed
@pkukielka pkukielka deleted the pkukielka/disableUIHints branch July 22, 2024 15:47
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.

3 participants