VSCodeSetting/settings.json

47 lines
1.5 KiB
JSON
Raw Normal View History

2022-03-16 04:29:35 +00:00
{
"sync.gist": "f795d3dac8387cf20529286054b6eb95",
"sync.autoDownload": false,
"workbench.iconTheme": "material-icon-theme",
"files.exclude": {
".vscode/": true,
"**/*.d.ts": true,
"**/*.fbx": true,
"**/*.FBX": true,
"**/*.meta": true,
"build-templates/": true,
"build/": true,
"library/": true,
"local/": true,
"temp/": true
},
"search.exclude": {
".vscode/": true,
"**/*.anim": true,
"**/*.d.ts": true,
"**/*.fire": true,
"**/*.prefab": true,
"build/": true,
"library/": true,
"temp/": true
},
"git.enabled": false,
"workbench.startupEditor": "welcomePage",
"php.validate.executablePath": "C:/nginx/php/php.exe",
"explorer.confirmDelete": false,
"debug.javascript.suggestPrettyPrinting": false,
// Controls how the editor should render the current line highlight.
// - none
// - gutter
// - line
// - all: Highlights both the gutter and the current line.
"editor.renderLineHighlight": "line",
// Controls if the editor should render the current line highlight only when the editor is focused.
"editor.renderLineHighlightOnlyWhenFocus": false,
// Overrides colors from the currently selected color theme.
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#49b2b93d",
// "editor.lineHighlightBorder": "red" // "#ffffff30"
},
"editor.formatOnSave": true,
"security.workspace.trust.enabled": false
}