Skip to content

Instantly share code, notes, and snippets.

@patmanv
Created September 7, 2020 23:40
Show Gist options
  • Save patmanv/03be41e4c74a4490b52f578e497055b7 to your computer and use it in GitHub Desktop.
Save patmanv/03be41e4c74a4490b52f578e497055b7 to your computer and use it in GitHub Desktop.
VS Code Preferences and Extensions
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