lei/.vscode/settings.json

16 lines
336 B
JSON
Raw Normal View History

2024-07-17 17:09:44 +05:30
{
"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 17:09:44 +05:30
},
"go.toolsEnvVars": {
"CGO_LDFLAGS_ALLOW":".*"
}
}