mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
37 lines
889 B
JSON
37 lines
889 B
JSON
{
|
|
"C_Cpp.errorSquiggles": "disabled",
|
|
"files.associations": {
|
|
"ascii_cmd.h": "c",
|
|
"time.h": "c",
|
|
"rds.h": "c",
|
|
"lib.h": "c",
|
|
"common.h": "c",
|
|
"modulator.h": "c",
|
|
"control_pipe.h": "c",
|
|
"stdlib.h": "c",
|
|
"chrono": "c",
|
|
"text_encoding": "c",
|
|
"typeindex": "c",
|
|
"typeinfo": "c",
|
|
"*.inc": "c",
|
|
"complex": "c",
|
|
"format": "c",
|
|
"array": "c",
|
|
"string": "c",
|
|
"string_view": "c",
|
|
"ranges": "c",
|
|
"span": "c"
|
|
},
|
|
"Lua.runtime.plugin": "plugin.lua",
|
|
"Lua.runtime.builtin": {
|
|
"debug": "disable",
|
|
"os": "disable",
|
|
"jit": "disable",
|
|
"ffi": "disable",
|
|
"package": "disable"
|
|
},
|
|
"C_Cpp.dimInactiveRegions": false,
|
|
"Lua.diagnostics.disable": [
|
|
"duplicate-set-field"
|
|
]
|
|
} |