Skip to content

Wired up Show Information|Warning|Error Message #244

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 31 commits into from
Dec 7, 2016
Merged

Wired up Show Information|Warning|Error Message #244

merged 31 commits into from
Dec 7, 2016

Conversation

dfinke
Copy link
Contributor

@dfinke dfinke commented May 23, 2016

This change is Reviewable

@daviwil
Copy link
Contributor

daviwil commented May 23, 2016

Thanks man! I'll help you get this finished up when I've got a few spare moments.

@daviwil daviwil changed the title Wired up Show Information|Warning|Error Message In progress: Wired up Show Information|Warning|Error Message May 23, 2016
@@ -81,7 +87,7 @@ public void UnregisterCommand(string commandName)
public EditorContext GetEditorContext()
{
return this.editorOperations.GetEditorContext().Result;
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra space sneaked in here ;)

@daviwil daviwil added this to the 0.8.0 milestone Aug 30, 2016
rkeithhill and others added 24 commits August 31, 2016 12:17
* Add support for debug protocol setVariableRequest.

* Cleaned up some comments in the SetVariable method and removed some exceptions that we no longer need to catch now that we aren't using System.Convert.ChangeType().
…-program

PSES half of program -> script launch prop change.
…tick-rule

Add PSMisleadingBacktick rule to the default ruleset.
This change introduces a new PowerShellVersionDetails class which contains
additional details about the version and runtime of the current PowerShell
session: version, GitCommitId, edition, and processor architecture.  A new
protocol request and response pair was added for gathering this version
information from the editor client.
Add PowerShellVersionDetails class and PowerShellVersionRequest
This change fixes an issue where script output for very small scripts is
not being written out reliably before the debug adapter terminates.  The
fix is to add an extra output flush before sending the TerminatedEvent
back to the client.  This fix is temporary until we get the REPL
integration online.

Resolves #138.
Resolves PowerShell/vscode-powershell#284.
Fix issue with debugger output not being written for short scripts
This change makes some slight tweaks to the PowerShell version and
architecture gathering code to improve the user experience in the host
editors which display those values.
Improve PowerShell version and architecture gathering
@daviwil daviwil changed the title In progress: Wired up Show Information|Warning|Error Message Wired up Show Information|Warning|Error Message Dec 7, 2016
@daviwil
Copy link
Contributor

daviwil commented Dec 7, 2016

Thanks a lot for the PR, Doug, I appreciate it! I apologize for taking so long to get it fixed up and merged.

@daviwil daviwil merged commit d342685 into PowerShell:master Dec 7, 2016
TylerLeonhardt pushed a commit to TylerLeonhardt/PowerShellEditorServices that referenced this pull request Feb 26, 2019
This change fixes PowerShell#244 which reports that the extension does not load when
the user's username contains a space.  This was caused by the script
execution of Start-EditorServices.ps1 not being contained within quotes.
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.

4 participants