Skip to content

Commit

Permalink
Fix error popup
Browse files Browse the repository at this point in the history
  • Loading branch information
JakuJ committed Aug 28, 2024
1 parent 8e078d3 commit e08af00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.stack-work/
.vscode/
*~
*.sml
*.sml
dist-newstyle/
1 change: 1 addition & 0 deletions src/Raise/Handlers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ handlers compile = mconcat
, notificationHandler SMethod_TextDocumentDidOpen $ diagnosticHandler compile
, notificationHandler SMethod_TextDocumentDidChange $ const $ pure ()
, notificationHandler SMethod_TextDocumentDidClose $ const $ pure ()
, notificationHandler SMethod_WorkspaceDidChangeConfiguration $ const $ pure ()
]

0 comments on commit e08af00

Please sign in to comment.