@@ -28,9 +28,9 @@ The extension _should_ work anywhere ADS itself and PowerShell Core 7 or higher
2828PowerShell Core 6 is end-of-life and so not supported. Our test matrix includes the
2929following:
3030
31- - ** Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.1.5
32- - ** macOS 10.15** with PowerShell Core 7.1 .5
33- - ** Ubuntu 20.04** with PowerShell Core 7.1.5
31+ - ** Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.2.4
32+ - ** macOS 10.15** with PowerShell Core 7.2 .5
33+ - ** Ubuntu 20.04** with PowerShell Core 7.2.4
3434
3535[ supported ] : https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle?view=powershell-7.1#supported-platforms
3636
@@ -61,17 +61,23 @@ in the [Azure Data Studio documentation](https://docs.microsoft.com/en-us/sql/az
6161In the Extensions pane, search for "PowerShell" extension and install it there. You will
6262get notified automatically about any future extension updates!
6363
64- You can also install a VSIX package from our [ Releases page] ( https://github.com/PowerShell/vscode-powershell/releases ) by following the
64+ You can also install a VSIX package from our [ releases page] ( https://github.com/PowerShell/vscode-powershell/releases ) by following the
6565[ Install from a VSIX] ( https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix )
6666instructions. The easiest way is through the command line:
6767
6868``` powershell
6969azuredatastudio --install-extension powershell-<version>.vsix
7070```
7171
72+ ## Reporting Problems
73+
74+ If you experience any problems with the PowerShell Extension, see
75+ [ the troubleshooting docs] ( ./docs/troubleshooting.md ) for information
76+ on diagnosing and reporting issues.
77+
7278## Security Note
7379
74- For any security issues, please see [ here] ( ./docs/troubleshooting .md#note-on-security ) .
80+ For any security issues, please see [ here] ( ./SECURITY .md ) .
7581
7682## Example Scripts
7783
@@ -173,14 +179,14 @@ on how to contribute to this extension!
173179
174180## Maintainers
175181
176- - Rob Holt - [ @rjmholt ] ( https://github.com/rjmholt )
177182- Patrick Meinecke - [ @SeeminglyScience ] ( https://github.com/SeeminglyScience )
178183- Andy Schwartzmeyer - [ @andschwa ] ( https://github.com/andschwa )
179184- Sydney Smith - [ @SydneyhSmith ] ( https://github.com/SydneyhSmith )
180185
181186### Emeriti
182187
183188- Keith Hill - [ @rkeithhill ] ( https://github.com/rkeithhill )
189+ - Rob Holt - [ @rjmholt ] ( https://github.com/rjmholt )
184190- Tyler Leonhardt - [ @TylerLeonhardt ] ( https://github.com/TylerLeonhardt )
185191- David Wilson - [ @daviwil ] ( https://github.com/daviwil )
186192
0 commit comments