Skip to content

Commit a555ba5

Browse files
prep for 1.8.2 release (#1454)
* prep for 1.8.2 release * set to 1.8.2 because version of vsix is calc by package.json * update Docker image build version * updated deps * fix versions * vscode requires mocha ^4.0.1 for some reason
1 parent feaaa4d commit a555ba5

File tree

7 files changed

+566
-465
lines changed

7 files changed

+566
-465
lines changed

Diff for: CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# vscode-powershell Release History
22

3+
## v1.8.2
4+
### Thursday, July 26, 2018
5+
6+
#### [vscode-powershell](https://github.com/powershell/vscode-powershell)
7+
8+
- [PowerShell/vscode-powershell #1438](https://github.com/PowerShell/vscode-powershell/pull/1438) -
9+
(GH-1437) Fix detecting contiguous comment blocks and regions (#1438) (Thanks @glennsarti!)
10+
- [PowerShell/vscode-powershell #1436](https://github.com/PowerShell/vscode-powershell/pull/1436) -
11+
First approach to fix issue with dbg/run start before PSES running (#1436) (Thanks @rkeithhill!)
12+
13+
#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices)
14+
15+
- [PowerShell/PowerShellEditorServices #712](https://github.com/PowerShell/PowerShellEditorServices/pull/712) -
16+
workaround to support inmemory:// (#712)
17+
- [PowerShell/PowerShellEditorServices #706](https://github.com/PowerShell/PowerShellEditorServices/pull/706) -
18+
Go To Definition works with different Ast types (#706)
19+
- [PowerShell/PowerShellEditorServices #707](https://github.com/PowerShell/PowerShellEditorServices/pull/707) -
20+
fix stdio passing (#707)
21+
- [PowerShell/PowerShellEditorServices #709](https://github.com/PowerShell/PowerShellEditorServices/pull/709) -
22+
Stop Diagnostic logging from logging to stdio when the communication protocol is set to stdio (#709)
23+
- [PowerShell/PowerShellEditorServices #710](https://github.com/PowerShell/PowerShellEditorServices/pull/710) -
24+
stdio should only launch language service not debug (#710)
25+
- [PowerShell/PowerShellEditorServices #705](https://github.com/PowerShell/PowerShellEditorServices/pull/705) -
26+
Fix load order of PSSA modules (#705)
27+
- [PowerShell/PowerShellEditorServices #704](https://github.com/PowerShell/PowerShellEditorServices/pull/704) -
28+
Do not enable PSAvoidTrailingWhitespace rule by default as it currenly flags whitespace-only lines as well (#704) (Thanks @bergmeister!)
29+
330
## v1.8.1
431
### Wednesday, July 11, 2018
532

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '1.8.1-insiders-{build}'
1+
version: '1.8.2-insiders-{build}'
22
image: Visual Studio 2017
33
clone_depth: 10
44
skip_tags: true

0 commit comments

Comments
 (0)