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

Fix #401 and #421 #568

Merged
merged 2 commits into from
Mar 16, 2017
Merged

Fix #401 and #421 #568

merged 2 commits into from
Mar 16, 2017

Conversation

daviwil
Copy link
Contributor

@daviwil daviwil commented Mar 16, 2017

No description provided.

daviwil added 2 commits March 16, 2017 11:19
…error

This change improves a previous fix where we report an unsupported
PowerShell version when the user attempts to start the extension.  The
previous fix utilized ConvertTo-Json to write out the session details;
this caused a failure since this cmdlet was introduced in PowerShell v3.
We now write out teh JSON manually in this case.
…orted

This change adds an additional check in the Start-EditorServices.ps1
script to see whether the LanguageMode has been locked to an unsupported
mode like ConstrainedLanguage.  The language server cannot be loaded and
used in this case so the user should be notified.
@daviwil daviwil added this to the 0.10.1 milestone Mar 16, 2017
@daviwil daviwil merged commit 899377a into PowerShell:develop Mar 16, 2017
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