Skip to content

Commit eb0a363

Browse files
Temporarily Disable Language Server Installation Notification
1 parent e2814fe commit eb0a363

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CodeEdit/Features/LSP/Service/LSPService.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ final class LSPService: ObservableObject {
333333

334334
extension LSPService {
335335
private func notifyToInstallLanguageServer(language lspLanguage: LanguageIdentifier) {
336+
// TODO: Re-Enable when this is more fleshed out (don't send duplicate notifications in a session)
337+
return
336338
let lspLanguageTitle = lspLanguage.rawValue.capitalized
337339
let notificationTitle = "Install \(lspLanguageTitle) Language Server"
338340
// Make sure the user doesn't have the same existing notification

0 commit comments

Comments
 (0)