fix: Made blurring server side to help with performance fix: Fixed shortcut useEffect loop
42 lines
No EOL
991 B
JSON
42 lines
No EOL
991 B
JSON
{
|
|
"files.readonlyInclude": {
|
|
"**/*.gen.ts": true,
|
|
"src/mainview/gen/*": true,
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/*.gen.ts": true,
|
|
"src/mainview/gen/*": true,
|
|
},
|
|
"search.exclude": {
|
|
"**/*.gen.ts": true,
|
|
"src/mainview/gen/*": true,
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "vscode.typescript-language-features",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "vscode.typescript-language-features",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"cSpell.words": [
|
|
"elysia",
|
|
"elysiajs",
|
|
"gameflow",
|
|
"hackolade",
|
|
"keytar",
|
|
"norigin",
|
|
"noriginmedia",
|
|
"romm"
|
|
],
|
|
"terminal.integrated.env.linux": {
|
|
"DISPLAY": ":0",
|
|
"WAYLAND_DISPLAY": "wayland-0",
|
|
"XDG_RUNTIME_DIR": "/run/user/1000",
|
|
"GPG_TTY": "/dev/tty"
|
|
},
|
|
"editor.suggest.preview": true,
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
|
"editor.wordWrap": "on"
|
|
} |