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 }}
mrward
/
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
develop
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 25, 2017
Merge pull request #354 from PowerShell/kapilmb/fix-formatter-crash
Show description for c080d18
daviwil
authored
c080d18
Copy full SHA for c080d18
Use a property to check module info status
Kapil Borle
committed
ed1841a
Copy full SHA for ed1841a
Remove unused usings from AnalysisService.cs
Kapil Borle
committed
f4c9617
Copy full SHA for f4c9617
Enumerate PSSA rules in verbose mode
Kapil Borle
committed
5d58287
Copy full SHA for 5d58287
Use session state property to import PSSA
Kapil Borle
committed
35b073d
Copy full SHA for 35b073d
Return PSObject array from PowerShell tasks
Kapil Borle
committed
90ba9a0
Copy full SHA for 90ba9a0
Commits on Jan 24, 2017
Merge pull request #351 from PowerShell/daviwil/dotnet-cli-redux
Show description for b6c10be
daviwil
authored
b6c10be
Copy full SHA for b6c10be
Commits on Jan 23, 2017
Improve 'Restore' build task to only restore packages when necessary
daviwil
committed
bad9870
Copy full SHA for bad9870
Add .NET SDK version string to resolved dotnet path message
daviwil
committed
5e6486f
Copy full SHA for 5e6486f
Attempt to re-enable WarningsAsErrors for documentation comments
Show description for f6a751c
daviwil
committed
f6a751c
Copy full SHA for f6a751c
Update README.md with new development instructions
daviwil
committed
2f793ba
Copy full SHA for 2f793ba
Update VS Code settings.json with editor preferences
daviwil
committed
5da7292
Copy full SHA for 5da7292
Rename .build.ps1 to PowerShellEditorServices.build.ps1
Show description for 430a27d
daviwil
committed
430a27d
Copy full SHA for 430a27d
Minor cleanup of .build.ps1
daviwil
committed
d02898a
Copy full SHA for d02898a
Downgrade to SDK version 1.0.0-preview4-004233
Show description for bd3b3f6
daviwil
committed
bd3b3f6
Copy full SHA for bd3b3f6
Update to SDK version 1.0.0-rc3-004517
Show description for d51311c
daviwil
committed
d51311c
Copy full SHA for d51311c
Fix VS Code tasks.json for Linux and macOS
daviwil
committed
6d2856a
Copy full SHA for 6d2856a
Fix #352: Migrate to new VS 2017 RC AppVeyor image
daviwil
committed
447f967
Copy full SHA for 447f967
Commits on Jan 22, 2017
Enable Linux and macOS build with .build.ps1
daviwil
committed
933e475
Copy full SHA for 933e475
Add artifact versioning, packaging, and publishing to .build.ps1
daviwil
committed
cd3a1f4
Copy full SHA for cd3a1f4
Add AppVeyor test config back until AppVeyor test logger works
daviwil
committed
41ac945
Copy full SHA for 41ac945
Move NuGet.config to repo root to be found by build
daviwil
committed
616279d
Copy full SHA for 616279d
Add .build.ps1 logic to automatically download dotnet cli if missing
daviwil
committed
fde13e5
Copy full SHA for fde13e5
Set up build script, VS Code tasks, and AppVeyor configuration
Show description for aa6cae1
daviwil
committed
aa6cae1
Copy full SHA for aa6cae1
Rename all instances of NanoServer to CoreCLR
daviwil
committed
8f1cd23
Copy full SHA for 8f1cd23
Convert all projects to use dotnet cli preview4 tools
Show description for 06cd427
daviwil
committed
06cd427
Copy full SHA for 06cd427
Commits on Jan 20, 2017
Merge pull request #350 from PowerShell/kapilmb/code-format-untitled
Show description for 3d3b0c0
daviwil
authored
3d3b0c0
Copy full SHA for 3d3b0c0
Change file path to uri in marker request
Kapil Borle
committed
d83622f
Copy full SHA for d83622f
Commits on Jan 19, 2017
Update version in appveyor.yml
daviwil
committed
705bafb
Copy full SHA for 705bafb
Merge pull request #349 from PowerShell/release/0.9.0
Show description for 406bd9a
daviwil
authored
406bd9a
Copy full SHA for 406bd9a
Bump version to 0.9.0, update CHANGELOG.md
daviwil
committed
45acd1f
Copy full SHA for 45acd1f
Merge pull request #348 from PowerShell/daviwil/fix-async-pssa
Show description for 7eabf59
daviwil
authored
7eabf59
Copy full SHA for 7eabf59
Add missing GetPSHostProcessesRequest.cs to Nano project
daviwil
committed
710bd7d
Copy full SHA for 710bd7d
Fix PSScriptAnalyzer module loading in new async AnalysisService
Show description for 7651087
daviwil
committed
7651087
Copy full SHA for 7651087
Merge pull request #347 from PowerShell/daviwil/fix-346
Show description for 2c7709b
daviwil
authored
2c7709b
Copy full SHA for 2c7709b
Pagination
Previous
Next
You can’t perform that action at this time.