lei/.vscode/settings.json

13 lines
No EOL
258 B
JSON

{
"files.associations": {
"lobject.h": "c",
"lualib.h": "c",
"lua.h": "c",
"luaconf.h": "c",
"cstdint": "c",
"stdlib.h": "c"
},
"go.toolsEnvVars": {
"CGO_LDFLAGS_ALLOW":".*"
}
}