Skip to content

Fix Menu Title Capitalization #744

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 2 commits into from
May 15, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@
},
{
"command": "PowerShell.OnlineHelp",
"title": "Get online help for command",
"title": "Get Online Help for Command",
"category": "PowerShell"
},
{
"command": "PowerShell.RunSelection",
"title": "Run selection",
"title": "Run Selection",
"category": "PowerShell"
},
{
Expand All @@ -111,17 +111,17 @@
},
{
"command": "PowerShell.OpenInISE",
"title": "Open current file in PowerShell ISE",
"title": "Open Current file in PowerShell ISE",
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't file be capitalized as well? Otherwise, LGTM.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Shoot, missed that somehow. How should i fix it?

Copy link
Contributor

Choose a reason for hiding this comment

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

Did you edit this online or via a local fork? If a fork then Add more commits by pushing to the develop branch on SchneiderAndy/vscode-powershell.

"category": "PowerShell"
},
{
"command": "PowerShell.PowerShellFindModule",
"title": "Find/Install PowerShell modules from the gallery",
"title": "Find/Install PowerShell Modules from the Gallery",
"category": "PowerShell"
},
{
"command": "PowerShell.ShowAdditionalCommands",
"title": "Show additional commands from PowerShell modules",
"title": "Show Additional Commands from PowerShell Modules",
"category": "PowerShell"
},
{
Expand Down