Skip to content

Commit c360587

Browse files
committed
Ensure we map the repository and turn off Q&A
1 parent 81884c8 commit c360587

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

resources/extension.manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@
99
"internalName": "VS-BreakpointNotifier"
1010
},
1111
"overview": "../README.md",
12-
"publisher": "CodingWithCalvin"
13-
}
12+
"publisher": "CodingWithCalvin",
13+
"qna": false,
14+
"repo": "https://www.github.com/CodingWithCalvin/VS-BreakpointNotifier"
15+
}

src/CodingWithCalvin.BreakpointNotifier/source.extension.vsixmanifest

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
2+
<PackageManifest Version="2.0.0"
3+
xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011"
4+
xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
35
<Metadata>
46
<Identity Id="VS-BreakpointNotifier" Version="1.1" Language="en-US" Publisher="Coding With Calvin" />
57
<DisplayName>Breakpoint Notifier</DisplayName>
68
<Description xml:space="preserve">Opens a dialog box in front of all other Windows to let you know that a breakpoint was hit. Great for multi-tasking!</Description>
79
<MoreInfo>https://github.com/CodingWithCalvin/VS-BreakpointNotifier</MoreInfo>
810
<Icon>resources\logo.png</Icon>
911
<Tags>debug,debugger,debugging</Tags>
12+
<Preview>true</Preview>
1013
</Metadata>
1114
<Installation>
1215
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">

0 commit comments

Comments
 (0)