Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
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
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
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 }}
PowerShell
/
vscode-powershell
Public
Notifications
You must be signed in to change notification settings
Fork
520
Star
1.8k
Code
Issues
369
Pull requests
5
Actions
Projects
1
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
main
User selector
daviwil
Datepicker
All time
Commit History
Commits on Oct 27, 2017
Bump version to 1.5.0, update CHANGELOG.md
daviwil
committed
faa2e9b
Copy full SHA for faa2e9b
Commits on Oct 26, 2017
Fix #1040: Remote non-PowerShell files are not saved to server
daviwil
committed
5204162
Copy full SHA for 5204162
Commits on Oct 25, 2017
Fix #1060: .Workspace.NewFile doesn't work in VSC 1.18+
daviwil
committed
ccebc4d
Copy full SHA for ccebc4d
Commits on Sep 13, 2017
Bump version to 1.4.3, update CHANGELOG.md
daviwil
committed
aa86c7e
Copy full SHA for aa86c7e
Fix #1016: PowerShell extension doesn't load due to extension conflict
Show description for 43c6cc3
daviwil
committed
43c6cc3
Copy full SHA for 43c6cc3
Clean up extra newlines in vscode-powershell logs
daviwil
committed
2c6e76f
Copy full SHA for 2c6e76f
Update vscode-languageclient to 3.3.0
daviwil
committed
4260b19
Copy full SHA for 4260b19
Commits on Sep 6, 2017
Bump version to 1.4.2, update CHANGELOG.md
daviwil
committed
c3e987c
Copy full SHA for c3e987c
Add timestamps and log levels to all extension-side log messages
daviwil
committed
1b42400
Copy full SHA for 1b42400
Temporarily disable extension unit tests on non-Windows platforms
Show description for 7fff477
daviwil
committed
7fff477
Copy full SHA for 7fff477
Add logging for document formatting operations
Show description for 18bb5ac
daviwil
committed
18bb5ac
Copy full SHA for 18bb5ac
Log VS Code version and process architecture information at startup
daviwil
committed
cfe5821
Copy full SHA for cfe5821
PowerShell session commands should activate extension
Show description for b681160
daviwil
committed
b681160
Copy full SHA for b681160
Add unit tests to verify platform module behavior
daviwil
committed
d4b8217
Copy full SHA for d4b8217
Fix issues with resolving correct PowerShell paths in 64-bit VS Code
Show description for f2aa2a2
daviwil
committed
f2aa2a2
Copy full SHA for f2aa2a2
Add extension unit testing infrastructure
Show description for 1d08e97
daviwil
committed
1d08e97
Copy full SHA for 1d08e97
Fix #1009: Add tooltip to PS version status bar item
daviwil
committed
68960a6
Copy full SHA for 68960a6
Update tasks.json files for 64-bit VS Code
Show description for c5469fd
daviwil
committed
c5469fd
Copy full SHA for c5469fd
Commits on Jul 11, 2017
Allow inclusion of JavaScript and CSS file paths in the HtmlContentView
Show description for 58e969b
daviwil
committed
58e969b
Copy full SHA for 58e969b
Commits on Jul 6, 2017
Lock TypeScript version to 2.3.x
Show description for b0b8a03
daviwil
committed
b0b8a03
Copy full SHA for b0b8a03
Commits on Jun 22, 2017
Bump version to 1.4.1, update CHANGELOG.md
daviwil
committed
65e1dec
Copy full SHA for 65e1dec
Commits on Jun 21, 2017
Bump version to 1.4.0, update CHANGELOG.md
daviwil
committed
a2db6ab
Copy full SHA for a2db6ab
Launch powershell.exe with -ExecutionPolicy Bypass
Show description for 7fe5a24
daviwil
committed
7fe5a24
Copy full SHA for 7fe5a24
Run Pester tests using single quotes for test name
Show description for 659cd0d
daviwil
committed
659cd0d
Copy full SHA for 659cd0d
Add option for debugging scripts in a temporary Integrated Console
Show description for ec53532
daviwil
committed
ec53532
Copy full SHA for ec53532
Factor SessionManager's process launching out to PowerShellProcess
Show description for a60aae0
daviwil
committed
a60aae0
Copy full SHA for a60aae0
Commits on Jun 20, 2017
Add client-side implementation of $psEditor.Workspace.NewFile()
Show description for 8cffa08
daviwil
committed
8cffa08
Copy full SHA for 8cffa08
Add custom HTML content views
Show description for fc86213
daviwil
committed
fc86213
Copy full SHA for fc86213
Add PSES.VSCode module to the editor session
Show description for e5b745c
daviwil
committed
e5b745c
Copy full SHA for e5b745c
Commits on Jun 14, 2017
Simplify and persist PowerShell session configuration changes
Show description for d987fda
daviwil
committed
d987fda
Copy full SHA for d987fda
Commits on Jun 12, 2017
Bump version to 1.3.2, update CHANGELOG.md
daviwil
committed
e105ea6
Copy full SHA for e105ea6
Language service crashes shouldn't keep process and terminal alive
Show description for 728d3e0
daviwil
committed
728d3e0
Copy full SHA for 728d3e0
Commits on Jun 10, 2017
Bump version to 1.3.1, update CHANGELOG.md
daviwil
committed
72a56ef
Copy full SHA for 72a56ef
Commits on Jun 9, 2017
Bump version to v1.3.0, update CHANGELOG.md
daviwil
committed
8c9c2bb
Copy full SHA for 8c9c2bb
Fix tasks.json files by removing env variable
daviwil
committed
ee0f418
Copy full SHA for ee0f418
Pagination
Previous
Next
You can’t perform that action at this time.