Initial commit
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user