We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a5d3e1 + 69ceb8b commit 7525e11Copy full SHA for 7525e11
CHANGELOG.md
@@ -1,7 +1,14 @@
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
+- Added example Pester task for running tests in the examples folder
8
+- Fixed #94: Scripts fail to launch in the debugger if the working directory path contains spaces
9
10
## 0.4.0
-### Monday, February 8, 2016
11
+### Tuesday, February 9, 2016
12
13
#### Debugging improvements
14
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