We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e417120 commit 8fed9b6Copy full SHA for 8fed9b6
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# PowerShell Editor Services Release History
2
3
+## 0.4.2
4
+### Wednesday, February 17, 2016
5
+
6
+- Fixed #127: Update to PSScriptAnalyzer 1.4.0
7
+- Fixed #149: Scripts fail to launch in the debugger if working directory path contains spaces
8
+- Fixed #153: Script Analyzer integration is not working in 0.4.1 release
9
+- Fixed #159: LanguageServer.Shutdown method hangs while waiting for remaining buffered output to flush
10
11
## 0.4.1
12
### Tuesday, February 9, 2016
13
appveyor.yml
@@ -4,7 +4,7 @@ configuration: Release
clone_depth: 10
environment:
- core_version: '0.4.1'
+ core_version: '0.4.2'
prerelease_name: '-beta'
branches:
0 commit comments