We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c8985 commit 4ea8630Copy full SHA for 4ea8630
1 file changed
WorkspaceLauncherForVSCode/Pages/DetailPage.cs
@@ -20,7 +20,6 @@ public sealed partial class DetailPage : ContentPage
20
21
private const string TitleText = "Detail";
22
private const string NameText = "Detail";
23
- private const string IdText = "Detail";
24
private const string MarkdownPrefix = "```json\n";
25
private const string MarkdownSuffix = "\n```";
26
@@ -32,7 +31,6 @@ public DetailPage(VisualStudioCodeWorkspace workspace)
32
31
{
33
Title = TitleText;
34
Name = NameText;
35
- Id = IdText;
36
Icon = Classes.Icon.Bug;
37
Workspace = workspace;
38
}
0 commit comments