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 }}
SydneyhSmith
/
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
main
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 25, 2022
Merge pull request #1862 from PowerShell/release
Show description for c4f424f
andyleejordan
authored
c4f424f
Copy full SHA for c4f424f
Bump version to `v3.4.7`
andyleejordan
committed
302b169
Copy full SHA for 302b169
Update CHANGELOG for `v3.4.7`
andyleejordan
committed
7176f79
Copy full SHA for 7176f79
Merge pull request #1861 from PowerShell/andschwa/improve-untitled-test
Show description for e6c0083
andyleejordan
authored
e6c0083
Copy full SHA for e6c0083
Add `DebuggerBreaksInUntitledScript` unit test
andyleejordan
committed
eec176d
Copy full SHA for eec176d
Improve untitled script test by checking `$MyInvocation`
andyleejordan
committed
2a861fb
Copy full SHA for 2a861fb
Rename "Integrated Console" to "Extension Terminal" (#1860)
Show description for 932d3b2
andyleejordan
authored
932d3b2
Copy full SHA for 932d3b2
Commits on Jul 22, 2022
Update and extend CI matrix (#1859)
Show description for c047479
andyleejordan
authored
c047479
Copy full SHA for c047479
Merge pull request #1858 from PowerShell/andschwa/dotsource-test
Show description for 97de52b
andyleejordan
authored
97de52b
Copy full SHA for 97de52b
Revert "Skip flaky test on Linux" and use timeout instead
Show description for 0759d9d
andyleejordan
committed
0759d9d
Copy full SHA for 0759d9d
Add regression test for debugging script with dot-source operator
andyleejordan
committed
402ab4f
Copy full SHA for 402ab4f
Add 10s timeout to DAP tests
Show description for dcd9d8f
andyleejordan
committed
dcd9d8f
Copy full SHA for dcd9d8f
Use double instead of single quotes in DAP tests
Show description for 7e30287
andyleejordan
committed
7e30287
Copy full SHA for 7e30287
Dispose `_psesProcess` in DAP tests
andyleejordan
committed
ece47e9
Copy full SHA for ece47e9
Commits on Jul 21, 2022
Merge pull request #1857 from PowerShell/andschwa/test-psdebugcontext
Show description for 7252de6
andyleejordan
authored
7252de6
Copy full SHA for 7252de6
Skip flaky test on Linux
andyleejordan
committed
49500fa
Copy full SHA for 49500fa
Commits on Jul 20, 2022
Add regression test for `$PSDebugContext` in `prompt` function
andyleejordan
committed
81f9240
Copy full SHA for 81f9240
Commits on Jul 11, 2022
Merge pull request #1854 from PowerShell/release
Show description for c710490
andyleejordan
authored
c710490
Copy full SHA for c710490
Bump version to `v3.4.6`
andyleejordan
committed
00b8fc7
Copy full SHA for 00b8fc7
Update CHANGELOG for `v3.4.6`
andyleejordan
committed
00e48e7
Copy full SHA for 00e48e7
Commits on Jul 6, 2022
Catch `OperationCanceledException` in both command loops (#1850)
Show description for a383c77
andyleejordan
authored
a383c77
Copy full SHA for a383c77
Add `Directory.Exists()` check to `SetInitialWorkingDirectoryAsync()` (#1851)
Show description for b30934e
andyleejordan
authored
b30934e
Copy full SHA for b30934e
Commits on Jul 1, 2022
Add end-to-end Pester unit test (#1846)
andyleejordan
authored
4e4fdc3
Copy full SHA for 4e4fdc3
Merge pull request #1848 from PowerShell/andschwa/ci-stability
Show description for ecd2f26
andyleejordan
authored
ecd2f26
Copy full SHA for ecd2f26
Fix flaky `CompletesAttributeValue` test
andyleejordan
committed
80ab5a4
Copy full SHA for 80ab5a4
Quiet build/test output and format build script
andyleejordan
committed
b972fb2
Copy full SHA for b972fb2
Improve skipped test messages
andyleejordan
committed
9480cd1
Copy full SHA for 9480cd1
Set `ServerStarted` with `TrySetResult` since unit tests might do it twice
andyleejordan
committed
d29dc6d
Copy full SHA for d29dc6d
Remove arbitrary timeouts from tests
Show description for 65456bd
andyleejordan
committed
65456bd
Copy full SHA for 65456bd
Commits on Jun 30, 2022
Ignore intentional sync aways in `Dispose` methods
andyleejordan
committed
e4f9130
Copy full SHA for e4f9130
Fixes 'processses' typo
andyleejordan
committed
b17e5a3
Copy full SHA for b17e5a3
Small cleanups
andyleejordan
committed
22bb348
Copy full SHA for 22bb348
Commits on Jun 29, 2022
Merge pull request #1847 from PowerShell/release
Show description for bd4f5b0
andyleejordan
authored
bd4f5b0
Copy full SHA for bd4f5b0
Bump version to `v3.4.5`
andyleejordan
committed
9f2230c
Copy full SHA for 9f2230c
Update CHANGELOG for `v3.4.5`
andyleejordan
committed
4e3453a
Copy full SHA for 4e3453a
Pagination
Previous
Next
You can’t perform that action at this time.