Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
erkansezgin
/
PowerShellEditorServices
Public
forked from
immense/PowerShellEditorServices
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 2, 2022
Merge branch 'hotfix/pses-throttle'
Colin Blaise
committed
f977357
Copy full SHA for f977357
Throttled no-op loop
Colin Blaise
committed
90c9ead
Copy full SHA for 90c9ead
Commits on Feb 1, 2022
Fix printing of command with F5 (#1692)
Show description for 3a9defc
andyleejordan
authored
3a9defc
Copy full SHA for 3a9defc
Print prompt and command when `WriteInputToHost` is true (#1691)
andyleejordan
authored
b433b0f
Copy full SHA for b433b0f
Merge pull request #1690 from PowerShell/andschwa/fix-prompting
Show description for f3cea93
andyleejordan
authored
f3cea93
Copy full SHA for f3cea93
Correctly skip next prompt when interrupting foreground task
Show description for 940ca43
andyleejordan
committed
940ca43
Copy full SHA for 940ca43
Clean up `SynchronousTask.cs`
andyleejordan
committed
72a24e6
Copy full SHA for 72a24e6
Await `ExecutePSCommandAsync` in evaluate handlers
andyleejordan
committed
1556ef5
Copy full SHA for 1556ef5
Commits on Jan 27, 2022
Merge pull request #1685 from PowerShell/andschwa/stopDebugger
Show description for f890a75
andyleejordan
authored
f890a75
Copy full SHA for f890a75
Stop debugger on task cancellation too
Show description for 0f52aa2
andyleejordan
committed
0f52aa2
Copy full SHA for 0f52aa2
Commits on Jan 26, 2022
Send `stopDebugger` during REPL if no longer debugging
andyleejordan
committed
d52caec
Copy full SHA for d52caec
Clean up `PsesInternalHost`
andyleejordan
committed
20aaa02
Copy full SHA for 20aaa02
Clean up `PowerShellDebugContext.cs`
andyleejordan
committed
8df688c
Copy full SHA for 8df688c
Move `startDebugger` notification to `PsesInternalHost.OnDebuggerStopped`
andyleejordan
committed
70d100b
Copy full SHA for 70d100b
Commits on Jan 25, 2022
Display `DictionaryEntry` as key/value pairs in debugger (#1680)
Show description for 624fe30
JustinGrote
authored
624fe30
Copy full SHA for 624fe30
Commits on Jan 24, 2022
Merge pull request #1678 from PowerShell/release
Show description for a4e68a1
andyleejordan
authored
a4e68a1
Copy full SHA for a4e68a1
Bump version to `v3.1.1`
andyleejordan
committed
c919153
Copy full SHA for c919153
Update CHANGELOG for `v3.1.1`
andyleejordan
committed
fcfe3ad
Copy full SHA for fcfe3ad
Fix off-by-one error in validation within `GetOffsetAtPosition` (#1669)
Show description for 96a7e9e
andyleejordan
authored
96a7e9e
Copy full SHA for 96a7e9e
Display `IEnumerables` and `IDictionaries` in debugger prettily (with "Raw View" available) (#1634)
Show description for 3ea4eb9
3 people
authored
3ea4eb9
Copy full SHA for 3ea4eb9
Enforce code style in build and convert errors to suggestions (#1676)
Show description for 47ce69f
JustinGrote
and
andyleejordan
authored
47ce69f
Copy full SHA for 47ce69f
Commits on Jan 20, 2022
Only update `BuildInfo.cs` if changed (#1673)
Show description for 3c5a7ae
andyleejordan
authored
3c5a7ae
Copy full SHA for 3c5a7ae
Update image for signing (#1671)
andyleejordan
authored
0021fe8
Copy full SHA for 0021fe8
Commits on Jan 19, 2022
Handle `debuggerResult` being null in `ProcessDebuggerResult` (#1670)
Show description for 2db050d
andyleejordan
authored
2db050d
Copy full SHA for 2db050d
Merge pull request #1664 from PowerShell/andschwa/set-var
Show description for 39d26ee
andyleejordan
authored
39d26ee
Copy full SHA for 39d26ee
Commits on Jan 18, 2022
Migrate folder settings to workspace (#1666)
Show description for fdd8806
andyleejordan
authored
fdd8806
Copy full SHA for fdd8806
Merge pull request #1668 from SeeminglyScience/SeeminglyScience/issue1667
Show description for bd34695
andyleejordan
authored
bd34695
Copy full SHA for bd34695
Add missing overrides in `EditorServicesConsolePSHostRawUserInterface`
andyleejordan
committed
c237063
Copy full SHA for c237063
Do not merge information stream into output
Show description for dbaa83c
SeeminglyScience
authored and
andyleejordan
committed
dbaa83c
Copy full SHA for dbaa83c
Commits on Jan 13, 2022
Suppress warning in `PsesInternalHostTests`
Show description for ccddeba
andyleejordan
committed
ccddeba
Copy full SHA for ccddeba
Fix bug in `SetVariableAsync` for strongly typed values
andyleejordan
committed
2fdae0e
Copy full SHA for 2fdae0e
Fix scope guessing logic in `SetVariableAsync`
andyleejordan
committed
fa5db9e
Copy full SHA for fa5db9e
Clean up `PsesHostFactory`
Show description for 4ea50b7
andyleejordan
committed
4ea50b7
Copy full SHA for 4ea50b7
Enable resolution of an alias to its function definition (#1662)
Show description for f3d4bf2
andyleejordan
authored
f3d4bf2
Copy full SHA for f3d4bf2
Commits on Jan 11, 2022
Delete `ChoicePromptHandlerTests` and `InputPromptHandlerTests` (#1660)
Show description for a91a1f0
andyleejordan
authored
a91a1f0
Copy full SHA for a91a1f0
Pagination
Previous
Next
You can’t perform that action at this time.