Skip to content

Commit

Permalink
Ensure we map the repository and turn off Q&A
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinAllen committed May 15, 2024
1 parent 81884c8 commit c360587
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions resources/extension.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
"internalName": "VS-BreakpointNotifier"
},
"overview": "../README.md",
"publisher": "CodingWithCalvin"
}
"publisher": "CodingWithCalvin",
"qna": false,
"repo": "https://www.github.com/CodingWithCalvin/VS-BreakpointNotifier"
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<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">
<Metadata>
<Identity Id="VS-BreakpointNotifier" Version="1.1" Language="en-US" Publisher="Coding With Calvin" />
<DisplayName>Breakpoint Notifier</DisplayName>
<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>
<MoreInfo>https://github.com/CodingWithCalvin/VS-BreakpointNotifier</MoreInfo>
<Icon>resources\logo.png</Icon>
<Tags>debug,debugger,debugging</Tags>
<Preview>true</Preview>
</Metadata>
<Installation>
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
Expand Down

0 comments on commit c360587

Please sign in to comment.