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

Check for update IF #67

Merged
merged 1 commit into from Feb 19, 2016
Merged

Check for update IF #67

merged 1 commit into from Feb 19, 2016

Conversation

Allough
Copy link
Contributor

@Allough Allough commented Feb 19, 2016

Check for updates only if "Automatic Updates" is checked in the unity preferences.

Check for updates only if "Automatic Updates" is checked in the unity preferences.
@aaulia
Copy link
Contributor

aaulia commented Feb 19, 2016

+1 very annoying.

reapazor added a commit that referenced this pull request Feb 19, 2016
@reapazor reapazor merged commit 1c63d87 into dotBunny:master Feb 19, 2016
@reapazor
Copy link
Contributor

Must of lost that at some point :)

@Allough
Copy link
Contributor Author

Allough commented Feb 19, 2016

Thanks for the plugin Matthew! Loving VS Code so far :)

@Allough Allough deleted the patch-1 branch February 19, 2016 18:38
@FullStackForger
Copy link

Is that bug there again? Every time I click play btn I got annoying popup "Checking for updates..." that hangs there for 3 - 5 min. It really kills me and makes the VS Code practically unusable. Is there way to switch it off somehow?

@Allough
Copy link
Contributor Author

Allough commented Feb 26, 2016

Latest commit (6 days ago) has the correct code.

As long as you have the latest version, and have Automatic Updates turned off, it should be working.

If you don't want to download the latest from Github, you can check line 256 in the VSCode.cs.
It is inside your project folder, and the line should look like this:
if (DateTime.Now >= targetDate && AutomaticUpdates)

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.

None yet

4 participants