Releases: PowerShell/vscode-powershell
Releases · PowerShell/vscode-powershell
v2025.0.0
What's Changed
Enhancements & Features ✨
- Update the end-of-support message for PowerShell <7.4 by @andyleejordan in #5090
- Implement LogOutputWindow for Logging by @JustinGrote in #5065
- Dev: Optimize Launch Configs and Enable Hot Reload by @JustinGrote in #5094
- Implement Extension Setting Categories by @JustinGrote in #5103
- Fix ForEach-Progress snippet template by @Cydroz in #5122
- Update packages with a VS Code engine bump to 1.96 by @andyleejordan in #5126
Squashed Bugs 🐛
- Fix #5086 - Invalid JSON in the snippets file by @o-l-a-v in #5087
- Improve warning when additional PowerShell isn't found by @andyleejordan in #5099
- Fix additional PowerShell warning (take two) by @andyleejordan in #5100
- Fix for "Suppress PSScriptAnalyzer Rule" snippets by @TMA-2 in #5110
New Contributors
Full Changelog: v2024.4.0...v2025.0.0
v2025.1.0-preview
What's Changed
Enhancements & Features ✨
- Fix ForEach-Progress snippet template by @Cydroz in #5122
- Update packages with a VS Code engine bump to 1.96 by @andyleejordan in #5126
New Contributors
Full Changelog: v2024.5.2-preview...v2025.1.0-preview
v2024.5.2-preview
What's Changed
Enhancements & Features ✨
- Dev: Optimize Launch Configs and Enable Hot Reload by @JustinGrote in #5094
- Implement Extension Setting Categories by @JustinGrote in #5103
Squashed Bugs 🐛
- Improve warning when additional PowerShell isn't found by @andyleejordan in #5099
- Fix additional PowerShell warning (take two) by @andyleejordan in #5100
- Fix for "Suppress PSScriptAnalyzer Rule" snippets by @TMA-2 in #5110
Other Changes 🙏
- v2024.5.2-preview: Bug fixes and build improvements. by @andyleejordan in #5113
New Contributors
Full Changelog: v2024.5.1-preview...v2024.5.2-preview
v2024.5.1-preview
What's Changed
Enhancements & Features ✨
- Update the end-of-support message for PowerShell <7.4 by @andyleejordan in #5090
- Implement LogOutputWindow for Logging by @JustinGrote in #5065
Squashed Bugs 🐛
Full Changelog: v2024.4.0...v2024.5.1-preview
v2024.4.0
What's Changed
Enhancements & Features ✨
- Check if the Terminal Shell Integration setting is changed by @andyleejordan in #4971
- Sign extension by @andyleejordan in #5040
- Add setting to use either
.
or&
when launching script by @andyleejordan in #5059 - Enable ability to trace DAP messages at client side by @JustinGrote in #5064
- Refactor: Replace package.json requires with extension context info by @JustinGrote in #5071
Squashed Bugs 🐛
- Fix server tracing setting to use
markdownDescription
by @ijre in #4991 - Update log location in documentation by @o-l-a-v in #5005
- Fix ghost terminals after using "Developer: Restart Extension Host" by @andyleejordan in #5017
- Find shell integration script for VS Code 1.94+ by @andyleejordan in #5047
- Set expected shell integration environment variables by @andyleejordan in #5062
- Extract artifact from upstream pipeline by @andyleejordan in #5072
- Fix: Change DAP send/receive glyph to keep things aligned in the logs by @JustinGrote in #5076
Other Changes 🙏
- Update packages via
npm update
by @andyleejordan in #5015 - Reorganize build and packages to allow for omitting dev tools by @andyleejordan in #5030
- Package updates by @andyleejordan in #5048
- Bump packages by @andyleejordan in #5061
- Limit GitHub Actions to 10 minutes by @JustinGrote in #5066
- v2024.4.0: Call-operator support and various bug fixes by @andyleejordan in #5083
New Contributors
Full Changelog: v2024.2.2...v2024.4.0
v2024.5.0-preview
What's Changed
Enhancements & Features ✨
- Check if the Terminal Shell Integration setting is changed by @andyleejordan in #4971
- Sign extension by @andyleejordan in #5040
- Add setting to use either
.
or&
when launching script by @LucasArona in #5059 - Enable ability to trace DAP messages at client side by @JustinGrote in #5064
- Refactor: Replace package.json requires with extension context info by @JustinGrote in #5071
Squashed Bugs 🐛
- Fix server tracing setting to use
markdownDescription
by @ijre in #4991 - Update log location in documentation by @o-l-a-v in #5005
- Fix ghost terminals after using "Developer: Restart Extension Host" by @andyleejordan in #5017
- Find shell integration script for VS Code 1.94+ by @andyleejordan in #5047
- Set expected shell integration environment variables by @andyleejordan in #5062
- Extract artifact from upstream pipeline by @andyleejordan in #5072
Other Changes 🙏
- Update packages via
npm update
by @andyleejordan in #5015 - Reorganize build and packages to allow for omitting dev tools by @andyleejordan in #5030
- Package updates by @andyleejordan in #5048
- Bump packages by @andyleejordan in #5061
- Limit GitHub Actions to 10 minutes by @JustinGrote in #5066
New Contributors
- @LucasArona made their first contribution in #5059
- @ijre made their first contribution in #4991
- @o-l-a-v made their first contribution in #5005
Full Changelog: v2024.2.2...v2024.5.0-preview
v2024.2.2
What's Changed
Other Changes 🙏
- Service release with updated third-party notice and release pipeline.
Full Changelog: v2024.2.1...v2024.2.2
v2024.2.1
What's Changed
Squashed Bugs 🐛
- Hotfix for incorrect signing certificate, sorry about that!
- Also removed Plaster integration as we were unable to correctly sign it since we no longer own it.
- Several unit test fixes.
Full Changelog: v2024.2.0...v2024.2.1
v2024.2.0
What's Changed
Enhancements & Features ✨
- Add developer setting to disable
-ExecutionPolicy Bypass
flags by @andyleejordan in #4883 - Remove deprecated features by @andyleejordan in #4893
- Enable LanguageClient Tracing Option by @JustinGrote in #4902
- Don't make the Command Explorer visible by default by @andyleejordan in #4934
- Fix how we pass the log directory to Editor Services by @andyleejordan in #4933
- OneBranch migration by @andyleejordan in #4953
- Pass the path to
shellIntegration.ps1
directly to the server by @andyleejordan in #4959
Squashed Bugs 🐛
- Fix up debugger configuration resolvers by @andyleejordan in #4888
- Fix
PowerShellProcess.dipose()
to fire theonExited
event idempotently by @andyleejordan in #4900
Full Changelog: v2024.0.0...v2024.2.0
v2024.3.2-preview
What's Changed
Enhancements & Features ✨
- OneBranch migration by @andyleejordan in #4953
- Pass the path to
shellIntegration.ps1
directly to the server by @andyleejordan in #4959
Full Changelog: v2024.3.1-preview...v2024.3.2-preview