Skip to content

Instantly share code, notes, and snippets.

@farhan4648gul
Created July 12, 2023 11:04
Show Gist options
  • Save farhan4648gul/93587551c29c3c1b8fc660fcaee2c460 to your computer and use it in GitHub Desktop.
Save farhan4648gul/93587551c29c3c1b8fc660fcaee2c460 to your computer and use it in GitHub Desktop.
// File Path: ~/.config/Code - Insiders/User/settings.json
// File Contents:
{
"workbench.colorTheme": "Visual Studio Dark",
"editor.guides.bracketPairs": true,
"vsApachePhpLogNotifier.logFilePath": "/var/log/apache2/error.log",
"workbench.editor.wrapTabs": true,
"diffEditor.ignoreTrimWhitespace": false,
"workbench.colorCustomizations": {},
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.enableBell": true,
"terminal.integrated.shellIntegration.history": 100000,
"terminal.integrated.shellIntegration.suggestEnabled": true,
"editor.unfoldOnClickAfterEndOfLine": true,
"redhat.telemetry.enabled": false,
"workbench.iconTheme": "vscode-great-icons",
"workbench.editor.untitled.hint": "hidden",
"gitlens.graph.minimap.additionalTypes": [
"localBranches",
"stashes",
"remoteBranches",
"tags"
],
"gitlens.mode.active": "review",
"settingsSync.ignoredSettings": [
],
/*"workbench.colorCustomizations": {
"sideBar.background": "#347890",
"editor.selectionBackground": "#c9d0d9",
"list.activeSelectionBackground": "#000",
"list.hoverBackground": "#000",
}*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment