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 }}
carterjl2
/
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
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 May 24, 2016
Moved to EditorWindow class
dfinke
committed
1836fc8
Copy full SHA for 1836fc8
Wired in setStatusBarMessage
dfinke
committed
49d9dbb
Copy full SHA for 49d9dbb
Commits on May 23, 2016
Wired up Show Information|Warning|Error Message
dfinke
committed
c06cfcd
Copy full SHA for c06cfcd
Commits on May 21, 2016
Need to escape regex pattern with external component. (#241)
Show description for d00ed40
rkeithhill
committed
d00ed40
Copy full SHA for d00ed40
Commits on May 17, 2016
Fix #232: Language server crashes when ErrorActionPreference is "Stop" (#234)
Show description for 916b5e4
daviwil
committed
916b5e4
Copy full SHA for 916b5e4
Commits on May 16, 2016
Merge pull request #231 from PowerShell/release/0.6.1
Show description for 7f0fefe
daviwil
committed
7f0fefe
Copy full SHA for 7f0fefe
Bump version to 0.6.1, update CHANGELOG.md
daviwil
committed
7bb608b
Copy full SHA for 7bb608b
Merge pull request #230 from PowerShell/daviwil/fix-222
Show description for 30f4ea8
daviwil
committed
30f4ea8
Copy full SHA for 30f4ea8
Fix #222: Prompt functions hang in editor commands
Show description for 7f72d87
daviwil
committed
7f72d87
Copy full SHA for 7f72d87
Merge pull request #229 from PowerShell/daviwil/fix-221
Show description for ba27e4a
daviwil
committed
ba27e4a
Copy full SHA for ba27e4a
Fix #221: Occasional init hang in LanguageServer
Show description for c425a3e
daviwil
committed
c425a3e
Copy full SHA for c425a3e
Commits on May 13, 2016
Merge pull request #225 from PowerShell/daviwil/doc-fix
Show description for f58c82b
daviwil
committed
f58c82b
Copy full SHA for f58c82b
Fix BuildDocs.ps1 -Publish error
Show description for f847e2f
daviwil
committed
f847e2f
Copy full SHA for f847e2f
Fix #223: Wrong InsertText call in extension docs
daviwil
committed
15d866e
Copy full SHA for 15d866e
Commits on May 12, 2016
Merge pull request #219 from PowerShell/release/0.6.0
Show description for 5abe544
daviwil
committed
5abe544
Copy full SHA for 5abe544
Bump version to 0.6.0, update CHANGELOG.md
daviwil
committed
cbbe234
Copy full SHA for cbbe234
Commits on May 11, 2016
Update README.md
daviwil
committed
ea998f5
Copy full SHA for ea998f5
Merge pull request #218 from PowerShell/daviwil/api-docs
Show description for 93d7768
daviwil
committed
93d7768
Copy full SHA for 93d7768
Add generated documentation site
Show description for 272ea8d
daviwil
committed
272ea8d
Copy full SHA for 272ea8d
Commits on May 10, 2016
Merge pull request #217 from PowerShell/daviwil/extension-fix
Show description for 78e2454
daviwil
committed
78e2454
Copy full SHA for 78e2454
Fix return value of EditorObject.RegisterCommand
Show description for 1b3a8ed
daviwil
committed
1b3a8ed
Copy full SHA for 1b3a8ed
Merge pull request #214 from PowerShell/daviwil/extensions
Show description for 3313968
daviwil
committed
3313968
Copy full SHA for 3313968
Revert to NuGet 3.3 to fix broken build
daviwil
committed
4816885
Copy full SHA for 4816885
Fix broken profile loading test
Show description for 0c8bdf4
daviwil
committed
0c8bdf4
Copy full SHA for 0c8bdf4
Introduce new editor extensibility API
Show description for b7cf594
daviwil
committed
b7cf594
Copy full SHA for b7cf594
Merge pull request #216 from rkeithhill/rkeithhill/is148-vscode-exc-dbg-tostring
Show description for dd879af
daviwil
committed
dd879af
Copy full SHA for dd879af
Fix for vscode-powershell issue 168.
Show description for 1ef54d2
rkeithhill
committed
1ef54d2
Copy full SHA for 1ef54d2
Commits on Apr 12, 2016
Merge pull request #210 from rkeithhill/rkeithhill/is194-ctrl-f5-run
Show description for 72099dd
rkeithhill
committed
72099dd
Copy full SHA for 72099dd
Oops, can't use null when the Create method validates not null. :-)
rkeithhill
committed
9d0b2f2
Copy full SHA for 9d0b2f2
Updated approach to how we handle Ctrl+F5. We assume that we receive the launchRequest *before* any setBreakpoint requests come in. We stash the value of noDebug when we get the launchRequest and…
Show description for f7263e4
rkeithhill
committed
f7263e4
Copy full SHA for f7263e4
Commits on Apr 11, 2016
Fixed typo in variable name.
rkeithhill
committed
98515ad
Copy full SHA for 98515ad
Fix #194 - ctrl+f5 runs without debugging
rkeithhill
committed
3401153
Copy full SHA for 3401153
Commits on Apr 10, 2016
Merge pull request #209 from rkeithhill/rkeithhill/scriptAnalysisProfilePath
Show description for 29bbac3
rkeithhill
committed
29bbac3
Copy full SHA for 29bbac3
Now the diagnostics records update when you change the scriptAnalysisSettingsPath.
rkeithhill
committed
076ce90
Copy full SHA for 076ce90
Updated PSScriptAnalyzer to latest master.
rkeithhill
committed
ddc2f9e
Copy full SHA for ddc2f9e
Pagination
Previous
Next
You can’t perform that action at this time.