42 lines
No EOL
928 B
JSON
42 lines
No EOL
928 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"
|
|
},
|
|
"terminal.integrated.shellArgs.linux": [
|
|
"-l"
|
|
]
|
|
} |