Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
- 🐛 [vscode-powershell #2116](https://github.com/PowerShell/PowerShellEditorServices/pull/1044) -
Fix UNC intellisense backslash.
- 🐛 [vscode-powershell #2214](https://github.com/PowerShell/PowerShellEditorServices/pull/1050) -
Fix issue where PipelineIndentationStyle setting is ignored.
Fix issue where PipelineIndentationStyle setting is ignored. (Thanks @bergmeister!)
- ⚙️ [PowerShellEditorServices #1052](https://github.com/PowerShell/PowerShellEditorServices/pull/1052) -
Update minimum PSSA version to 1.18.3. (Thanks @bergmeister!)

## v1.13.0
### Monday, September 23, 2019
Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"PSScriptAnalyzer":{
"MinimumVersion":"1.18.2",
"MinimumVersion":"1.18.3",
"MaximumVersion":"1.99",
"AllowPrerelease":false
},
Expand Down