mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-09 20:06:26 +00:00
fix: Remove invalid publish_diagnostics
method from LanguageServer
implementation
This commit is contained in:
parent
0a8600ed08
commit
9c268e80f7
1 changed files with 0 additions and 8 deletions
|
@ -204,14 +204,6 @@ impl LanguageServer for DjangoLanguageServer {
|
|||
.ok();
|
||||
}
|
||||
|
||||
async fn publish_diagnostics(&self, params: PublishDiagnosticsParams) {
|
||||
self.log_message(
|
||||
MessageType::INFO,
|
||||
&format!("Received diagnostics for: {}", params.uri),
|
||||
)
|
||||
.await
|
||||
.ok();
|
||||
}
|
||||
|
||||
async fn completion(&self, params: CompletionParams) -> LspResult<Option<CompletionResponse>> {
|
||||
let project_guard = self.project.read().await;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue