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 11# vscode-powershell Release History
22
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+
311## 0.6.0
412### Thursday, May 12, 2016
513
Original file line number Diff line number Diff line change 11{
22 "name" : " PowerShell" ,
33 "displayName" : " PowerShell" ,
4- "version" : " 0.6.0 " ,
4+ "version" : " 0.6.1 " ,
55 "publisher" : " ms-vscode" ,
66 "description" : " Develop PowerShell scripts in Visual Studio Code!" ,
77 "engines" : {
129129 " /logLevel:Verbose" ,
130130 " /hostName:\" Visual Studio Code Host\" " ,
131131 " /hostProfileId:Microsoft.VSCode" ,
132- " /hostVersion:0.5.0 "
132+ " /hostVersion:0.6.1 "
133133 ],
134134 "configurationAttributes" : {
135135 "launch" : {
191191 " /logLevel:Verbose" ,
192192 " /hostName:\" Visual Studio Code Host\" " ,
193193 " /hostProfileId:Microsoft.VSCode" ,
194- " /hostVersion:0.5.0 "
194+ " /hostVersion:0.6.1 "
195195 ],
196196 "configurationAttributes" : {
197197 "launch" : {
You can’t perform that action at this time.
0 commit comments