Skip to content

Instantly share code, notes, and snippets.

@dhruvangg
Created June 29, 2022 08:47
Show Gist options
  • Save dhruvangg/dc7016ad57bd339aa18b2538eb4e520f to your computer and use it in GitHub Desktop.
Save dhruvangg/dc7016ad57bd339aa18b2538eb4e520f to your computer and use it in GitHub Desktop.
VS Code Settings
{
"terminal.integrated.profiles.windows": "C:\\Windows\\System32\\cmd.exe",
"git.ignoreMissingGitWarning": true,
"files.autoSave": "onFocusChange",
"editor.formatOnSave": true,
"explorer.confirmDelete": false,
"terminal.integrated.windowsEnableConpty": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"blade.format.enable": true,
"files.associations": {
".blade.php": "html",
".tpl": "html"
},
"explorer.confirmDragAndDrop": false,
"editor.minimap.enabled": false,
"workbench.activityBar.visible": true,
"window.menuBarVisibility": "default",
"workbench.statusBar.visible": true,
"npm.exclude": "",
"git.autofetch": true,
"editor.codeActionsOnSave": null,
"terminal.integrated.automationShell.linux": "",
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"editor.inlineSuggest.enabled": true,
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": true,
"markdown": true,
"javascript": false
},
"git.enableSmartCommit": true,
"git.confirmSync": false,
"terminal.integrated.enableMultiLinePasteWarning": false,
"json.schemas": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment