File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/wxt/src/core/utils Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1010 // Additional guidelines for Copilot
1111 "github.copilot.chat.codeGeneration.instructions" : [
1212 { "file" : " CONTRIBUTING.md" }
13- ]
13+ ],
14+ "oxc.enable" : true
1415}
Original file line number Diff line number Diff line change @@ -436,8 +436,8 @@ function discoverIcons(
436436 / ^ i c o n @ ( [ 0 - 9 ] + ) w \. p n g $ / , // icon@16w.png
437437 / ^ i c o n @ ( [ 0 - 9 ] + ) h \. p n g $ / , // icon@16h.png
438438 / ^ i c o n @ ( [ 0 - 9 ] + ) \. p n g $ / , // icon@16.png
439- / ^ i c o n s ? [ / \\ ] ( [ 0 - 9 ] + ) \. p n g $ / , // icon/16.png | icons/16.png
440- / ^ i c o n s ? [ / \\ ] ( [ 0 - 9 ] + ) x [ 0 - 9 ] + \. p n g $ / , // icon/16x16.png | icons/16x16.png
439+ / ^ i c o n s ? [ / \\ ] ( [ 0 - 9 ] + ) \. p n g $ / , // icon/16.png | icons/16.png
440+ / ^ i c o n s ? [ / \\ ] ( [ 0 - 9 ] + ) x [ 0 - 9 ] + \. p n g $ / , // icon/16x16.png | icons/16x16.png
441441 ] ;
442442 // #endregion snippet
443443
You can’t perform that action at this time.
0 commit comments