iocave/monkey-patch

Monkey Patch leaves VSCode in an unusable state

Opened this issue · 1 comments

The latest VSCode version seem to crash when Monkey Patched, leaving the UI in an unusable state, and I can't even get the developer console to launch.

CustomizeUI related Config:

  "customizeUI.font.regular": "Inter",
  "customizeUI.font.monospace": "Input Sans",
  "customizeUI.titleBar": "inline",
  "window.titleBarStyle": "native",

VSCode version:

Version: 1.69.0
Commit: 92d25e35d9bf1a6b16f7d0758f25d48ace11e5b9
Date: 2022-07-07T05:28:46.408Z
Electron: 18.3.5
Chromium: 100.0.4896.160
Node.js: 16.13.2
V8: 10.0.139.17-electron.0
OS: Darwin arm64 21.1.0

/duplicate of #34