Compare commits

...

1 Commits

Author SHA1 Message Date
ema
0ba37f6425 Add .snupkg support to archive viewer
Some checks are pending
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions
Included the .snupkg extension in the list of supported archive formats to allow viewing of symbol package files.
2025-09-27 03:37:53 +08:00

View File

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