-
Notifications
You must be signed in to change notification settings - Fork 513
Update tooling and READMEs for branch rename #4046
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# PowerShell Language Support for Visual Studio Code | ||
|
||
[](https://dev.azure.com/powershell/vscode-powershell/_build/latest?definitionId=51&branchName=master) | ||
[](https://dev.azure.com/powershell/vscode-powershell/_build/latest?definitionId=51&branchName=main) | ||
[](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell) | ||
[](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell) | ||
[](https://aka.ms/powershell-vscode-discord) | ||
|
@@ -28,9 +28,9 @@ The extension _should_ work anywhere VS Code itself and PowerShell Core 7 or hig | |
PowerShell Core 6 is end-of-life and so not supported. Our test matrix includes the | ||
following: | ||
|
||
- **Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.2.1 | ||
- **macOS 10.15** with PowerShell Core 7.2.1 | ||
- **Ubuntu 20.04** with PowerShell Core 7.2.1 | ||
- **Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.2.4 | ||
- **macOS 10.15** with PowerShell Core 7.2.5 | ||
- **Ubuntu 20.04** with PowerShell Core 7.2.4 | ||
andyleejordan marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
[supported]: https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle | ||
|
||
|
@@ -61,7 +61,7 @@ in the [Visual Studio Code documentation](https://code.visualstudio.com/docs/edi | |
In the Extensions pane, search for "PowerShell" extension and install it there. You will | ||
get notified automatically about any future extension updates! | ||
|
||
You can also install a VSIX package from our [Releases page](https://github.com/PowerShell/vscode-powershell/releases) by following the | ||
You can also install a VSIX package from our [releases page](https://github.com/PowerShell/vscode-powershell/releases) by following the | ||
[Install from a VSIX](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix) | ||
instructions. The easiest way is through the command line: | ||
|
||
|
@@ -86,11 +86,11 @@ the `Install-Script` command. | |
|
||
**Alternatively** you can download and execute the script directly from the web | ||
without the use of `Install-Script`. However we **highly recommend** that you | ||
[read the script](https://raw.githubusercontent.com/PowerShell/vscode-powershell/master/scripts/Install-VSCode.ps1) | ||
[read the script](https://raw.githubusercontent.com/PowerShell/vscode-powershell/main/scripts/Install-VSCode.ps1) | ||
first before running it in this way! | ||
|
||
```powershell | ||
iex (iwr https://raw.githubusercontent.com/PowerShell/vscode-powershell/master/scripts/Install-VSCode.ps1) | ||
iex (iwr https://raw.githubusercontent.com/PowerShell/vscode-powershell/main/scripts/Install-VSCode.ps1) | ||
``` | ||
|
||
## Reporting Problems | ||
|
@@ -155,4 +155,4 @@ For more information see the [Code of Conduct FAQ][conduct-FAQ] or contact [open | |
[conduct-code]: http://opensource.microsoft.com/codeofconduct/ | ||
[conduct-FAQ]: http://opensource.microsoft.com/codeofconduct/faq/ | ||
[conduct-email]: mailto:[email protected] | ||
[conduct-md]: https://github.com/PowerShell/vscode-powershell/blob/master/CODE_OF_CONDUCT.md | ||
[conduct-md]: https://github.com/PowerShell/vscode-powershell/blob/main/CODE_OF_CONDUCT.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# PowerShell Language Support for Azure Data Studio | ||
|
||
[](https://dev.azure.com/powershell/vscode-powershell/_build/latest?definitionId=51&branchName=master) | ||
[](https://dev.azure.com/powershell/vscode-powershell/_build/latest?definitionId=51&branchName=main) | ||
[](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell) | ||
[](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell) | ||
[](https://aka.ms/powershell-vscode-discord) | ||
|
@@ -28,9 +28,9 @@ The extension _should_ work anywhere ADS itself and PowerShell Core 7 or higher | |
PowerShell Core 6 is end-of-life and so not supported. Our test matrix includes the | ||
following: | ||
|
||
- **Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.1.5 | ||
- **macOS 10.15** with PowerShell Core 7.1.5 | ||
- **Ubuntu 20.04** with PowerShell Core 7.1.5 | ||
- **Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.2.4 | ||
andyleejordan marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- **macOS 10.15** with PowerShell Core 7.2.5 | ||
- **Ubuntu 20.04** with PowerShell Core 7.2.4 | ||
andyleejordan marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
[supported]: https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle?view=powershell-7.1#supported-platforms | ||
|
||
|
@@ -61,17 +61,23 @@ in the [Azure Data Studio documentation](https://docs.microsoft.com/en-us/sql/az | |
In the Extensions pane, search for "PowerShell" extension and install it there. You will | ||
get notified automatically about any future extension updates! | ||
|
||
You can also install a VSIX package from our [Releases page](https://github.com/PowerShell/vscode-powershell/releases) by following the | ||
You can also install a VSIX package from our [releases page](https://github.com/PowerShell/vscode-powershell/releases) by following the | ||
[Install from a VSIX](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix) | ||
instructions. The easiest way is through the command line: | ||
|
||
```powershell | ||
azuredatastudio --install-extension powershell-<version>.vsix | ||
``` | ||
|
||
## Reporting Problems | ||
|
||
If you experience any problems with the PowerShell Extension, see | ||
[the troubleshooting docs](./docs/troubleshooting.md) for information | ||
on diagnosing and reporting issues. | ||
|
||
## Security Note | ||
|
||
For any security issues, please see [here](./docs/troubleshooting.md#note-on-security). | ||
For any security issues, please see [here](./SECURITY.md). | ||
|
||
## Example Scripts | ||
|
||
|
@@ -138,7 +144,7 @@ Name Status Size Space Recovery Compat. Owner | |
Available Model Level | ||
---- ------ ---- ---------- -------- ------- ----- | ||
AdventureWorks2017 Normal 336.00 MB 57.01 MB Simple 140 sa | ||
master Normal 6.00 MB 368.00 KB Simple 140 sa | ||
main Normal 6.00 MB 368.00 KB Simple 140 sa | ||
model Normal 16.00 MB 5.53 MB Full 140 sa | ||
msdb Normal 48.44 MB 1.70 MB Simple 140 sa | ||
PBIRS Normal 144.00 MB 55.95 MB Full 140 sa | ||
|
@@ -173,14 +179,14 @@ on how to contribute to this extension! | |
|
||
## Maintainers | ||
|
||
- Rob Holt - [@rjmholt](https://github.com/rjmholt) | ||
- Patrick Meinecke - [@SeeminglyScience](https://github.com/SeeminglyScience) | ||
- Andy Schwartzmeyer - [@andschwa](https://github.com/andschwa) | ||
- Sydney Smith - [@SydneyhSmith](https://github.com/SydneyhSmith) | ||
|
||
### Emeriti | ||
|
||
- Keith Hill - [@rkeithhill](https://github.com/rkeithhill) | ||
- Rob Holt - [@rjmholt](https://github.com/rjmholt) | ||
- Tyler Leonhardt - [@TylerLeonhardt](https://github.com/TylerLeonhardt) | ||
- David Wilson - [@daviwil](https://github.com/daviwil) | ||
|
||
|
@@ -198,4 +204,4 @@ For more information see the [Code of Conduct FAQ][conduct-FAQ] or contact [open | |
[conduct-code]: http://opensource.microsoft.com/codeofconduct/ | ||
[conduct-FAQ]: http://opensource.microsoft.com/codeofconduct/faq/ | ||
[conduct-email]: mailto:[email protected] | ||
[conduct-md]: https://github.com/PowerShell/vscode-powershell/blob/master/CODE_OF_CONDUCT.md | ||
[conduct-md]: https://github.com/PowerShell/vscode-powershell/blob/main/CODE_OF_CONDUCT.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.