Skip to content
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

Update Description to reflect that PowerShell is for more than scripting #3340

Merged
merged 1 commit into from
May 7, 2021

Conversation

potatoqualitee
Copy link
Contributor

PR Summary

Updates the description to reflect that PowerShell is a powerful language. Fixes #3339.

PR Checklist

Note: Tick the boxes below that apply to this pull request by putting an x between the square brackets.
Please mark anything not applicable to this PR NA.

  • PR has a meaningful title
  • Summarized changes
  • PR has tests
  • This PR is ready to merge and is not work in progress
    • If the PR is work in progress, please add the prefix WIP: to the beginning of the title and remove the prefix when the PR is ready

@ghost
Copy link

ghost commented May 7, 2021

CLA assistant check
All CLA requirements met.

@rjmholt
Copy link
Contributor

rjmholt commented May 7, 2021

/cc @joeyaiello @SydneyhSmith for language suggestions

@SydneyhSmith
Copy link
Collaborator

LGTM, thanks for the PR @potatoqualitee

Copy link
Member

@andyleejordan andyleejordan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @potatoqualitee!

@@ -271,7 +271,7 @@ function Update-Version {
# TODO: Maybe cleanup the replacement logic.
switch ($RepositoryName) {
"vscode-powershell" {
$d = "Develop PowerShell scripts in Visual Studio Code!"
$d = "Develop PowerShell modules, commands and scripts in Visual Studio Code!"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this 😁

@@ -141,12 +141,12 @@ task UpdatePackageJson {
if ($script:IsPreviewExtension) {
$script:PackageJson.name = "powershell-preview"
$script:PackageJson.displayName = "PowerShell Preview"
$script:PackageJson.description = "(Preview) Develop PowerShell scripts in Visual Studio Code!"
$script:PackageJson.description = "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Omg what is this script doing. @rjmholt?!

@andyleejordan andyleejordan enabled auto-merge (squash) May 7, 2021 18:49
@andyleejordan andyleejordan added Area-Documentation Issue-Enhancement A feature request (enhancement). labels May 7, 2021
@andyleejordan andyleejordan merged commit 7f78565 into PowerShell:master May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Documentation Issue-Enhancement A feature request (enhancement).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Description in the Extension Gallery
4 participants