mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
switch to tslp
This commit is contained in:
parent
40e463cdc1
commit
cf089abb64
6 changed files with 30 additions and 43 deletions
|
@ -204,18 +204,6 @@ def check_streamlit_install(io):
|
|||
)
|
||||
|
||||
|
||||
def install_tree_sitter_language_pack(io):
|
||||
return utils.check_pip_install_extra(
|
||||
io,
|
||||
"tree_sitter_language_pack",
|
||||
"Install tree_sitter_language_pack?",
|
||||
[
|
||||
"tree-sitter-language-pack==0.4.0",
|
||||
"tree-sitter==0.24.0",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
def write_streamlit_credentials():
|
||||
from streamlit.file_util import get_streamlit_file_path
|
||||
|
||||
|
@ -712,11 +700,6 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
analytics.event("exit", reason="Upgrade completed")
|
||||
return 0 if success else 1
|
||||
|
||||
if args.install_tree_sitter_language_pack:
|
||||
success = install_tree_sitter_language_pack(io)
|
||||
analytics.event("exit", reason="Install TSLP completed")
|
||||
return 0 if success else 1
|
||||
|
||||
if args.check_update:
|
||||
check_version(io, verbose=args.verbose)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue