Skip to content

Commit a12076a

Browse files
committed
chore: changes i made while hunting stuff down
These seem harmless enough I'll leave them in ig
1 parent 42a8693 commit a12076a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
// Additional guidelines for Copilot
1111
"github.copilot.chat.codeGeneration.instructions": [
1212
{ "file": "CONTRIBUTING.md" }
13-
]
13+
],
14+
"oxc.enable": true
1415
}

packages/wxt/src/core/utils/manifest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ function discoverIcons(
436436
/^icon@([0-9]+)w\.png$/, // [email protected]
437437
/^icon@([0-9]+)h\.png$/, // [email protected]
438438
/^icon@([0-9]+)\.png$/, // [email protected]
439-
/^icons?[/\\]([0-9]+)\.png$/, // icon/16.png | icons/16.png
440-
/^icons?[/\\]([0-9]+)x[0-9]+\.png$/, // icon/16x16.png | icons/16x16.png
439+
/^icons?[/\\]([0-9]+)\.png$/, // icon/16.png | icons/16.png
440+
/^icons?[/\\]([0-9]+)x[0-9]+\.png$/, // icon/16x16.png | icons/16x16.png
441441
];
442442
// #endregion snippet
443443

0 commit comments

Comments
 (0)