We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97fd5b9 commit f4b3eeeCopy full SHA for f4b3eee
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# vscode-powershell Release History
2
3
+## 0.3.1
4
+### Thursday, December 17, 2015
5
+
6
+- Fix issue #49, Debug Console does not receive script output
7
8
## 0.3.0
9
### Tuesday, December 15, 2015
10
package.json
@@ -1,7 +1,7 @@
{
"name": "PowerShell",
"displayName": "PowerShell",
- "version": "0.3.0",
+ "version": "0.3.1",
"publisher": "ms-vscode",
"description": "Develop PowerShell scripts in Visual Studio Code!",
"engines": { "vscode": "0.10.x" },
0 commit comments