-
Notifications
You must be signed in to change notification settings - Fork 237
PSReadLine integration #672
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
rjmholt
merged 23 commits into
PowerShell:2.0.0
from
SeeminglyScience:integrate-psreadline-2
Aug 22, 2018
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
5a6eba6
Add infrastructure for managing context
SeeminglyScience 1930afe
Console related classes changes
SeeminglyScience 7e26e4e
Rewrite command invocation operations for PSRL
SeeminglyScience ac44055
Rewrite direct SessionStateProxy calls
SeeminglyScience d2e1ceb
Pass feature flags to Start-EditorServicesHost
SeeminglyScience a507705
Address feedback and fix travis build error
SeeminglyScience a870ee2
Fix all tests except ServiceLoadsProfileOnDemand
SeeminglyScience 190cc0c
Fix extra new lines outputted after each command
SeeminglyScience 49db2ba
Remove unused field from InvocationEventQueue
SeeminglyScience 379eee4
Remove copying of PDB's in build script
SeeminglyScience e16c823
Add AppVeyor tracking to branch 2.0.0
SeeminglyScience cc62dab
Fix ambiguous method crash on CoreCLR
SeeminglyScience 7f2b5b8
first round of feedback changes
SeeminglyScience e19afe6
Some more feedback changes
SeeminglyScience afdfb43
add a bunch of copyright headers I missed
SeeminglyScience 3575c79
remove KeyAvailable query
TylerLeonhardt 6a3f7c9
Get the latest PSReadLine module installed
rjmholt cc10b91
Add PSReadLine installation to build script
rjmholt 86ab115
the file should be downloaded as a .zip
TylerLeonhardt b51cc75
Address remaining feedback
SeeminglyScience 1682410
Attempt to fix issue with native apps and input
SeeminglyScience d68fb70
Revert "Attempt to fix issue with native apps and input"
SeeminglyScience 2968d1f
Fix build failure
SeeminglyScience File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Pass feature flags to Start-EditorServicesHost
- Loading branch information
commit d2e1ceb3b7feed997f4b18cc3abda1d82cc96ebd
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was under the impression that we only needed the colon for Switch parameters -- can this just be passed like the
-BundledModulesPath
parameter above?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! That's a mistake :)