Add .snupkg support to archive viewer
Some checks failed
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled

Included the .snupkg extension in the list of supported archive formats to allow viewing of symbol package files.
This commit is contained in:
ema
2025-09-27 03:37:53 +08:00
parent ad1730cf4a
commit 0ba37f6425

View File

@@ -33,7 +33,7 @@ public class Plugin : IViewer
".gz",
".jar",
".lz",
".nupkg",
".nupkg", ".snupkg",
".rar",
".tar", ".tgz",
".vsix",