Skip to content

Minor bug fixes for 0.5.0 #110

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

Merged
merged 2 commits into from
Mar 10, 2016
Merged

Minor bug fixes for 0.5.0 #110

merged 2 commits into from
Mar 10, 2016

Conversation

daviwil
Copy link
Contributor

@daviwil daviwil commented Mar 10, 2016

Addressing issues #55 and #106. Still looking into a couple more issues.

@daviwil
Copy link
Contributor Author

daviwil commented Mar 10, 2016

@rkeithhill I'm not auto-resolving #55 with that commit, will wait for your change to the default launch config before I resolve it.

daviwil added 2 commits March 9, 2016 19:58
This change causes the LanguageClient class to not be created on
non-Windows OSes (specifically OS X and Linux).  Previously this had not
caused a major issue for users on OS X but it eventually became apparent
that VS Code's default word-based completion engine did not work for OS X
users because we were still registering our completion provider even
though it was not able to execute on that OS.
This change adds a new 'useX86Host' setting for the language service which
causes the 32-bit host to be launched in 64-bit Windows.

Part of the solution for #55.
@daviwil daviwil force-pushed the daviwil/minor-fixes branch from 34af8bd to b1083d8 Compare March 10, 2016 03:58
daviwil added a commit that referenced this pull request Mar 10, 2016
@daviwil daviwil merged commit de8caf4 into master Mar 10, 2016
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.

2 participants