Skip to content

Commit bf2272e

Browse files
committed
Remove View Source
1 parent 261cd55 commit bf2272e

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

WorkspaceLauncherForVSCode/Pages/HelpPage.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public override IListItem[] GetItems()
3636
var items = new List<IListItem>
3737
{
3838
StaticHelpItems.ReportBug,
39-
StaticHelpItems.ViewSource,
4039
};
4140

4241
items.Add(StaticHelpItems.ExtensionVersion);

WorkspaceLauncherForVSCode/Pages/StaticHelpItems.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ public static class StaticHelpItems
1414
new OpenInExplorerCommand(Constant.SettingsFolderPath, null, "Open extension settings / logs folder")
1515
);
1616

17-
public static readonly ListItem ViewSource = new(
18-
new Commands.OpenUrlCommand("https://github.com/tanchekwei/VisualStudioCodeForCommandPalette", "View source code", Icon.GitHub)
19-
);
20-
2117
public static readonly ListItem ReportBug = new(
2218
new OpenUrlCommand(
2319
$"https://github.com/tanchekwei/VisualStudioCodeForCommandPalette/issues/new?template=bug_report.yml&extension-version={Uri.EscapeDataString(Constant.AssemblyVersion)}",

0 commit comments

Comments
 (0)