Last active
October 9, 2022 14:12
-
-
Save catpea/7a93b9d6416dd0f2eb4762206f268ea2 to your computer and use it in GitHub Desktop.
Disable InelliSense Popup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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