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 }}
Josverl
/
PowerShellEditorServices
Public
forked from
PowerShell/PowerShellEditorServices
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
5
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 19, 2022
Merge pull request #5 from Josverl/dependabot/nuget/test/PowerShellEditorServices.Test.Channel.WebSocket/Microsoft.Owin-4.0.0
Show description for 1064963
Josverl
authored
1064963
Copy full SHA for 1064963
Commits on Jul 8, 2022
Bump Microsoft.Owin
Show description for 2e37672
dependabot[bot]
authored
2e37672
Copy full SHA for 2e37672
Commits on May 25, 2017
Merge pull request #467 from daviwil/runspace-creation
Show description for 420d747
daviwil
authored
420d747
Copy full SHA for 420d747
Commits on May 24, 2017
Fix XML documentation issues
daviwil
committed
28233de
Copy full SHA for 28233de
Update README.md with API deprecation statement
daviwil
committed
b20c1de
Copy full SHA for b20c1de
Remove try/catch from Start-EditorServicesHost
Show description for 2aa43c1
daviwil
committed
2aa43c1
Copy full SHA for 2aa43c1
Move runspace creation outside of PowerShellContext
Show description for 982ed12
daviwil
committed
982ed12
Copy full SHA for 982ed12
Move PowerShellContext creation out of EditorSession
Show description for caf9743
daviwil
committed
caf9743
Copy full SHA for caf9743
Move EditorSession creation out of LanguageServer and DebugAdapter
Show description for 6df8d6d
daviwil
committed
6df8d6d
Copy full SHA for 6df8d6d
Update .vscode/tasks.json with more granular test tasks
daviwil
committed
ffbf999
Copy full SHA for ffbf999
Merge pull request #466 from kapilmb/enhance-help-comment
Show description for 304c1b1
daviwil
authored
304c1b1
Copy full SHA for 304c1b1
Add comment documentation
Kapil Borle
committed
e9f4016
Copy full SHA for e9f4016
Corrects the Travis CI build badge
PowerSchill
authored and
daviwil
committed
2a26642
Copy full SHA for 2a26642
Moves scripts to /scripts from /tools
PowerSchill
authored and
daviwil
committed
f9a5574
Copy full SHA for f9a5574
Provides instructions on installing OpenSSL on macOS
PowerSchill
authored and
daviwil
committed
d9268a7
Copy full SHA for d9268a7
Provides build status on README
PowerSchill
authored and
daviwil
committed
7cbd314
Copy full SHA for 7cbd314
Enable Travis CI with Ubuntu and MacOS builds
Show description for 8734df9
PowerSchill
authored and
daviwil
committed
8734df9
Copy full SHA for 8734df9
Commits on May 23, 2017
Merge pull request #459 from kapilmb/fix-help-completion
Show description for 7e010aa
Kapil Borle
authored
7e010aa
Copy full SHA for 7e010aa
Commits on May 22, 2017
Fix help completion within function defition body
Kapil Borle
committed
d26790e
Copy full SHA for d26790e
Fix help completion in nested functions
Kapil Borle
committed
e0c5dd7
Copy full SHA for e0c5dd7
Check in changes for improving help completion perf
Kapil Borle
committed
ef9e358
Copy full SHA for ef9e358
Fix help completion at the beginning of a function
Kapil Borle
committed
a06fafe
Copy full SHA for a06fafe
Commits on May 21, 2017
Auto-complete help in function body
Kapil Borle
committed
77eab6d
Copy full SHA for 77eab6d
Add method to detect comment help location in a function
Kapil Borle
committed
a60a91e
Copy full SHA for a60a91e
Commits on May 20, 2017
Fix param name in xml comment documentation
Kapil Borle
committed
665a43e
Copy full SHA for 665a43e
Commits on May 19, 2017
Only analyze the function which requires comment help
Kapil Borle
committed
ea91b93
Copy full SHA for ea91b93
Add a public analysis api that takes a string input
Kapil Borle
committed
672fc9c
Copy full SHA for 672fc9c
Merge pull request #458 from kapilmb/fix-variable-definition
Show description for 6cdd65b
Kapil Borle
authored
6cdd65b
Copy full SHA for 6cdd65b
Fix typo in class name
Kapil Borle
committed
8ef58a1
Copy full SHA for 8ef58a1
Add test to find variable defn with special chars in name
Kapil Borle
committed
69f48e9
Copy full SHA for 69f48e9
Add tests for finding variable definitions in other files
Kapil Borle
committed
f367650
Copy full SHA for f367650
Fix finding variable definitions
Kapil Borle
committed
7419af8
Copy full SHA for 7419af8
Commits on May 18, 2017
Bump version to 1.1.0, update CHANGELOG.md
daviwil
committed
c01145c
Copy full SHA for c01145c
Move rule settings related code to AnalysisService
Kapil Borle
authored and
daviwil
committed
840d0d0
Copy full SHA for 840d0d0
Fix PSUseDeclaredVarsMoreThanAssignments rule name
Kapil Borle
authored and
daviwil
committed
e442fb8
Copy full SHA for e442fb8
Pagination
Previous
Next
You can’t perform that action at this time.