Created
July 12, 2023 11:04
-
-
Save farhan4648gul/93587551c29c3c1b8fc660fcaee2c460 to your computer and use it in GitHub Desktop.
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
// 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