Skip to content

Releases: zardoy/vscode-custom-patches

v0.0.6

14 Dec 13:32

Choose a tag to compare

New Features

  • add support for regex (not enabled by default in searchMode for backward compatibility) de6a29c

v0.0.5

11 Dec 09:22

Choose a tag to compare

New Features

  • Add searchMode=multiple to allow replace multiple occurences of the same search query. Currently, this is the only way to avoid "self-finding" of replaced string. 58a7c51

Bug Fixes

  • extension unpatching involved followed by extension host restart was not unpatching extensions in some (most) cases 58a7c51
  • multiple search string query didn't work correctly 58a7c51

v0.0.4

12 Oct 21:02

Choose a tag to compare

Bug Fixes

  • display progress on workbench.js sourcemap downlading e402104

v0.0.3

25 Jul 07:38

Choose a tag to compare

Bug Fixes

  • fix critical extension patch error 34863b8

v0.0.2

25 Jul 07:23

Choose a tag to compare

New Features

Bug Fixes

  • double check that extension wasnt patched to avoid false errors after patch + better host restart 81af8af

v0.0.1

09 Jul 19:02

Choose a tag to compare

🎉 Initial release