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 }}
nawaradam505
/
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 Mar 11, 2022
Merge pull request #1739 from PowerShell/release
Show description for 5098f0d
andyleejordan
authored
5098f0d
Copy full SHA for 5098f0d
Commits on Mar 10, 2022
Bump version to `v3.1.5`
andyleejordan
committed
6e602ca
Copy full SHA for 6e602ca
Update CHANGELOG for `v3.1.5`
andyleejordan
committed
321936b
Copy full SHA for 321936b
Merge pull request #1738 from PowerShell/andschwa/completions
Show description for 4d36356
andyleejordan
authored
4d36356
Copy full SHA for 4d36356
Replace 5 second cancellation token with handler's token
andyleejordan
committed
912392e
Copy full SHA for 912392e
Enable skipped Windows PowerShell completion tests
andyleejordan
committed
7fdef20
Copy full SHA for 7fdef20
Make `completionItem/resolve` cancellable
andyleejordan
committed
d2038e8
Copy full SHA for d2038e8
Convert `CreateCompletionItem` to use `switch` expression
Show description for 7734d29
andyleejordan
committed
7734d29
Copy full SHA for 7734d29
Update `CompletionHandlerTests.cs`
andyleejordan
committed
d29d0ec
Copy full SHA for d29d0ec
Remove superfluous `CompletionResults.cs` file (and fix tooltips)
Show description for 3b22c4f
andyleejordan
committed
3b22c4f
Copy full SHA for 3b22c4f
Improve completion logic
Show description for 5aafa68
andyleejordan
committed
5aafa68
Copy full SHA for 5aafa68
Remove `PackageManagement` module update prompt (#1735)
Show description for 6e5bea7
SeeminglyScience
authored
6e5bea7
Copy full SHA for 6e5bea7
Commits on Feb 28, 2022
Finish redirection of `$Host.PrivateData` (#1734)
Show description for cad2aa7
andyleejordan
authored
cad2aa7
Copy full SHA for cad2aa7
Redirect `PSHost.Notify*Application` methods (#1732)
Show description for f0b5b2e
SeeminglyScience
authored
f0b5b2e
Copy full SHA for f0b5b2e
Account for preview versions of dotnet sdk (#1731)
Show description for 513d073
SeeminglyScience
authored
513d073
Copy full SHA for 513d073
Delete unnecessary `ConsoleColor` files (#1728)
Show description for 8a8d381
andyleejordan
authored
8a8d381
Copy full SHA for 8a8d381
Commits on Feb 24, 2022
Merge pull request #1727 from PowerShell/release
Show description for 52b7b0a
andyleejordan
authored
52b7b0a
Copy full SHA for 52b7b0a
Bump version to `v3.1.4`
andyleejordan
committed
a87e584
Copy full SHA for a87e584
Update CHANGELOG for `v3.1.4`
andyleejordan
committed
ff5ed47
Copy full SHA for ff5ed47
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
Pagination
Previous
Next
You can’t perform that action at this time.