We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9a0e8 commit 0c18842Copy full SHA for 0c18842
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# PowerShell Editor Services Release History
2
3
+## 0.6.2
4
+### Tuesday, August 9, 2016
5
+
6
+- Fixed #264: Variable and parameter IntelliSense broken in VS Code 1.4.0
7
+- Fixed #240: Completion item with regex metachars can cause editor host to crash
8
+- Fixed #232: Language server sometimes crashes then $ErrorActionPreference = "Stop"
9
10
## 0.6.1
11
### Monday, May 16, 2016
12
appveyor.yml
@@ -4,7 +4,7 @@ configuration: Release
clone_depth: 10
environment:
- core_version: '0.6.1'
+ core_version: '0.6.2'
prerelease_name: '-beta'
branches:
0 commit comments