File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
- 🐛 [ vscode-powershell #2116 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1044 ) -
9
9
Fix UNC intellisense backslash.
10
10
- 🐛 [ vscode-powershell #2214 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1050 ) -
11
- Fix issue where PipelineIndentationStyle setting is ignored.
11
+ Fix issue where PipelineIndentationStyle setting is ignored. (Thanks @bergmeister !)
12
+ - ⚙️ [ PowerShellEditorServices #1052 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1052 ) -
13
+ Update minimum PSSA version to 1.18.3. (Thanks @bergmeister !)
12
14
13
15
## v1.13.0
14
16
### Monday, September 23, 2019
Original file line number Diff line number Diff line change 1
1
{
2
2
"PSScriptAnalyzer" :{
3
- "MinimumVersion" :" 1.18.2 " ,
3
+ "MinimumVersion" :" 1.18.3 " ,
4
4
"MaximumVersion" :" 1.99" ,
5
5
"AllowPrerelease" :false
6
6
},
You can’t perform that action at this time.
0 commit comments