Created
December 26, 2024 07:19
-
-
Save wolfcoder/dbc4ed8753d8f786bd91b06eb26d657b to your computer and use it in GitHub Desktop.
setting.json
This file contains 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
{ | |
"terminal.integrated.defaultProfile.windows": "Command Prompt", | |
"php.validate.executablePath": "C:/Users/bbg20/.config/herd/bin/php83/php.exe", | |
"json.schemas": [ | |
{ | |
"fileMatch": ["/package.json"], | |
"url": "https://json.schemastore.org/package" | |
} | |
], | |
"workbench.editor.enablePreview": false, | |
"editor.minimap.enabled": false, | |
"explorer.confirmDelete": false, | |
"git.autofetch": true, | |
"notebook.codeActionsOnSave": {}, | |
"git.openRepositoryInParentFolders": "never", | |
"editor.formatOnSave": true, | |
"vue.format.script.initialIndent": true, | |
"vue.format.style.initialIndent": true, | |
"editor.stickyScroll.enabled": false, | |
"css.lint.unknownAtRules": "ignore", | |
"path-intellisense.mappings": {}, | |
"liveServer.settings.donotShowInfoMsg": true, | |
"todohighlight.keywords": [ | |
{ | |
"text": "TODO:", | |
"color": "#fff", | |
"backgroundColor": "#ffbd2a", | |
"overviewRulerColor": "rgba(255,189,42,0.8)" | |
}, | |
{ | |
"text": "FIXME:", | |
"color": "#fff", | |
"backgroundColor": "#f06292", | |
"overviewRulerColor": "rgba(240,98,146,0.8)" | |
} | |
], | |
"todohighlight.enableDiagnostics": true, | |
"todohighlight.isEnable": false, | |
"[html]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[vue]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment