mirror of
https://github.com/tiennm99/serena.git
synced 2026-08-09 14:22:24 +00:00
Merge branch 'main' of github.com:oraios/serena
This commit is contained in:
@@ -78,8 +78,7 @@ class DartLanguageServer(SolidLanguageServer):
|
||||
dart_ls_dir = cls.ls_resources_dir()
|
||||
dart_executable_path = deps.binary_path(dart_ls_dir)
|
||||
|
||||
if not os.path.exists(dart_ls_dir):
|
||||
os.makedirs(dart_ls_dir)
|
||||
if not os.path.exists(dart_executable_path):
|
||||
deps.install(logger, dart_ls_dir)
|
||||
|
||||
assert os.path.exists(dart_executable_path)
|
||||
|
||||
@@ -68,6 +68,14 @@ class RustAnalyzer(SolidLanguageServer):
|
||||
archive_type="gz",
|
||||
binary_name="rust_analyzer",
|
||||
),
|
||||
RuntimeDependency(
|
||||
id="RustAnalyzer",
|
||||
description="RustAnalyzer for Linux (arm64)",
|
||||
url="https://github.com/rust-lang/rust-analyzer/releases/download/2023-10-09/rust-analyzer-aarch64-unknown-linux-gnu.gz",
|
||||
platform_id="linux-arm64",
|
||||
archive_type="gz",
|
||||
binary_name="rust_analyzer",
|
||||
),
|
||||
RuntimeDependency(
|
||||
id="RustAnalyzer",
|
||||
description="RustAnalyzer for Windows (x64)",
|
||||
|
||||
Reference in New Issue
Block a user