Skip to content

Commit 6b49a72

Browse files
committed
Drop es2020 patch
Unfortunately, VS Code will not load with this. It seems to be because `this` is being used in static properties, and it becomes `void 0` for some reason under the es2020 target. For example: static PREFIX_BY_CATEGORY = `${this.PREFIX}${this.SCOPE_PREFIX}`; becomes AbstractGotoSymbolQuickAccessProvider.PREFIX_BY_CATEGORY = `${(void 0).PREFIX}${(void 0).SCOPE_PREFIX}`; Which, obviously, will not work. Older versions of Safari (and maybe other browsers) are likely affected.
1 parent 6bac345 commit 6b49a72

File tree

2 files changed

+0
-69
lines changed

2 files changed

+0
-69
lines changed

patches/safari.diff

-68
This file was deleted.

patches/series

-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ external-file-actions.diff
1717
telemetry.diff
1818
cli-window-open.diff
1919
getting-started.diff
20-
safari.diff
2120
keepalive.diff
2221
clipboard.diff

0 commit comments

Comments
 (0)