Skip to content

Instantly share code, notes, and snippets.

@guptahitesh121
Last active January 29, 2020 11:46
Show Gist options
  • Save guptahitesh121/ef21f4cf551f0cbaee170483dce080b0 to your computer and use it in GitHub Desktop.
Save guptahitesh121/ef21f4cf551f0cbaee170483dce080b0 to your computer and use it in GitHub Desktop.
VS code configuration
{
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"tslint.autoFixOnSave": false,
"git.enableSmartCommit": true,
"php.validate.executablePath": "php",
"editor.fontSize": 13,
"explorer.openEditors.visible": 0,
"editor.tabCompletion": true,
"php-cs-fixer.onsave": true,
"php-cs-fixer.executablePath": "${extensionPath}\\php-cs-fixer.phar",
"php-cs-fixer.lastDownload": 1543599556582,
"window.openFilesInNewWindow": "on",
"window.zoomLevel": 0,
"editor.wordSeparators": "`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?",
"breadcrumbs.enabled": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"workbench.iconTheme": "material-icon-theme",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#b52e31"
},
{
"name": "Auth0 Orange",
"value": "#eb5424"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "C# Purple",
"value": "#68217A"
},
{
"name": "Gatsby Purple",
"value": "#639"
},
{
"name": "Go Cyan",
"value": "#5dc9e2"
},
{
"name": "Java Blue-Gray",
"value": "#557c9b"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#00b3e6"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Vue Green",
"value": "#42b883"
}
],
"workbench.startupEditor": "welcomePage",
"editor.wordWrap": "on",
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.autoIndent": false,
"editor.detectIndentation": false,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": true,
"typescript.format.insertSpaceAfterTypeAssertion": true,
"editor.renderWhitespace": "all",
"editor.fontFamily": "\"Courier New\"",
"terminal.integrated.fontFamily": "monospace",
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"angularConsole.useNVM": false,
"workbench.colorTheme": "Visual Studio Light",
"dart.flutterSdkPath": "E:\\Hitesh\\Softwares\\Flutter SDK",
"editor.formatOnSave": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"diffEditor.ignoreTrimWhitespace": true,
"dart.lineLength": 130,
"terminal.integrated.rendererType": "dom",
"dart.debugExternalLibraries": false,
"dart.debugSdkLibraries": false,
"workbench.editor.enablePreview": false,
"sync.gist": "ef21f4cf551f0cbaee170483dce080b0",
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": true,
"sync.forceUpload": true,
"sync.quietSync": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment