We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d25d5f commit 3d459abCopy full SHA for 3d459ab
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# vscode-powershell Release History
2
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
10
## 0.6.1
11
### Monday, May 16, 2016
12
package.json
@@ -1,7 +1,7 @@
{
"name": "PowerShell",
"displayName": "PowerShell",
- "version": "0.6.1",
+ "version": "0.6.2",
"publisher": "ms-vscode",
"description": "Develop PowerShell scripts in Visual Studio Code!",
"engines": {
0 commit comments