Skip to content

Instantly share code, notes, and snippets.

@colbylwilliams
Created October 10, 2025 05:11
Show Gist options
  • Select an option

  • Save colbylwilliams/d0ce77864214be6749fe33382506ea70 to your computer and use it in GitHub Desktop.

Select an option

Save colbylwilliams/d0ce77864214be6749fe33382506ea70 to your computer and use it in GitHub Desktop.
control + command + left or right arrow silence alert vscode (bonk)
{
"@^\UF701" = "noop";
"@^\UF702" = "noop";
"@^\UF703" = "noop";
}
(if this doesn't work, reverse the @ and ^. e.g. ^@\UF701)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment