lei/.vscode/settings.json

16 lines
No EOL
336 B
JSON

{
"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"
},
"go.toolsEnvVars": {
"CGO_LDFLAGS_ALLOW":".*"
}
}