toolchains: Add support for relative paths (#27777)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz
2025-03-31 19:48:09 +02:00
committed by GitHub
parent 627ae7af6f
commit edf712d45b
12 changed files with 178 additions and 93 deletions
+1
View File
@@ -89,6 +89,7 @@ impl DebugAdapter for PythonDebugAdapter {
.toolchain_store()
.active_toolchain(
delegate.worktree_id(),
Arc::from("".as_ref()),
language::LanguageName::new(Self::LANGUAGE_NAME),
cx,
)