We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2814fe commit eb0a363Copy full SHA for eb0a363
CodeEdit/Features/LSP/Service/LSPService.swift
@@ -333,6 +333,8 @@ final class LSPService: ObservableObject {
333
334
extension LSPService {
335
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
338
let lspLanguageTitle = lspLanguage.rawValue.capitalized
339
let notificationTitle = "Install \(lspLanguageTitle) Language Server"
340
// Make sure the user doesn't have the same existing notification
0 commit comments