Skip to content

Instantly share code, notes, and snippets.

@ericorruption
Created January 18, 2021 22:33
Show Gist options
  • Save ericorruption/f0994a0dcdf0f8887c78bba360f406ed to your computer and use it in GitHub Desktop.
Save ericorruption/f0994a0dcdf0f8887c78bba360f406ed to your computer and use it in GitHub Desktop.
vs code slow?
codesign --remove-signature /Applications/Visual\ Studio\ Code.app/Contents/Frameworks/Code\ Helper\ \(Renderer\).app
(https://github.com/microsoft/vscode/issues/105446)
or
changing renderer?
(--disable-renderer-accessibility)
https://github.com/microsoft/vscode/issues/108590
or
https://github.com/microsoft/vscode/issues/107016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment