File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Microsoft.PowerShell.ConsoleGuiTools Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 // Use IntelliSense to learn about possible attributes.
33 // Hover to view descriptions of existing attributes.
44 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5- "version" : " 0.2 .0" ,
5+ "version" : " 0.7 .0" ,
66 "configurations" : [
77 {
88 "name" : " .NET Core Launch (console)" ,
1414 " -NoExit" ,
1515 " -NoProfile" ,
1616 " -Command" ,
17- " Import-Module ${workspaceFolder}/module/Microsoft.PowerShell.ConsoleGuiTools"
17+ " Import-Module -verbose ${workspaceFolder}/module/Microsoft.PowerShell.ConsoleGuiTools"
1818 ],
1919 "cwd" : " ${workspaceFolder}" ,
2020 "console" : " integratedTerminal" ,
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ baseObject is PSReference ||
109109 baseObject is PSObject )
110110 {
111111 ErrorRecord error = new ErrorRecord (
112- new FormatException ( "Invalid data type for Out-GridView " ) ,
112+ new FormatException ( "Invalid data type for Out-ConsoleGridView " ) ,
113113 DataNotQualifiedForGridView ,
114114 ErrorCategory . InvalidType ,
115115 null ) ;
You can’t perform that action at this time.
0 commit comments