Windows makinem için VSCode ayarları bunlar:
// Place your settings in this file to overwrite the default settings
{
"composer.executablePath": "composer",
"workbench.colorTheme": "Material Theme",
"workbench.statusBar.visible": false,
"workbench.iconTheme": "material-icon-theme",
"terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\cmd.exe",
"git.confirmSync": false,
"team.showWelcomeMessage": false,
"files.autoSave": "onFocusChange",
"editor.autoClosingBrackets": true,
"editor.wordWrap": "on",
"editor.fontSize": 14,
"editor.fontFamily": "'Source Code Pro', 'Courier New', monospace",
"editor.fontLigatures": true,
"terminal.integrated.fontSize": 14,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true
},
"git.enableSmartCommit": true,
"sync.gist": "xxx",
"sync.lastUpload": "2018-03-06T10:54:37.992Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"workbench.activityBar.visible": true,
"editor.minimap.enabled": false,
"editor.minimap.maxColumn": 30,
"editor.minimap.showSlider": "always",
"editor.lineNumbers": "off",
"files.insertFinalNewline": true,
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "alt",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"explorer.openEditors.visible": 0,
"editor.tabCompletion": true,
"php-cs-fixer.onsave": true,
"php-cs-fixer.executablePath": "php-cs-fixer",
"php-cs-fixer.executablePathWindows": "C:\\Users\\sineld\\AppData\\Roaming\\Composer\\vendor\\bin\\php-cs-fixer.bat",
"php-cs-fixer.config": "C:\\Users\\sineld\\.vscode\\.php_cs",
"window.openFilesInNewWindow": "on",
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"materialTheme.cache.workbench.settings": {
"themeColours": "Default"
},
"window.zoomLevel": 0,
"sync.removeExtensions": true,
"sync.syncExtensions": true
}