Closed Dodzey closed 2 months ago
Added in #d163069
New option is added in C3.compile-args
{
"send-crash-reports": true,
"log-path": "./c3-lsp.log",
"C3": {
"version": "0.6.1",
"compile-args": ["--trust=full"], // <-----------
"stdlib-path": "/xxxx/c3c/lib/std"
},
"Diagnostics": {
"enabled": true,
"delay": 2000
}
}
Getting errors on the log related to --trust=full as my project uses $exec etc and requires that option to be specified
Would it be possible to add a setting to be able to specify extra command line arguments?