20 lines
738 B
JSON
20 lines
738 B
JSON
{
|
|
"window.menuBarVisibility": "toggle",
|
|
"workbench.iconTheme": "catppuccin-mocha",
|
|
"workbench.colorTheme": "Catppuccin Mocha",
|
|
"workbench.startupEditor": "none",
|
|
"php.validate.run": "onSave",
|
|
"php.validate.executablePath": "/usr/bin/php",
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "Vue.volar"
|
|
},
|
|
"editor.fontFamily": "'JetBrainsMono Nerd Font', 'monospace', monospace",
|
|
"editor.tabSize": 2,
|
|
"diffEditor.ignoreTrimWhitespace": false,
|
|
"security.workspace.trust.untrustedFiles": "open",
|
|
"editor.fontLigatures": true,
|
|
"editor.fontSize": 12,
|
|
"workbench.externalBrowser": "firefox",
|
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
|
"editor.minimap.enabled": false
|
|
} |