Created
September 7, 2020 23:40
-
-
Save patmanv/03be41e4c74a4490b52f578e497055b7 to your computer and use it in GitHub Desktop.
VS Code Preferences and Extensions
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
ext install ms-vscode.csharp (C#) | |
{ | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.links": false, | |
"workbench.colorCustomizations": { | |
"editor.findMatchBackground": "#ff0000", | |
"editor.findMatchHighlightBackground": "#40ccc5", | |
"editor.selectionHighlightBackground": "#e7e416" | |
}, | |
"[xml]": { | |
}, | |
"xmlTools.splitAttributesOnFormat": true, | |
"extensions.ignoreRecommendations": true, | |
"workbench.colorTheme": "Quiet Light", | |
"editor.renderWhitespace": "all", | |
"git.ignoreWindowsGit27Warning": true, | |
"window.zoomLevel": 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment