diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-04 12:31:04 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-04 12:31:04 -0700 |
commit | d103263030ad52debe73bd131c71bbf17f545956 (patch) | |
tree | 135d2c16291e36972ef218f973cbcf311a199fe4 /continuedev/pyproject.toml | |
parent | 45d9bab5cea745573be7112d7130089c596c88fa (diff) | |
download | sncontinue-d103263030ad52debe73bd131c71bbf17f545956.tar.gz sncontinue-d103263030ad52debe73bd131c71bbf17f545956.tar.bz2 sncontinue-d103263030ad52debe73bd131c71bbf17f545956.zip |
fix: :bug: fix context length bug for /edit
Diffstat (limited to 'continuedev/pyproject.toml')
-rw-r--r-- | continuedev/pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml index 142c1d09..19706ef0 100644 --- a/continuedev/pyproject.toml +++ b/continuedev/pyproject.toml @@ -32,6 +32,7 @@ ripgrepy = "^2.0.0" bs4 = "^0.0.1" replicate = "^0.11.0" redbaron = "^0.9.2" +python-lsp-server = "^1.7.4" [tool.poetry.scripts] typegen = "src.continuedev.models.generate_json_schema:main" |