We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28afd8e commit cef43caCopy full SHA for cef43ca
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# vscode-powershell Release History
2
3
+## 0.7.1
4
+### Tuesday, August 23, 2016
5
+
6
+- "Auto" variable scope in debugger UI now expands by default
7
+- Fixed #244: Extension fails to load if username contains spaces
8
+- Fixed #246: Restore default PSScriptAnalyzer ruleset
9
+- Fixed #248: Extension fails to load on Windows 7 with PowerShell v3
10
11
## 0.7.0
12
### Thursday, August 18, 2016
13
package.json
@@ -1,7 +1,7 @@
{
"name": "PowerShell",
"displayName": "PowerShell",
- "version": "0.7.0",
+ "version": "0.7.1",
"publisher": "ms-vscode",
"description": "Develop PowerShell scripts in Visual Studio Code!",
"engines": {
0 commit comments