@@ -28,9 +28,9 @@ The extension _should_ work anywhere ADS itself and PowerShell Core 7 or higher
28
28
PowerShell Core 6 is end-of-life and so not supported. Our test matrix includes the
29
29
following:
30
30
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
34
34
35
35
[ supported ] : https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle?view=powershell-7.1#supported-platforms
36
36
@@ -61,17 +61,23 @@ in the [Azure Data Studio documentation](https://docs.microsoft.com/en-us/sql/az
61
61
In the Extensions pane, search for "PowerShell" extension and install it there. You will
62
62
get notified automatically about any future extension updates!
63
63
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
65
65
[ Install from a VSIX] ( https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix )
66
66
instructions. The easiest way is through the command line:
67
67
68
68
``` powershell
69
69
azuredatastudio --install-extension powershell-<version>.vsix
70
70
```
71
71
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
+
72
78
## Security Note
73
79
74
- For any security issues, please see [ here] ( ./docs/troubleshooting .md#note-on-security ) .
80
+ For any security issues, please see [ here] ( ./SECURITY .md ) .
75
81
76
82
## Example Scripts
77
83
@@ -173,14 +179,14 @@ on how to contribute to this extension!
173
179
174
180
## Maintainers
175
181
176
- - Rob Holt - [ @rjmholt ] ( https://github.com/rjmholt )
177
182
- Patrick Meinecke - [ @SeeminglyScience ] ( https://github.com/SeeminglyScience )
178
183
- Andy Schwartzmeyer - [ @andschwa ] ( https://github.com/andschwa )
179
184
- Sydney Smith - [ @SydneyhSmith ] ( https://github.com/SydneyhSmith )
180
185
181
186
### Emeriti
182
187
183
188
- Keith Hill - [ @rkeithhill ] ( https://github.com/rkeithhill )
189
+ - Rob Holt - [ @rjmholt ] ( https://github.com/rjmholt )
184
190
- Tyler Leonhardt - [ @TylerLeonhardt ] ( https://github.com/TylerLeonhardt )
185
191
- David Wilson - [ @daviwil ] ( https://github.com/daviwil )
186
192
0 commit comments