17 lines
No EOL
380 B
JSON
17 lines
No EOL
380 B
JSON
{ "explorer.copyRelativePathSeparator": "/",
|
|
"Lua.diagnostics.globals": [
|
|
"cc",
|
|
"SL",
|
|
"GUI",
|
|
"ssr",
|
|
"SLDefine"
|
|
],
|
|
"files.encoding": "utf8",
|
|
"Lua.diagnostics.disable": [
|
|
"undefined-global",
|
|
"missing-parameter",
|
|
"param-type-mismatch",
|
|
"cast-local-type",
|
|
"duplicate-set-field"
|
|
]
|
|
} |