File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# vscode-powershell Release History
2
2
3
+ ## 0.6.1
4
+ ### Monday, May 16, 2016
5
+
6
+ - Fixed #180 : Profile loading should be enabled by default
7
+ - Fixed #183 : Language server sometimes fails to initialize preventing IntelliSense, etc from working
8
+ - Fixed #182 : Using 'Run Selection' on a line without a selection only runs to the cursor position
9
+ - Fixed #184 : When running a script in the debugger, $host.Version reports wrong extension version
10
+
3
11
## 0.6.0
4
12
### Thursday, May 12, 2016
5
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " PowerShell" ,
3
3
"displayName" : " PowerShell" ,
4
- "version" : " 0.6.0 " ,
4
+ "version" : " 0.6.1 " ,
5
5
"publisher" : " ms-vscode" ,
6
6
"description" : " Develop PowerShell scripts in Visual Studio Code!" ,
7
7
"engines" : {
129
129
" /logLevel:Verbose" ,
130
130
" /hostName:\" Visual Studio Code Host\" " ,
131
131
" /hostProfileId:Microsoft.VSCode" ,
132
- " /hostVersion:0.5.0 "
132
+ " /hostVersion:0.6.1 "
133
133
],
134
134
"configurationAttributes" : {
135
135
"launch" : {
191
191
" /logLevel:Verbose" ,
192
192
" /hostName:\" Visual Studio Code Host\" " ,
193
193
" /hostProfileId:Microsoft.VSCode" ,
194
- " /hostVersion:0.5.0 "
194
+ " /hostVersion:0.6.1 "
195
195
],
196
196
"configurationAttributes" : {
197
197
"launch" : {
You can’t perform that action at this time.
0 commit comments