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

Disable automatic update check #46

Closed
Turbo87 opened this issue Dec 11, 2015 · 2 comments
Closed

Disable automatic update check #46

Turbo87 opened this issue Dec 11, 2015 · 2 comments
Assignees
Milestone

Comments

@Turbo87
Copy link
Contributor

Turbo87 commented Dec 11, 2015

Unless you're using a "latest" version it doesn't make much sense to have the IDE tell you about new updates all the time. I'm not sure if and how it could work, but I assume the setting if the IDE should check for updates is saved somewhere in the sandbox so it should be possible for this plugin to disable the update check by default.

@Turbo87
Copy link
Contributor Author

Turbo87 commented Dec 11, 2015

looks like config/options/updates.xml needs to be set to:

<application>
  <component name="UpdatesConfigurable">
    <option name="CHECK_NEEDED" value="false" />
  </component>
</application>

@zolotov zolotov self-assigned this Dec 21, 2015
@zolotov zolotov added this to the 0.0.35 milestone Dec 21, 2015
@zolotov
Copy link
Member

zolotov commented Feb 3, 2017

@warjiang what are you talking about? the issue is about disabling auto-update in debug-instance of IDE, local installation has nothing to do with this

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

No branches or pull requests

2 participants