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 7916a0c commit 476f724Copy full SHA for 476f724
test/emacs-test.el
@@ -58,7 +58,7 @@
58
(should (eglot-current-server))
59
(let ((lsp (eglot-current-server)))
60
(should (string= (oref lsp project-nickname) "PowerShellEditorServices"))
61
- (should (eq (oref lsp major-mode) 'powershell-mode))
+ (should (member 'powershell-mode (oref lsp major-modes)))
62
(should (string= (oref lsp language-id) "powershell")))
63
(sleep-for 5) ; TODO: Wait for "textDocument/publishDiagnostics" instead
64
(flymake-start)
0 commit comments