Skip to content

Instantly share code, notes, and snippets.

@catpea
Last active October 9, 2022 14:12
Show Gist options
  • Save catpea/7a93b9d6416dd0f2eb4762206f268ea2 to your computer and use it in GitHub Desktop.
Save catpea/7a93b9d6416dd0f2eb4762206f268ea2 to your computer and use it in GitHub Desktop.
Disable InelliSense Popup
{
"editor.hover.enabled": false,
"workbench.colorTheme": "Solarized Dark",
"terminal.explorerKind": "external",
"atomKeymap.promptV3Features": true,
"editor.formatOnPaste": true,
"html.format.wrapAttributes": "preserve",
"html.format.wrapLineLength": 0,
"editor.tabSize": 2,
"editor.multiCursorModifier": "ctrlCmd",
"workbench.colorCustomizations": {
"[Solarized Dark]": {
"editorBracketMatch.border" : "#ff6cb3",
"editorBracketMatch.background" : "#d23681",
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment