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 }}
lc9er
/
PowerShellEditorServices
Public
forked from
PowerShell/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 24, 2022
Fix editor commands to interrupt current prompt (#1725)
Show description for 192f41e
andyleejordan
authored
192f41e
Copy full SHA for 192f41e
Merge pull request #1726 from PowerShell/andschwa/lsp-settings
Show description for f7c5c0f
andyleejordan
authored
f7c5c0f
Copy full SHA for f7c5c0f
Avoid error when `exclude` entry is a clause
andyleejordan
committed
8d0eba2
Copy full SHA for 8d0eba2
Commits on Feb 23, 2022
Clean up `ConfigurationHandler.cs`
andyleejordan
committed
d061bcf
Copy full SHA for d061bcf
Clean up `LanguageServerSettings.cs`
andyleejordan
committed
eb47061
Copy full SHA for eb47061
Re-enable line breakpoints for untitled scripts (#1724)
Show description for e2827a1
andyleejordan
authored
e2827a1
Copy full SHA for e2827a1
Reset progress messages at end of REPL (#1719)
Show description for 3fa3443
andyleejordan
authored
3fa3443
Copy full SHA for 3fa3443
Update PSReadLine to 2.2.2 (#1723)
andyleejordan
authored
c0ca6db
Copy full SHA for c0ca6db
Merge pull request #1718 from PowerShell/andschwa/multiple-codeactions
Show description for ea5da00
andyleejordan
authored
ea5da00
Copy full SHA for ea5da00
Commits on Feb 19, 2022
Apply Roslyn analyzer fixes to `CodeActionHandler.cs`
andyleejordan
committed
f853cee
Copy full SHA for f853cee
Return a code action for each diagnostic record
Show description for a4c4fdf
bergmeister
authored and
andyleejordan
committed
a4c4fdf
Copy full SHA for a4c4fdf
Merge pull request #1716 from PowerShell/andschwa/dotnet
Show description for 640eac8
andyleejordan
authored
640eac8
Copy full SHA for 640eac8
Commits on Feb 18, 2022
Update `InvokeBuild` and `platyPS` module requirements for build
andyleejordan
committed
c965f6c
Copy full SHA for c965f6c
Rely on global `dotnet` instead of installation script
Show description for 81b30ba
andyleejordan
committed
81b30ba
Copy full SHA for 81b30ba
Update to new secure build and sign image
andyleejordan
committed
4ba7a19
Copy full SHA for 4ba7a19
Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 (#1715)
Show description for 458899d
dependabot[bot]
authored
458899d
Copy full SHA for 458899d
Commits on Feb 16, 2022
Merge pull request #1714 from PowerShell/release
Show description for be1dcab
andyleejordan
authored
be1dcab
Copy full SHA for be1dcab
Bump version to `v3.1.3`
andyleejordan
committed
132dd7e
Copy full SHA for 132dd7e
Update CHANGELOG for `v3.1.3`
andyleejordan
committed
7c20988
Copy full SHA for 7c20988
Redirect `EditorServicesConsolePSHost.PrivateData` to `_internalHost` (#1711)
Show description for c329eb8
andyleejordan
authored
c329eb8
Copy full SHA for c329eb8
Avoid stopping the debugger when canceling other tasks in a debug session (#1712)
Show description for 0e4b2c0
andyleejordan
authored
0e4b2c0
Copy full SHA for 0e4b2c0
Handle edge case where `prompt` is undefined (#1710)
andyleejordan
authored
3fa6082
Copy full SHA for 3fa6082
Avoid recording debugger commands in the history (#1704)
Show description for 54d548e
andyleejordan
authored
54d548e
Copy full SHA for 54d548e
Commits on Feb 15, 2022
Use `static readonly` for default `ExecutionOptions` (#1703)
Show description for 6754359
andyleejordan
authored
6754359
Copy full SHA for 6754359
Merge pull request #1702 from PowerShell/andschwa/untitled-with-args
Show description for 3ad0f39
andyleejordan
authored
3ad0f39
Copy full SHA for 3ad0f39
Clean up `DebugStateService.cs` and `ConfigurationDoneHandler.cs`
andyleejordan
committed
29b56ce
Copy full SHA for 29b56ce
Remove `DebugStateService.OwnsEditorSession`
Show description for fcb910e
andyleejordan
committed
fcb910e
Copy full SHA for fcb910e
Fix running untitled scripts with arguments (but break line breakpoints)
Show description for 7e22c88
andyleejordan
committed
7e22c88
Copy full SHA for 7e22c88
Remove `ArgumentEscaping.Escape` for launch script arguments
Show description for 506c6db
andyleejordan
committed
506c6db
Copy full SHA for 506c6db
Commits on Feb 14, 2022
Add SBOM template (#1705)
andyleejordan
authored
c123557
Copy full SHA for c123557
Commits on Feb 10, 2022
Clean up breakpoint files (#1701)
andyleejordan
authored
d9e6fb5
Copy full SHA for d9e6fb5
Clean up LSP message tests (#1700)
andyleejordan
authored
837432b
Copy full SHA for 837432b
Commits on Feb 9, 2022
Replace superfluous `Default` member with default values (#1693)
Show description for 77d1ffc
andyleejordan
authored
77d1ffc
Copy full SHA for 77d1ffc
Commits on Feb 8, 2022
Add `Thread.Sleep(100)` to throttle REPL when it's non-interactive (#1694)
Show description for 5f54c43
colinblaise
and
Colin Blaise
authored
5f54c43
Copy full SHA for 5f54c43
Commits on Feb 3, 2022
Remove temporary `dotnet publish` workaround (#1698)
andyleejordan
authored
e4bc693
Copy full SHA for e4bc693
Pagination
Previous
Next
You can’t perform that action at this time.