Initial commit

This commit is contained in:
Ryan Ward
2026-04-29 10:43:20 -05:00
parent b7b327510d
commit d8d4ac9e5d
28 changed files with 211 additions and 83 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ pub trait LanguageServerCandidate: Send + Sync {
self.is_installed_on_path(executor).await
}
/// Attempts to install the server into the `.warp/` directory.
/// Attempts to install the server into the `.warp-core/` directory.
///
/// The executor provides the user's PATH environment variable, which may be needed
/// for servers that rely on external tools (e.g. gopls needs `go`).