local entry = { {
directory = project_root,
file = vim.fs.joinpath(project_root, 'src', 'main.cpp'),
command = build_cmd,
} }
it only generate this entry, pio run -t compiledb doesnt run at all, no terminal activity, just completed, the LSP dont run properly without it
it only generate this entry,
pio run -t compiledbdoesnt run at all, no terminal activity, just completed, the LSP dont run properly without it