| 
1 | 1 | # PowerShell Language Support for Azure Data Studio  | 
2 | 2 | 
 
  | 
3 | 3 | [](https://app.codacy.com/app/TylerLeonhardt/vscode-powershell?utm_source=github.com&utm_medium=referral&utm_content=PowerShell/vscode-powershell&utm_campaign=Badge_Grade_Dashboard)  | 
4 |  | -[](https://ci.appveyor.com/project/PowerShell/vscode-powershell) [](https://travis-ci.org/PowerShell/vscode-powershell) [](https://gitter.im/PowerShell/vscode-powershell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)  | 
 | 4 | +[](https://powershell.visualstudio.com/vscode-powershell/_build/latest?definitionId=51&branchName=master)  | 
 | 5 | +[](https://gitter.im/PowerShell/vscode-powershell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)  | 
5 | 6 | 
 
  | 
6 | 7 | This extension provides rich PowerShell language support for [Azure Data Studio](github.com/Microsoft/azuredatastudio).  | 
7 | 8 | Now you can write and debug PowerShell scripts using the excellent IDE-like interface  | 
@@ -113,17 +114,17 @@ Here is a sample of what that output will look like:  | 
113 | 114 | 
 
  | 
114 | 115 | ```  | 
115 | 116 | Name                 Status           Size     Space  Recovery Compat. Owner  | 
116 |  | -                                            Available  Model     Level        | 
 | 117 | +                                            Available  Model     Level  | 
117 | 118 | ----                 ------           ---- ---------- -------- ------- -----  | 
118 |  | -AdventureWorks2017   Normal      336.00 MB   57.01 MB Simple       140 sa     | 
119 |  | -master               Normal        6.00 MB  368.00 KB Simple       140 sa     | 
120 |  | -model                Normal       16.00 MB    5.53 MB Full         140 sa     | 
121 |  | -msdb                 Normal       48.44 MB    1.70 MB Simple       140 sa     | 
122 |  | -PBIRS                Normal      144.00 MB   55.95 MB Full         140 sa     | 
123 |  | -PBIRSTempDB          Normal       16.00 MB    4.20 MB Simple       140 sa     | 
124 |  | -SSISDB               Normal      325.06 MB   26.21 MB Full         140 sa     | 
125 |  | -tempdb               Normal       72.00 MB   61.25 MB Simple       140 sa     | 
126 |  | -WideWorldImporters   Normal         3.2 GB     2.6 GB Simple       130 sa     | 
 | 119 | +AdventureWorks2017   Normal      336.00 MB   57.01 MB Simple       140 sa  | 
 | 120 | +master               Normal        6.00 MB  368.00 KB Simple       140 sa  | 
 | 121 | +model                Normal       16.00 MB    5.53 MB Full         140 sa  | 
 | 122 | +msdb                 Normal       48.44 MB    1.70 MB Simple       140 sa  | 
 | 123 | +PBIRS                Normal      144.00 MB   55.95 MB Full         140 sa  | 
 | 124 | +PBIRSTempDB          Normal       16.00 MB    4.20 MB Simple       140 sa  | 
 | 125 | +SSISDB               Normal      325.06 MB   26.21 MB Full         140 sa  | 
 | 126 | +tempdb               Normal       72.00 MB   61.25 MB Simple       140 sa  | 
 | 127 | +WideWorldImporters   Normal         3.2 GB     2.6 GB Simple       130 sa  | 
127 | 128 | ```  | 
128 | 129 | 
 
  | 
129 | 130 | This example uses the `Get-SqlDatabase` cmdlet to retrieve a list of all databases on the ServerB instance, then presents a grid/table (using the `Out-GridView` cmdlet) to select which databases should be backed up.  Once the user clicks on the "OK" button, only the highlighted databases will be backed up.  | 
 | 
0 commit comments