Skip to content

Commit ce858bb

Browse files
authored
Merge pull request #235 from PowerShell/merge-release/0.6.2
Release 0.6.2
2 parents 5d25d5f + 3d459ab commit ce858bb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 0.6.2
4+
### Friday, August 12, 2016
5+
6+
- Fixed #231: In VS Code 1.4.0, IntelliSense has stopped working
7+
- Fixed #193: Typing "n" breaks intellisense
8+
- Fixed #187: Language server sometimes crashes then $ErrorActionPreference = "Stop"
9+
310
## 0.6.1
411
### Monday, May 16, 2016
512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PowerShell",
33
"displayName": "PowerShell",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"publisher": "ms-vscode",
66
"description": "Develop PowerShell scripts in Visual Studio Code!",
77
"engines": {

0 commit comments

Comments
 (0)