Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2017-12-24 23:54:06.1998457 [ThreadId 3] - Setting home directory:C:\Users\Anrock
- 2017-12-24 23:54:06.1998457 [ThreadId 3] - run entered for HIE Version 0.1.0.0, Git revision 3ec8e93e9ca751cf282556998851ffa65f32e06b (dirty) (1146 commits) x86_64
- 2017-12-24 23:54:06.2008448 [ThreadId 3] - Current directory:C:\Users\Anrock
- 2017-12-24 23:54:06.2008448 [ThreadId 3] -
- haskell-lsp:Starting up server ...
- 2017-12-24 23:54:06.2008448 [ThreadId 3] - ---> {"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{"experimental":null,"textDocument":null,"workspace":null},"initializationOptions":null,"processId":4804,"rootPath":"C:\\Users\\Anrock","rootUri":"file:///C:/Users/Anrock","trace":"off"},"id":7}
- 2017-12-24 23:54:06.201845 [ThreadId 3] - haskell-lsp:initializeRequestHandler: setting current dir to project root:C:/Users/Anrock
- 2017-12-24 23:54:06.2488497 [ThreadId 4] - <--2--{"result":{"capabilities":{"textDocumentSync":{"openClose":true,"change":2,"willSave":false,"willSaveWaitUntil":false,"save":{"includeText":false}},"hoverProvider":true,"completionProvider":{"resolveProvider":true,"triggerCharacters":["."]},"definitionProvider":true,"referencesProvider":true,"documentHighlightProvider":true,"documentSymbolProvider":true,"codeActionProvider":true,"documentFormattingProvider":true,"documentRangeFormattingProvider":true,"renameProvider":true,"executeCommandProvider":{"commands":["applyrefact:applyOne","hare:demote"]}}},"jsonrpc":"2.0","id":7}
- 2017-12-24 23:54:06.2568483 [ThreadId 3] - ---> {"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"languageId":"haskell","text":"main :: IO ()\nmain = putStLn \"hello\"","uri":"file:///C:/Users/Anrock/test.hs","version":0}}}
- 2017-12-24 23:54:06.2578487 [ThreadId 6] - ideDispatcher: top of loop
- 2017-12-24 23:54:06.2578487 [ThreadId 7] - ****** reactor: processing NotDidOpenTextDocument
- 2017-12-24 23:54:06.2578487 [ThreadId 6] - got request with id: Nothing
- 2017-12-24 23:54:06.2808486 [ThreadId 6] - ideDispatcher: top of loop
- 2017-12-24 23:54:06.2808486 [ThreadId 6] - got request with id: Nothing
- 2017-12-24 23:54:06.2808486 [ThreadId 6] - Processing request as version matches
- 2017-12-24 23:54:06.3728536 [ThreadId 6] - ideDispatcher: top of loop
- 2017-12-24 23:54:06.3738537 [ThreadId 6] - got request with id: Nothing
- 2017-12-24 23:54:06.3748539 [ThreadId 6] - Processing request as version matches
- 2017-12-24 23:54:06.6078676 [ThreadId 6] - setTypecheckedModule: Didn't get typechecked module for: "C:/Users/Anrock/test.hs"
- 2017-12-24 23:54:06.6088678 [ThreadId 6] - ideDispatcher: top of loop
- 2017-12-24 23:54:06.6098679 [ThreadId 6] - got request with id: Nothing
- 2017-12-24 23:54:06.6098679 [ThreadId 6] - ideDispatcher: top of loop
- 2017-12-24 23:54:06.6158683 [ThreadId 4] - <--2--{"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"uri":"file:///C:/Users/Anrock/test.hs","diagnostics":[]}}
- 2017-12-24 23:54:06.6408684 [ThreadId 4] - <--2--{"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"uri":"file:///C:/Users/Anrock/test.hs","diagnostics":[{"severity":1,"range":{"start":{"line":1,"character":7},"end":{"line":1,"character":14}},"source":"ghcmod","message":"* Variable not in scope: putStLn :: [Char] -> IO ()\n* Perhaps you meant one of these:\n `putStrLn' (imported from Prelude),\n `putStr' (imported from Prelude)"}]}}
- 2017-12-24 23:54:10.7410953 [ThreadId 3] -
- haskell-lsp:Got EOF, exiting 1 ...
Advertisement
Add Comment
Please, Sign In to add comment