61 lines
2.1 KiB
JSON
61 lines
2.1 KiB
JSON
{
|
|
"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,
|
|
"bracketPairColorizer.depreciation-notice": false,
|
|
"editor.detectIndentation": false,
|
|
"editor.tabSize": 4,
|
|
"editor.insertSpaces": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
},
|
|
"typescript.referencesCodeLens.enabled": true,
|
|
"typescript.referencesCodeLens.showOnAllFunctions": true,
|
|
"[typescript]": {
|
|
"files.trimFinalNewlines": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
},
|
|
"typescript.tsdk": "node_modules\\typescript\\lib"
|
|
} |