Created
December 27, 2025 13:37
-
-
Save abduljaleel-alwli/fe119ce8fb0d5e70d9840162d4e09f38 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
| { | |
| "[css]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "files.autoSave": "afterDelay", | |
| "[html]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "terminal.integrated.profiles.windows": { | |
| "PowerShell": { | |
| "source": "PowerShell", | |
| "icon": "terminal-powershell" | |
| }, | |
| "Command Prompt": { | |
| "path": [ | |
| "${env:windir}\\Sysnative\\cmd.exe", | |
| "${env:windir}\\System32\\cmd.exe" | |
| ], | |
| "icon": "terminal-cmd" | |
| }, | |
| "Git Bash": { | |
| "source": "Git Bash" | |
| } | |
| }, | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "workbench.iconTheme": "material-icon-theme", | |
| "[php]": { | |
| "editor.defaultFormatter": "DEVSENSE.phptools-vscode" | |
| }, | |
| "[blade]": { | |
| "editor.defaultFormatter": "DEVSENSE.phptools-vscode" | |
| }, | |
| "terminal.integrated.defaultProfile.linux": "" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment