Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- kak-lsp -s 123676
- Jun 30 04:54:42.276 INFO Starting main event loop, module: kak_lsp::session:28
- Jun 30 04:54:42.278 DEBG Searching for vars starting with KAK_LSP_PROJECT_ROOT_RUST, module: kak_lsp::project_root:46
- Jun 30 04:54:42.278 DEBG Routing editor request to Route { session: "123676", language: "rust", root: "/home/ino/Documents/srcs/rust/rust-book-helper" }, module: kak_lsp::session:94
- Jun 30 04:54:42.278 DEBG Spawning a new controller for Route { session: "123676", language: "rust", root: "/home/ino/Documents/srcs/rust/rust-book-helper" }, module: kak_lsp::session:116
- Jun 30 04:54:42.278 INFO Starting Language server `sh -c if command -v rustup >/dev/null; then $(rustup which rls); else rls; fi`, module: kak_lsp::language_server_transport:20
- Jun 30 04:54:42.280 DEBG To editor `123676`: lsp-get-server-initialization-options '/tmp/kak-lsp/ino/3a772735f883ccc1', module: kak_lsp::editor_transport:84
- Jun 30 04:54:42.289 DEBG lsp_server_initialization_options:
- , module: kak_lsp::general:455
- Jun 30 04:54:42.289 DEBG From editor:
- session = "123676"
- client = ""
- buffile = "/home/ino/Documents/srcs/rust/rust-book-helper/src/main.rs"
- filetype = "rust"
- version = 4
- method = "workspace/didChangeConfiguration"
- [params.settings]
- "rust.clippy_preference" = "on"
- , module: kak_lsp::editor_transport:129
- Jun 30 04:54:42.289 DEBG To server: {"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{"offsetEncoding":["utf-16"],"textDocument":{"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":["quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports"]}},"dynamicRegistration":false,"isPreferredSupport":false},"codeLens":{"dynamicRegistration":false},"colorProvider":{"dynamicRegistration":false},"completion":{"completionItem":{"commitCharactersSupport":false,"deprecatedSupport":false,"documentationFormat":["plaintext"],"preselectSupport":false,"snippetSupport":true},"completionItemKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25]},"contextSupport":false,"dynamicRegistration":false},"declaration":{"dynamicRegistration":false,"linkSupport":false},"definition":{"dynamicRegistration":false,"linkSupport":false},"documentHighlight":{"dynamicRegistration":false},"documentLink":{"dynamicRegistration":false,"tooltipSupport":false},"documentSymbol":{"dynamicRegistration":false},"formatting":{"dynamicRegistration":false},"hover":{"contentFormat":["plaintext"],"dynamicRegistration":false},"implementation":{"dynamicRegistration":false,"linkSupport":false},"onTypeFormatting":{"dynamicRegistration":false},"publishDiagnostics":{"relatedInformation":false},"rangeFormatting":{"dynamicRegistration":false},"references":{"dynamicRegistration":false},"rename":{"dynamicRegistration":false,"prepareSupport":false},"semanticTokens":{"dynamicRegistration":false,"formats":["relative"],"requests":{"full":true,"range":false},"tokenModifiers":["documentation","constant","readonly"],"tokenTypes":["operator","keyword","type","variable","comment","function","string","namespace"]},"signatureHelp":{"contextSupport":false,"dynamicRegistration":false,"signatureInformation":{"documentationFormat":["plaintext"],"parameterInformation":{"labelOffsetSupport":false}}},"synchronization":{"didSave":true,"dynamicRegistration":false,"willSave":false,"willSaveWaitUntil":false},"typeDefinition":{"dynamicRegistration":false,"linkSupport":false}},"window":{"workDoneProgress":false},"workspace":{"applyEdit":false,"configuration":false,"didChangeConfiguration":{"dynamicRegistration":false},"executeCommand":{"dynamicRegistration":false},"symbol":{"dynamicRegistration":false,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]}},"workspaceEdit":{"changeAnnotationSupport":{},"documentChanges":true,"failureHandling":"abort","normalizesLineEndings":false,"resourceOperations":["create","delete","rename"]},"workspaceFolders":false}},"clientInfo":{"name":"kak-lsp","version":"10.0.0-snapshot"},"initializationOptions":{},"processId":123762,"rootPath":"/home/ino/Documents/srcs/rust/rust-book-helper","rootUri":"file:///home/ino/Documents/srcs/rust/rust-book-helper","trace":"off"},"id":0}, module: kak_lsp::language_server_transport:177
- Jun 30 04:54:42.289 DEBG Searching for vars starting with KAK_LSP_PROJECT_ROOT_RUST, module: kak_lsp::project_root:46
- Jun 30 04:54:42.289 DEBG Routing editor request to Route { session: "123676", language: "rust", root: "/home/ino/Documents/srcs/rust/rust-book-helper" }, module: kak_lsp::session:94
- Jun 30 04:54:42.289 DEBG Language server is not initialized, parking request, module: kak_lsp::controller:100
- Jun 30 04:54:42.290 DEBG To editor `123676`: lsp-show-error 'Language server is not initialized, parking request', module: kak_lsp::editor_transport:84
- Jun 30 04:54:42.325 DEBG From editor:
- session = "123676"
- client = "client0"
- buffile = "/home/ino/Documents/srcs/rust/rust-book-helper/src/main.rs"
- filetype = "rust"
- version = 4
- method = "textDocument/hover"
- [params.position]
- line = 1
- column = 1
- , module: kak_lsp::editor_transport:129
- Jun 30 04:54:42.325 DEBG Searching for vars starting with KAK_LSP_PROJECT_ROOT_RUST, module: kak_lsp::project_root:46
- Jun 30 04:54:42.325 DEBG Routing editor request to Route { session: "123676", language: "rust", root: "/home/ino/Documents/srcs/rust/rust-book-helper" }, module: kak_lsp::session:94
- Jun 30 04:54:42.325 DEBG Language server is not initialized, parking request, module: kak_lsp::controller:100
- Jun 30 04:54:42.329 DEBG From editor:
- session = "123676"
- client = "client0"
- buffile = "/home/ino/Documents/srcs/rust/rust-book-helper/src/main.rs"
- filetype = "rust"
- version = 4
- method = "textDocument/documentHighlight"
- [params.position]
- line = 1
- column = 1
- , module: kak_lsp::editor_transport:129
- Jun 30 04:54:42.329 DEBG Searching for vars starting with KAK_LSP_PROJECT_ROOT_RUST, module: kak_lsp::project_root:46
- Jun 30 04:54:42.329 DEBG Routing editor request to Route { session: "123676", language: "rust", root: "/home/ino/Documents/srcs/rust/rust-book-helper" }, module: kak_lsp::session:94
- Jun 30 04:54:42.329 DEBG Language server is not initialized, parking request, module: kak_lsp::controller:100
- Jun 30 04:54:42.375 DEBG From server: {"jsonrpc":"2.0","id":0,"result":{"capabilities":{"textDocumentSync":2,"hoverProvider":true,"completionProvider":{"resolveProvider":true,"triggerCharacters":[".",":"]},"definitionProvider":true,"implementationProvider":true,"referencesProvider":true,"documentHighlightProvider":true,"documentSymbolProvider":true,"workspaceSymbolProvider":true,"codeActionProvider":true,"codeLensProvider":{"resolveProvider":false},"documentFormattingProvider":true,"documentRangeFormattingProvider":false,"renameProvider":true,"executeCommandProvider":{"commands":["rls.applySuggestion-123793","rls.deglobImports-123793"]}}}}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:42.375 DEBG To server: {"jsonrpc":"2.0","method":"initialized","params":{}}, module: kak_lsp::language_server_transport:177
- Jun 30 04:54:42.375 DEBG To server: {"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"languageId":"rust","text":"fn main() {\n // Creating a new `String`\n\n // This line will create an empty `String` that we can load data into.\n let s = String::new();\n\n let data = \"initial contents\";\n\n let s = data.to_string();\n\n // The method also works on a literal directly\n let s = \"initial contents\".to_string();\n \n // We can also use the function `Sring::from` to\n // create `String` from a string literal\n let s = String::from(\"initial contents\");\n}\n","uri":"file:///home/ino/Documents/srcs/rust/rust-book-helper/src/main.rs","version":4}}}, module: kak_lsp::language_server_transport:177
- Jun 30 04:54:42.375 DEBG To server: {"jsonrpc":"2.0","method":"workspace/didChangeConfiguration","params":{"settings":{}}}, module: kak_lsp::language_server_transport:177
- Jun 30 04:54:42.375 DEBG To server: {"jsonrpc":"2.0","method":"workspace/didChangeConfiguration","params":{"settings":{"rust":{"clippy_preference":"on"}}}}, module: kak_lsp::language_server_transport:177
- Jun 30 04:54:42.375 DEBG From server: {"jsonrpc":"2.0","method":"window/progress","params":{"done":null,"id":"progress_1","message":null,"percentage":null,"title":"Building"}}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:42.375 DEBG To server: {"jsonrpc":"2.0","method":"textDocument/hover","params":{"position":{"character":0,"line":0},"textDocument":{"uri":"file:///home/ino/Documents/srcs/rust/rust-book-helper/src/main.rs"}},"id":1}, module: kak_lsp::language_server_transport:177
- Jun 30 04:54:42.375 DEBG To server: {"jsonrpc":"2.0","method":"textDocument/documentHighlight","params":{"position":{"character":0,"line":0},"textDocument":{"uri":"file:///home/ino/Documents/srcs/rust/rust-book-helper/src/main.rs"}},"id":2}, module: kak_lsp::language_server_transport:177
- Jun 30 04:54:42.375 DEBG To editor `123676`: lsp-handle-progress 'Building' '' '' '', module: kak_lsp::editor_transport:84
- Jun 30 04:54:42.377 DEBG From server: {"jsonrpc":"2.0","method":"client/registerCapability","id":1,"params":{"registrations":[{"id":"rls-watch","method":"workspace/didChangeWatchedFiles","registerOptions":{"watchers":[{"globPattern":"/home/ino/Documents/srcs/rust/rust-book-helper/Cargo.lock"},{"globPattern":"/home/ino/Documents/srcs/rust/rust-book-helper/target","kind":4},{"globPattern":"/home/ino/Documents/srcs/rust/rust-book-helper/z🛠/ch7_modules/my-project/restaurant/Cargo.toml"},{"globPattern":"/home/ino/Documents/srcs/rust/rust-book-helper/z🛠/ch7_modules/my-project/Cargo.toml"},{"globPattern":"/home/ino/Documents/srcs/rust/rust-book-helper/Cargo.toml"}]}}]}}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:42.377 WARN Unsupported method: client/registerCapability, module: kak_lsp::controller:336
- Jun 30 04:54:42.377 DEBG From server: {"jsonrpc":"2.0","method":"client/unregisterCapability","id":2,"params":{"unregisterations":[{"id":"rls-range-formatting","method":"textDocument/rangeFormatting"}]}}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:42.377 DEBG To server: {"jsonrpc":"2.0","error":{"code":-32601,"message":"Method not found"},"id":1}, module: kak_lsp::language_server_transport:177
- Jun 30 04:54:42.377 WARN Unsupported method: client/unregisterCapability, module: kak_lsp::controller:336
- Jun 30 04:54:42.377 DEBG To server: {"jsonrpc":"2.0","error":{"code":-32601,"message":"Method not found"},"id":2}, module: kak_lsp::language_server_transport:177
- Jun 30 04:54:42.488 DEBG From server: {"jsonrpc":"2.0","method":"window/progress","params":{"done":null,"id":"progress_1","message":"rust_book_helper cfg(test)","percentage":null,"title":"Building"}}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:42.490 DEBG To editor `123676`: lsp-handle-progress 'Building' 'rust_book_helper cfg(test)' '' '', module: kak_lsp::editor_transport:84
- Jun 30 04:54:42.492 DEBG From server: {"jsonrpc":"2.0","method":"window/progress","params":{"done":null,"id":"progress_1","message":"rust_book_helper","percentage":null,"title":"Building"}}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:42.493 DEBG To editor `123676`: lsp-handle-progress 'Building' 'rust_book_helper' '' '', module: kak_lsp::editor_transport:84
- Jun 30 04:54:42.497 DEBG From server: {"jsonrpc":"2.0","id":1,"result":{"contents":[],"range":{"start":{"line":0,"character":0},"end":{"line":0,"character":2}}}}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:42.498 DEBG From server: {"jsonrpc":"2.0","id":2,"result":[]}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:42.498 DEBG To editor `123676`: eval -client client0 -verbatim -- set-option window lsp_references 4 , module: kak_lsp::editor_transport:80
- Jun 30 04:54:42.669 DEBG From server: {"jsonrpc":"2.0","method":"window/progress","params":{"done":true,"id":"progress_1","message":null,"percentage":null,"title":"Building"}}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:42.669 DEBG From server: {"jsonrpc":"2.0","method":"window/progress","params":{"done":null,"id":"progress_0","message":null,"percentage":null,"title":"Indexing"}}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:42.670 DEBG From server: {"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"diagnostics":[{"code":"unused_variables","message":"unused variable: `s`\n\nnote: `#[warn(unused_variables)]` on by default\nhelp: if this is intentional, prefix it with an underscore: `_s`","range":{"end":{"character":9,"line":4},"start":{"character":8,"line":4}},"severity":2,"source":"rustc"},{"code":"unused_variables","message":"unused variable: `s`\n\nhelp: if this is intentional, prefix it with an underscore: `_s`","range":{"end":{"character":9,"line":8},"start":{"character":8,"line":8}},"severity":2,"source":"rustc"},{"code":"unused_variables","message":"unused variable: `s`\n\nhelp: if this is intentional, prefix it with an underscore: `_s`","range":{"end":{"character":9,"line":11},"start":{"character":8,"line":11}},"severity":2,"source":"rustc"},{"code":"unused_variables","message":"unused variable: `s`\n\nhelp: if this is intentional, prefix it with an underscore: `_s`","range":{"end":{"character":9,"line":15},"start":{"character":8,"line":15}},"severity":2,"source":"rustc"}],"uri":"file:///home/ino/Documents/srcs/rust/rust-book-helper/src/main.rs"}}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:42.670 DEBG From server: {"jsonrpc":"2.0","method":"window/progress","params":{"done":null,"id":"progress_3","message":null,"percentage":null,"title":"Building"}}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:42.670 DEBG To editor `123676`: lsp-handle-progress 'Building' '' '' 'done', module: kak_lsp::editor_transport:84
- Jun 30 04:54:42.673 DEBG To editor `123676`: lsp-handle-progress 'Indexing' '' '' '', module: kak_lsp::editor_transport:84
- Jun 30 04:54:42.675 DEBG To editor `123676`: eval -buffer '/home/ino/Documents/srcs/rust/rust-book-helper/src/main.rs' %§set buffer lsp_diagnostic_error_count 0; set buffer lsp_diagnostic_warning_count 4; set buffer lsp_errors 4 5.9,5.9|DiagnosticWarning 9.9,9.9|DiagnosticWarning 12.9,12.9|DiagnosticWarning 16.9,16.9|DiagnosticWarning; eval "set buffer lsp_error_lines 4 5|%opt[lsp_diagnostic_line_warning_sign] 9|%opt[lsp_diagnostic_line_warning_sign] 12|%opt[lsp_diagnostic_line_warning_sign] 16|%opt[lsp_diagnostic_line_warning_sign] '0| '"; set buffer lsp_diagnostics 4 '5.27+0|{InlayDiagnosticWarning}{\} unused variable: `s`
- note: `#[warn(unused_variables)]` on by default
- help: if this is intentional, prefix it with an underscore: `_s`' '9.30+0|{InlayDiagnosticWarning}{\} unused variable: `s`
- help: if this is intentional, prefix it with an underscore: `_s`' '12.44+0|{InlayDiagnosticWarning}{\} unused variable: `s`
- help: if this is intentional, prefix it with an underscore: `_s`' '16.46+0|{InlayDiagnosticWarning}{\} unused variable: `s`
- help: if this is intentional, prefix it with an underscore: `_s`'§, module: kak_lsp::editor_transport:84
- Jun 30 04:54:42.679 DEBG To editor `123676`: lsp-handle-progress 'Building' '' '' '', module: kak_lsp::editor_transport:84
- Jun 30 04:54:42.768 DEBG From server: {"jsonrpc":"2.0","method":"window/progress","params":{"done":null,"id":"progress_3","message":"rust_book_helper cfg(test)","percentage":null,"title":"Building"}}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:42.768 DEBG From server: {"jsonrpc":"2.0","method":"window/progress","params":{"done":null,"id":"progress_3","message":"rust_book_helper","percentage":null,"title":"Building"}}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:42.772 DEBG To editor `123676`: lsp-handle-progress 'Building' 'rust_book_helper cfg(test)' '' '', module: kak_lsp::editor_transport:84
- Jun 30 04:54:42.782 DEBG To editor `123676`: lsp-handle-progress 'Building' 'rust_book_helper' '' '', module: kak_lsp::editor_transport:84
- Jun 30 04:54:42.968 DEBG From server: {"jsonrpc":"2.0","method":"window/progress","params":{"done":true,"id":"progress_3","message":null,"percentage":null,"title":"Building"}}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:42.968 DEBG From server: {"jsonrpc":"2.0","method":"window/progress","params":{"done":null,"id":"progress_2","message":null,"percentage":null,"title":"Indexing"}}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:42.968 DEBG From server: {"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"diagnostics":[{"code":"unused_variables","message":"unused variable: `s`\n\nnote: `#[warn(unused_variables)]` on by default\nhelp: if this is intentional, prefix it with an underscore: `_s`","range":{"end":{"character":9,"line":4},"start":{"character":8,"line":4}},"severity":2,"source":"rustc"},{"code":"unused_variables","message":"unused variable: `s`\n\nhelp: if this is intentional, prefix it with an underscore: `_s`","range":{"end":{"character":9,"line":8},"start":{"character":8,"line":8}},"severity":2,"source":"rustc"},{"code":"unused_variables","message":"unused variable: `s`\n\nhelp: if this is intentional, prefix it with an underscore: `_s`","range":{"end":{"character":9,"line":11},"start":{"character":8,"line":11}},"severity":2,"source":"rustc"},{"code":"unused_variables","message":"unused variable: `s`\n\nhelp: if this is intentional, prefix it with an underscore: `_s`","range":{"end":{"character":9,"line":15},"start":{"character":8,"line":15}},"severity":2,"source":"rustc"}],"uri":"file:///home/ino/Documents/srcs/rust/rust-book-helper/src/main.rs"}}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:42.969 DEBG To editor `123676`: lsp-handle-progress 'Building' '' '' 'done', module: kak_lsp::editor_transport:84
- Jun 30 04:54:42.971 DEBG To editor `123676`: lsp-handle-progress 'Indexing' '' '' '', module: kak_lsp::editor_transport:84
- Jun 30 04:54:42.973 DEBG To editor `123676`: eval -buffer '/home/ino/Documents/srcs/rust/rust-book-helper/src/main.rs' %§set buffer lsp_diagnostic_error_count 0; set buffer lsp_diagnostic_warning_count 4; set buffer lsp_errors 4 5.9,5.9|DiagnosticWarning 9.9,9.9|DiagnosticWarning 12.9,12.9|DiagnosticWarning 16.9,16.9|DiagnosticWarning; eval "set buffer lsp_error_lines 4 5|%opt[lsp_diagnostic_line_warning_sign] 9|%opt[lsp_diagnostic_line_warning_sign] 12|%opt[lsp_diagnostic_line_warning_sign] 16|%opt[lsp_diagnostic_line_warning_sign] '0| '"; set buffer lsp_diagnostics 4 '5.27+0|{InlayDiagnosticWarning}{\} unused variable: `s`
- note: `#[warn(unused_variables)]` on by default
- help: if this is intentional, prefix it with an underscore: `_s`' '9.30+0|{InlayDiagnosticWarning}{\} unused variable: `s`
- help: if this is intentional, prefix it with an underscore: `_s`' '12.44+0|{InlayDiagnosticWarning}{\} unused variable: `s`
- help: if this is intentional, prefix it with an underscore: `_s`' '16.46+0|{InlayDiagnosticWarning}{\} unused variable: `s`
- help: if this is intentional, prefix it with an underscore: `_s`'§, module: kak_lsp::editor_transport:84
- Jun 30 04:54:43.162 DEBG From server: {"jsonrpc":"2.0","method":"window/progress","params":{"done":true,"id":"progress_0","message":null,"percentage":null,"title":"Indexing"}}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:43.162 DEBG To editor `123676`: lsp-handle-progress 'Indexing' '' '' 'done', module: kak_lsp::editor_transport:84
- Jun 30 04:54:43.344 DEBG From server: {"jsonrpc":"2.0","method":"window/progress","params":{"done":true,"id":"progress_2","message":null,"percentage":null,"title":"Indexing"}}, module: kak_lsp::language_server_transport:151
- Jun 30 04:54:43.344 DEBG To editor `123676`: lsp-handle-progress 'Indexing' '' '' 'done', module: kak_lsp::editor_transport:84
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement