Skip to content

Commit 8b82b91

Browse files
committed
chore: add arm64 and official VS 2026 support
1 parent 10c1c8c commit 8b82b91

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/CodingWithCalvin.BreakpointNotifier/source.extension.vsixmanifest

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
<MoreInfo>https://github.com/CodingWithCalvin/VS-BreakpointNotifier</MoreInfo>
1010
<Icon>resources\logo.png</Icon>
1111
<Tags>debug,debugger,debugging</Tags>
12-
<Preview>true</Preview>
1312
</Metadata>
1413
<Installation>
15-
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
14+
<InstallationTarget Version="[17.0,19.0)" Id="Microsoft.VisualStudio.Community">
1615
<ProductArchitecture>amd64</ProductArchitecture>
1716
</InstallationTarget>
17+
<InstallationTarget Version="[17.0,19.0)" Id="Microsoft.VisualStudio.Community">
18+
<ProductArchitecture>arm64</ProductArchitecture>
19+
</InstallationTarget>
1820
</Installation>
1921
<Dependencies>
2022
</Dependencies>

0 commit comments

Comments
 (0)