0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00

more and more

This commit is contained in:
2025-12-22 20:23:11 +01:00
parent a5cf48744c
commit 29fd6dd510
5 changed files with 75 additions and 51 deletions

13
.vscode/settings.json vendored
View File

@@ -22,9 +22,6 @@
"ranges": "c",
"span": "c"
},
"C_Cpp.codeAnalysis.clangTidy.checks.disabled": [
"clang-diagnostic-error"
],
"Lua.diagnostics.globals": [
"set_rds_pi",
"set_rds_ecc",
@@ -69,5 +66,13 @@
"get_rds_tp",
"get_rds_ta"
],
"Lua.runtime.plugin": "plugin.lua"
"Lua.runtime.plugin": "plugin.lua",
"Lua.runtime.builtin": {
"io": "disable",
"debug": "disable",
"os": "disable",
"jit": "disable",
"ffi": "disable",
"package": "disable"
}
}