File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# vscode-powershell Release History
2
2
3
+ ## 0.12.1
4
+ ### Tuesday, April 4, 2017
5
+
6
+ - Fixed [ #648 ] ( https://github.com/PowerShell/vscode-powershell/issues/648 ) -
7
+ Resolved an error when launching an untitled script file in a workspace
8
+ with no launch.json or in a window without a workspace path
9
+
3
10
## 0.12.0
4
11
### Tuesday, April 4, 2017
5
12
Original file line number Diff line number Diff line change 1
- version : ' 0.12.0 -insiders-{build}'
1
+ version : ' 0.12.1 -insiders-{build}'
2
2
image : Visual Studio 2017
3
3
clone_depth : 10
4
4
skip_tags : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " PowerShell" ,
3
3
"displayName" : " PowerShell" ,
4
- "version" : " 0.12.0 " ,
4
+ "version" : " 0.12.1 " ,
5
5
"publisher" : " ms-vscode" ,
6
6
"description" : " Develop PowerShell scripts in Visual Studio Code!" ,
7
7
"engines" : {
You can’t perform that action at this time.
0 commit comments