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 }}
tabs-not-spaces
/
vscode-powershell
Public
forked from
PowerShell/vscode-powershell
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
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
a2db6ab
User selector
All users
Datepicker
All time
Commit History
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 17, 2017
Move dev setting to the end.
Show description for 6f9a21e
rkeithhill
authored and
daviwil
committed
6f9a21e
Copy full SHA for 6f9a21e
Add Stroustrup style. (#896)
Show description for 6dbd714
rkeithhill
authored
6dbd714
Copy full SHA for 6dbd714
Replace hardcoded c:\windows with ${env:windir}.
Show description for ab4b4c2
rkeithhill
authored and
daviwil
committed
ab4b4c2
Copy full SHA for ab4b4c2
Set codeFormatting.preset default value to Custom
Kapil Borle
authored and
daviwil
committed
3bcd36d
Copy full SHA for 3bcd36d
Update CodeFormattingPreset type
Kapil Borle
authored and
daviwil
committed
cc68bf9
Copy full SHA for cc68bf9
Add enum type for code formatting presets
Kapil Borle
authored and
daviwil
committed
b82219b
Copy full SHA for b82219b
Add code formatting presets
Kapil Borle
authored and
daviwil
committed
8a2f71c
Copy full SHA for 8a2f71c
Commits on Jun 14, 2017
Simplify and persist PowerShell session configuration changes
Show description for d987fda
daviwil
committed
d987fda
Copy full SHA for d987fda
Remove unused items from DocumentFormatter.ts
Kapil Borle
authored and
daviwil
committed
3ca6d4b
Copy full SHA for 3ca6d4b
Format DocumentFormatter.ts file
Kapil Borle
authored and
daviwil
committed
8670e4c
Copy full SHA for 8670e4c
Use range formatting for full document formatting
Kapil Borle
authored and
daviwil
committed
defc6eb
Copy full SHA for defc6eb
Manually send textdocument/rangeFormatting request
Kapil Borle
authored and
daviwil
committed
e4fa2db
Copy full SHA for e4fa2db
Add method to get formatting options from configuration
Kapil Borle
authored and
daviwil
committed
66f4dba
Copy full SHA for 66f4dba
Manually send textdocument/formatting request
Kapil Borle
authored and
daviwil
committed
9112df3
Copy full SHA for 9112df3
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
Update PSISE Theme
Show description for 2c59773
stefanstranger
authored and
daviwil
committed
2c59773
Copy full SHA for 2c59773
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
Commits on Jun 8, 2017
Add CodeLens support for running and debugging Pester tests
Show description for c558cc1
daviwil
committed
c558cc1
Copy full SHA for c558cc1
Add CodeLens support for function and cmdlet references
Show description for 0590230
daviwil
committed
0590230
Copy full SHA for 0590230
Add missing platyPS dependency in CI builds
daviwil
committed
fcf9be5
Copy full SHA for fcf9be5
Create PowerShell.json (#844)
anwather
authored and
daviwil
committed
5b15876
Copy full SHA for 5b15876
Commits on Jun 7, 2017
Add ISE theme
mattmcnabb
authored and
daviwil
committed
4a4eeb7
Copy full SHA for 4a4eeb7
Commits on Jun 1, 2017
One more fix for session restarting issue #807
Show description for c590d8d
daviwil
committed
c590d8d
Copy full SHA for c590d8d
Bump version to 1.2.1, update CHANGELOG.md
daviwil
committed
543a8ae
Copy full SHA for 543a8ae
Pagination
Previous
Next
You can’t perform that action at this time.