Skip to content

Commit 7525e11

Browse files
committed
Merge pull request #100 from PowerShell/release/0.4.1
Prepare version 0.4.1
2 parents 6a5d3e1 + 69ceb8b commit 7525e11

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

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+
310
## 0.4.0
4-
### Monday, February 8, 2016
11+
### Tuesday, February 9, 2016
512

613
#### Debugging improvements
714

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.4.0",
4+
"version": "0.4.1",
55
"publisher": "ms-vscode",
66
"description": "Develop PowerShell scripts in Visual Studio Code!",
77
"engines": {

0 commit comments

Comments
 (0)