Skip to content

Commit c0a417f

Browse files
committed
Update READMEs
1 parent 66b57aa commit c0a417f

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ The extension _should_ work anywhere VS Code itself and PowerShell Core 7 or hig
2828
PowerShell Core 6 is end-of-life and so not supported. Our test matrix includes the
2929
following:
3030

31-
- **Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.2.1
32-
- **macOS 10.15** with PowerShell Core 7.2.1
33-
- **Ubuntu 20.04** with PowerShell Core 7.2.1
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
3636

@@ -61,7 +61,7 @@ in the [Visual Studio Code documentation](https://code.visualstudio.com/docs/edi
6161
In the Extensions pane, search for "PowerShell" extension and install it there. You will
6262
get 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)
6666
instructions. The easiest way is through the command line:
6767

docs/azure_data_studio/README_FOR_MARKETPLACE.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ The extension _should_ work anywhere ADS itself and PowerShell Core 7 or higher
2828
PowerShell Core 6 is end-of-life and so not supported. Our test matrix includes the
2929
following:
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
6161
In the Extensions pane, search for "PowerShell" extension and install it there. You will
6262
get 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)
6666
instructions. The easiest way is through the command line:
6767

6868
```powershell
6969
azuredatastudio --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

Comments
 (0)