refact icon indicating copy to clipboard operation
refact copied to clipboard

feat(command completion): add lsp proxys for command completion

Open MarcMcIntosh opened this issue 1 year ago • 0 comments

TBD

Should we add a bearer token check the the endpoint like we do with chat?

To run

add the following to the lsp.cfg file

{
    ...
    "interrupt_when_file_appears": "%FLAG_RESTART_LSP%",
    "command_line": [
        ...
        "--vecdb",
        "-f", "/home/user/.refact/tmp/unpacked-files/train_set.jsonl"
    ],
}

MarcMcIntosh avatar Feb 07 '24 16:02 MarcMcIntosh