-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update changelog and files for 1.7.0 release #1287
Merged
Merged
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,59 @@ | ||
# vscode-powershell Release History | ||
|
||
## 1.7.0 | ||
### Wednesday, April 25, 2018 | ||
|
||
- [PowerShell/vscode-powershell #1285](https://github.com/PowerShell/vscode-powershell/pull/1285) - | ||
Add a community snippet for date-annotated `Write-Verbose` messages. | ||
|
||
- [PowerShell/vscode-powershell #1228](https://github.com/PowerShell/vscode-powershell/issues/1228) - | ||
Make comment-based help trigger customizable (between `##`, `<#` and disabled). | ||
|
||
- [PowerShell/vscode-powershell #603](https://github.com/PowerShell/vscode-powershell/issues/603) - | ||
Fix PowerShell crashing on machines with IPv6 disabled. | ||
|
||
- [PowerShell/vscode-powershell #1243](https://github.com/PowerShell/vscode-powershell/issues/1243) - | ||
Support custom PowerShell executable paths in user and workspace configurations. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Minor wording tweak if possible:
|
||
|
||
- [PowerShell/vscode-powershell #1264](https://github.com/PowerShell/vscode-powershell/pull/1264) - | ||
Add support for [Visual Studio Live Share](https://code.visualstudio.com/visual-studio-live-share). | ||
|
||
- [PowerShell/vscode-powershell #1261](https://github.com/PowerShell/vscode-powershell/pull/1261) - | ||
Add support for `$psEditor.GetEditorContext.CurrentFile.SaveAs("NewFileName.ps1")`. | ||
|
||
- [PowerShell/vscode-powershell #1252](https://github.com/PowerShell/vscode-powershell/pull/1252) - | ||
Change the way the extension builds and runs, so that PowerShellEditorServices is self-contained. | ||
|
||
- [PowerShell/vscode-powershell #1248](https://github.com/PowerShell/vscode-powershell/pull/1248) - | ||
Replace `$global:IsOSX` with `$global:IsMacOS`. | ||
|
||
- [PowerShell/vscode-powershell #1246](https://github.com/PowerShell/vscode-powershell/pull/1246) - | ||
Create [community_snippets.md](./docs/community_snippets.md) for user created snippets. | ||
|
||
- [PowerShell/vscode-powershell #1155](https://github.com/PowerShell/vscode-powershell/issues/1155) - | ||
Fix PSES crashes caused by running "Set PSScriptAnalyzer Rules" on an untitled file. | ||
|
||
- [PowerShell/vscode-powershell #1236](https://github.com/PowerShell/vscode-powershell/pull/1236) - | ||
Stop an error occurring when VSCode trims trailing whitespace and sends document update messages. | ||
|
||
- [PowerShell/vscode-powershell #996](https://github.com/PowerShell/vscode-powershell/issues/996) - | ||
Fix `Install-PSCode.ps1` crashing due to `$IsLinux` variable in older PowerShell versions. | ||
|
||
- [PowerShell/vscode-powershell #1234](https://github.com/PowerShell/vscode-powershell/pull/1234) - | ||
Add snippets for Hashtable and PSCustomObject. | ||
|
||
- [PowerShell/vscode-powershell #1233](https://github.com/PowerShell/vscode-powershell/pull/1233) - | ||
Add a keybinding for Show Addtional Commands to <kbd>Shift</kdb>-<kbd>Alt</kbd>-<kbd>S</kbd>. | ||
|
||
- [PowerShell/vscode-powershell #1227](https://github.com/PowerShell/vscode-powershell/pull/1227) - | ||
Add an indicator for when PowerShell is running in the status bar. | ||
|
||
- [PowerShell/vscode-powershell #1225](https://github.com/PowerShell/vscode-powershell/pull/1225) - | ||
Fix launch config not using temporary integrated console setting. | ||
|
||
- [PowerShell/vscode-powershell #1208](https://github.com/PowerShell/vscode-powershell/issues/1208) - | ||
Stop configured temporary windows closing after running Pester tests. | ||
|
||
## 1.6.0 | ||
### Thursday, February 22, 2018 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This description is a little misleading. My take is this: