We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2bfef3 commit eddba16Copy full SHA for eddba16
CHANGELOG.md
@@ -1,7 +1,13 @@
1
# vscode-powershell Release History
2
3
+## 0.4.1
4
+### Wednesday, February 17, 2016
5
+
6
+- Updated PSScriptAnalyzer 1.4.0 for improved rule marker extents
7
+- Fixed #94: Scripts fail to launch in the debugger if the working directory path contains spaces
8
9
## 0.4.0
-### Monday, February 8, 2016
10
+### Tuesday, February 9, 2016
11
12
#### Debugging improvements
13
package.json
@@ -1,7 +1,7 @@
{
"name": "PowerShell",
"displayName": "PowerShell",
- "version": "0.4.0",
+ "version": "0.4.1",
"publisher": "ms-vscode",
"description": "Develop PowerShell scripts in Visual Studio Code!",
"engines": {
0 commit comments