From b632a5ab537069e22b976b097b34b9879be18168 Mon Sep 17 00:00:00 2001 From: Nate Sesti <33237525+sestinj@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:38:22 -0700 Subject: Integrate LSP for debugging (#450) * headless IDE subclass * finish headless_ide methods * feat: :sparkles: headless mode running with config flag * work on debugging * python lsp support * more lsp+debugging work * refactor: :safety_vest: safely load LSP * test: :white_check_mark: testing steps in headless mode * refactor: :clown_face: cleanup subprocesses * fix: :bug: handle data: [DONE] from Together --- run.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'run.spec') diff --git a/run.spec b/run.spec index e3c6c07c..19181249 100644 --- a/run.spec +++ b/run.spec @@ -12,8 +12,8 @@ a = Analysis( datas=[ ('continuedev', 'continuedev'), (certifi.where(), 'ca_bundle') - ] + copy_metadata('replicate'), - hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'redbaron', 'replicate'], + ], + hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'redbaron', 'python-lsp-server', 'replicate'] + copy_metadata('replicate'), hookspath=[], hooksconfig={}, runtime_hooks=[], -- cgit v1.2.3-70-g09d2