lei/.vscode/settings.json

16 lines
336 B
JSON
Raw Normal View History

2024-07-17 12:39:44 +01:00
{
"files.associations": {
"lobject.h": "c",
"lualib.h": "c",
"lua.h": "c",
"luaconf.h": "c",
"cstdint": "c",
"stdlib.h": "c",
"cmath": "cpp",
"stdio.h": "c",
"_cgo_export.h": "c"
2024-07-17 12:39:44 +01:00
},
"go.toolsEnvVars": {
"CGO_LDFLAGS_ALLOW":".*"
}
}