Syntax highlighting occasionally vanishes when selecting an lsp code suggestion #10548
Unanswered
XavierCS-dev
asked this question in
Troubleshooting
Replies: 1 comment 1 reply
-
Syntax highlighting is entirely unrelated to the language server and uses tree sitter. Looking at the logs it logs like the tree sitter parser may be running I to so kind of issue. We set a timeout of 500ms for tree sitter parsing. If it takes longer then we automatically disable synta, highlights. The fact that this happens when selecting completions seems odd. It's likely a coincidence. You seem to be using an old helix version so I would suggest upgrading. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Helix: 23.10 (f6021dd)
OS: Fedora 39,
lsp: rust-analyzer
When selecting rust-analyzer code suggestions, occasionally the syntax highlighting will fail and all text turns to a white colour. lsp highlights and suggestions are still working after this occurs. This is fixed temporarily by re-opening helix.
It seems to happen at random, it could happen soon after opening helix or up to an hour after. It only happens when selecting code suggestions, and not all of the time, only sometimes.
Reproduction Steps
I tried this:
Selecting a suggestion from rust-analyzer
I expected this to happen:
syntax highlighting is unaffected
Instead, this happened:
syntax highlighting is removed
Helix log
2024-04-12T16:00:45.263 helix_view::editor [ERROR] Failed to initialize the language servers for
source.bash
-bash-language-server
{ cannot find binary path }2024-04-12T16:01:34.785 helix_view::editor [ERROR] Failed to initialize the language servers for
source.bash
-bash-language-server
{ cannot find binary path }2024-04-12T16:07:53.033 helix_view::editor [ERROR] Failed to initialize the language servers for
source.css
-vscode-css-language-server
{ cannot find binary path }2024-04-12T16:08:18.848 helix_view::editor [ERROR] Failed to initialize the language servers for
source.css
-vscode-css-language-server
{ cannot find binary path }2024-04-12T16:08:53.872 helix_view::editor [ERROR] Failed to initialize the language servers for
source.css
-vscode-css-language-server
{ cannot find binary path }2024-04-12T16:43:43.812 helix_view::editor [ERROR] Failed to initialize the language servers for
source.bash
-bash-language-server
{ cannot find binary path }2024-04-12T16:47:53.897 helix_view::editor [ERROR] Failed to initialize the language servers for
source.bash
-bash-language-server
{ cannot find binary path }2024-04-15T07:43:31.027 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(2)), original request likely timed out
2024-04-15T07:43:31.158 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(6)), original request likely timed out
2024-04-15T07:43:31.363 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(8)), original request likely timed out
2024-04-15T07:43:31.723 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(5)), original request likely timed out
2024-04-15T08:56:08.199 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(1057)), original request likely timed out
2024-04-15T09:18:28.903 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(1335)), original request likely timed out
2024-04-15T09:24:07.484 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(1600)), original request likely timed out
2024-04-15T09:41:49.106 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(1899)), original request likely timed out
2024-04-16T08:58:16.209 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(239)), original request likely timed out
2024-04-16T09:18:23.613 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(883)), original request likely timed out
2024-04-16T09:20:17.659 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(1026)), original request likely timed out
2024-04-16T09:21:52.492 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(1106)), original request likely timed out
2024-04-16T09:35:16.498 helix_core::syntax [ERROR] TS parser failed, disabling TS for the current buffer: Err(Cancelled)
2024-04-16T09:35:42.800 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(1567)), original request likely timed out
2024-04-16T09:39:37.792 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(1630)), original request likely timed out
2024-04-16T09:40:03.753 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(1699)), original request likely timed out
2024-04-16T10:00:49.498 helix_view::document [ERROR] TS parser failed, disabling TS for the current buffer: Err(Cancelled)
2024-04-16T10:54:15.260 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(710)), original request likely timed out
2024-04-16T10:56:19.498 helix_view::document [ERROR] TS parser failed, disabling TS for the current buffer: Err(Cancelled)
2024-04-16T10:56:48.293 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(2)), original request likely timed out
2024-04-16T11:04:20.498 helix_view::document [ERROR] TS parser failed, disabling TS for the current buffer: Err(Cancelled)
2024-04-16T11:36:40.498 helix_view::document [ERROR] TS parser failed, disabling TS for the current buffer: Err(Cancelled)
2024-04-16T11:40:17.949 helix_view::editor [ERROR] Failed to initialize the language servers for
source.bash
-bash-language-server
{ cannot find binary path }2024-04-16T11:41:45.993 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(220)), original request likely timed out
2024-04-16T15:40:24.381 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(25)), original request likely timed out
2024-04-16T15:43:11.125 helix_view::editor [ERROR] Failed to initialize the language servers for
source.toml
-taplo
{ cannot find binary path }2024-04-16T15:46:47.349 helix_view::editor [ERROR] Failed to initialize the language servers for
source.toml
-taplo
{ cannot find binary path }2024-04-16T15:55:12.943 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] FetchWorkspaceError:\n"
2024-04-16T15:55:12.943 helix_lsp::transport [ERROR] rust-analyzer err <- "rust-analyzer failed to load workspace: Failed to load the project at /home/xavier/projects/rust/vktest2/Cargo.toml: Failed to read Cargo metadata from Cargo.toml file /home/xavier/projects/rust/vktest2/Cargo.toml, Some(Version { major: 1, minor: 77, patch: 2 }): Failed to run
cd \"/home/xavier/projects/rust/vktest2\" && \"cargo\" \"metadata\" \"--format-version\" \"1\" \"--manifest-path\" \"/home/xavier/projects/rust/vktest2/Cargo.toml\" \"--filter-platform\" \"x86_64-unknown-linux-gnu\"
:cargo metadata
exited with an error: error: invalid inline table\n"2024-04-16T15:55:12.943 helix_lsp::transport [ERROR] rust-analyzer err <- "expected
}
\n"2024-04-16T15:55:12.943 helix_lsp::transport [ERROR] rust-analyzer err <- " --> Cargo.toml:13:50\n"
2024-04-16T15:55:12.943 helix_lsp::transport [ERROR] rust-analyzer err <- " |\n"
2024-04-16T15:55:12.943 helix_lsp::transport [ERROR] rust-analyzer err <- "13 | winit = { version = "0.29", features = ["rwh_05"]\n"
2024-04-16T15:55:12.943 helix_lsp::transport [ERROR] rust-analyzer err <- " | ^\n"
2024-04-16T15:55:12.943 helix_lsp::transport [ERROR] rust-analyzer err <- " |\n"
2024-04-16T15:55:12.943 helix_lsp::transport [ERROR] rust-analyzer err <- "\n"
2024-04-16T15:55:12.943 helix_lsp::transport [ERROR] rust-analyzer err <- "\n"
2024-04-16T15:55:12.943 helix_term::application [WARN] unhandled window/showMessage: ShowMessageParams { typ: Error, message: "Failed to load workspaces." }
2024-04-16T15:55:13.054 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] FetchWorkspaceError:\n"
2024-04-16T15:55:13.054 helix_lsp::transport [ERROR] rust-analyzer err <- "rust-analyzer failed to load workspace: Failed to load the project at /home/xavier/projects/rust/vktest2/Cargo.toml: Failed to read Cargo metadata from Cargo.toml file /home/xavier/projects/rust/vktest2/Cargo.toml, Some(Version { major: 1, minor: 77, patch: 2 }): Failed to run
cd \"/home/xavier/projects/rust/vktest2\" && \"cargo\" \"metadata\" \"--format-version\" \"1\" \"--manifest-path\" \"/home/xavier/projects/rust/vktest2/Cargo.toml\" \"--filter-platform\" \"x86_64-unknown-linux-gnu\"
:cargo metadata
exited with an error: error: invalid inline table\n"2024-04-16T15:55:13.054 helix_lsp::transport [ERROR] rust-analyzer err <- "expected
}
\n"2024-04-16T15:55:13.054 helix_lsp::transport [ERROR] rust-analyzer err <- " --> Cargo.toml:13:50\n"
2024-04-16T15:55:13.054 helix_lsp::transport [ERROR] rust-analyzer err <- " |\n"
2024-04-16T15:55:13.054 helix_lsp::transport [ERROR] rust-analyzer err <- "13 | winit = { version = "0.29", features = ["rwh_05"]\n"
2024-04-16T15:55:13.054 helix_lsp::transport [ERROR] rust-analyzer err <- " | ^\n"
2024-04-16T15:55:13.054 helix_lsp::transport [ERROR] rust-analyzer err <- " |\n"
2024-04-16T15:55:13.054 helix_lsp::transport [ERROR] rust-analyzer err <- "\n"
2024-04-16T15:55:13.054 helix_lsp::transport [ERROR] rust-analyzer err <- "\n"
2024-04-16T15:55:13.055 helix_term::application [WARN] unhandled window/showMessage: ShowMessageParams { typ: Error, message: "Failed to load workspaces." }
2024-04-16T15:55:39.942 helix_term::application [WARN] unhandled window/showMessage: ShowMessageParams { typ: Error, message: "Failed to load workspaces." }
2024-04-16T15:55:40.051 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] FetchWorkspaceError:\n"
2024-04-16T15:55:40.051 helix_lsp::transport [ERROR] rust-analyzer err <- "rust-analyzer failed to load workspace: Failed to load the project at /home/xavier/projects/rust/vktest2/Cargo.toml: Failed to read Cargo metadata from Cargo.toml file /home/xavier/projects/rust/vktest2/Cargo.toml, Some(Version { major: 1, minor: 77, patch: 2 }): Failed to run
cd \"/home/xavier/projects/rust/vktest2\" && \"cargo\" \"metadata\" \"--format-version\" \"1\" \"--manifest-path\" \"/home/xavier/projects/rust/vktest2/Cargo.toml\" \"--filter-platform\" \"x86_64-unknown-linux-gnu\"
:cargo metadata
exited with an error: error: invalid inline table\n"2024-04-16T15:55:40.051 helix_lsp::transport [ERROR] rust-analyzer err <- "expected
}
\n"2024-04-16T15:55:40.051 helix_lsp::transport [ERROR] rust-analyzer err <- " --> Cargo.toml:13:50\n"
2024-04-16T15:55:40.051 helix_lsp::transport [ERROR] rust-analyzer err <- " |\n"
2024-04-16T15:55:40.051 helix_lsp::transport [ERROR] rust-analyzer err <- "13 | winit = { version = "0.29", features = ["rwh_05"]\n"
2024-04-16T15:55:40.051 helix_lsp::transport [ERROR] rust-analyzer err <- " | ^\n"
2024-04-16T15:55:40.051 helix_lsp::transport [ERROR] rust-analyzer err <- " |\n"
2024-04-16T15:55:40.051 helix_lsp::transport [ERROR] rust-analyzer err <- "\n"
2024-04-16T15:55:40.051 helix_lsp::transport [ERROR] rust-analyzer err <- "\n"
2024-04-16T15:55:40.051 helix_term::application [WARN] unhandled window/showMessage: ShowMessageParams { typ: Error, message: "Failed to load workspaces." }
2024-04-16T15:55:58.367 helix_term::application [WARN] unhandled window/showMessage: ShowMessageParams { typ: Error, message: "Failed to load workspaces." }
2024-04-16T15:55:58.482 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] FetchWorkspaceError:\n"
2024-04-16T15:55:58.482 helix_lsp::transport [ERROR] rust-analyzer err <- "rust-analyzer failed to load workspace: Failed to load the project at /home/xavier/projects/rust/vktest2/Cargo.toml: Failed to read Cargo metadata from Cargo.toml file /home/xavier/projects/rust/vktest2/Cargo.toml, Some(Version { major: 1, minor: 77, patch: 2 }): Failed to run
cd \"/home/xavier/projects/rust/vktest2\" && \"cargo\" \"metadata\" \"--format-version\" \"1\" \"--manifest-path\" \"/home/xavier/projects/rust/vktest2/Cargo.toml\" \"--filter-platform\" \"x86_64-unknown-linux-gnu\"
:cargo metadata
exited with an error: error: invalid inline table\n"2024-04-16T15:55:58.482 helix_lsp::transport [ERROR] rust-analyzer err <- "expected
}
\n"2024-04-16T15:55:58.482 helix_lsp::transport [ERROR] rust-analyzer err <- " --> Cargo.toml:13:50\n"
2024-04-16T15:55:58.482 helix_lsp::transport [ERROR] rust-analyzer err <- " |\n"
2024-04-16T15:55:58.482 helix_lsp::transport [ERROR] rust-analyzer err <- "13 | winit = { version = "0.29", features = ["rwh_05"]\n"
2024-04-16T15:55:58.482 helix_lsp::transport [ERROR] rust-analyzer err <- " | ^\n"
2024-04-16T15:55:58.482 helix_lsp::transport [ERROR] rust-analyzer err <- " |\n"
2024-04-16T15:55:58.482 helix_lsp::transport [ERROR] rust-analyzer err <- "\n"
2024-04-16T15:55:58.482 helix_lsp::transport [ERROR] rust-analyzer err <- "\n"
2024-04-16T15:55:58.482 helix_term::application [WARN] unhandled window/showMessage: ShowMessageParams { typ: Error, message: "Failed to load workspaces." }
2024-04-16T15:58:19.885 helix_term::application [WARN] unhandled window/showMessage: ShowMessageParams { typ: Error, message: "Failed to load workspaces." }
2024-04-16T16:00:41.498 helix_core::syntax [ERROR] TS parser failed, disabling TS for the current buffer: Err(Cancelled)
2024-04-16T17:15:44.845 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(2245)), original request likely timed out
2024-04-16T17:48:38.032 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:48:38.032 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:02.691 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:02.691 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:07.525 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:07.525 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:13.416 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:13.416 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:13.419 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:13.419 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:18.498 helix_view::document [ERROR] TS parser failed, disabling TS for the current buffer: Err(Cancelled)
2024-04-16T17:49:42.333 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:42.334 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:42.337 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:42.337 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:55.079 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:55.079 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:55.082 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:55.082 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:56.502 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:56.505 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:56.506 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:56.511 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:59.773 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:59.773 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:59.776 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:49:59.776 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ash-window-0.13.0/src/lib.rs\n"
2024-04-16T17:58:14.446 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(437)), original request likely timed out
2024-04-16T18:13:35.242 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(864)), original request likely timed out
2024-04-16T18:13:46.832 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(868)), original request likely timed out
2024-04-16T18:16:21.115 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(920)), original request likely timed out
2024-04-16T18:23:14.137 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(1073)), original request likely timed out
2024-04-16T19:12:06.284 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(29)), original request likely timed out
2024-04-16T19:31:36.498 helix_core::syntax [ERROR] TS parser failed, disabling TS for the current buffer: Err(Cancelled)
2024-04-16T20:53:16.491 helix_view::editor [ERROR] Failed to initialize the language servers for
source.toml
-taplo
{ cannot find binary path }2024-04-17T08:02:29.428 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(138)), original request likely timed out
2024-04-17T08:06:29.778 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(192)), original request likely timed out
2024-04-17T08:18:12.491 helix_view::document [ERROR] TS parser failed, disabling TS for the current buffer: Err(Cancelled)
2024-04-17T08:18:43.640 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(451)), original request likely timed out
2024-04-17T08:23:37.710 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(19)), original request likely timed out
2024-04-17T08:23:37.712 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(12)), original request likely timed out
2024-04-17T08:23:37.714 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(5)), original request likely timed out
2024-04-17T08:23:37.716 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(17)), original request likely timed out
2024-04-17T08:23:37.718 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(7)), original request likely timed out
2024-04-17T08:23:37.720 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(8)), original request likely timed out
2024-04-17T08:23:37.723 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(10)), original request likely timed out
2024-04-17T08:23:37.864 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(14)), original request likely timed out
2024-04-17T08:23:37.865 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(2)), original request likely timed out
2024-04-17T08:23:50.807 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(52)), original request likely timed out
2024-04-17T08:24:58.003 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(125)), original request likely timed out
2024-04-17T08:25:54.491 helix_view::document [ERROR] TS parser failed, disabling TS for the current buffer: Err(Cancelled)
2024-04-17T08:38:06.250 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(3)), original request likely timed out
2024-04-17T08:38:06.250 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(4)), original request likely timed out
2024-04-17T08:38:06.250 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(2)), original request likely timed out
2024-04-17T08:38:28.441 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(7)), original request likely timed out
2024-04-17T08:38:40.846 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(13)), original request likely timed out
2024-04-17T08:42:38.441 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(182)), original request likely timed out
2024-04-17T09:11:39.363 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(359)), original request likely timed out
2024-04-17T09:16:16.866 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(567)), original request likely timed out
2024-04-17T09:27:35.083 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(1120)), original request likely timed out
2024-04-17T12:01:55.189 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(3)), original request likely timed out
2024-04-17T12:01:56.511 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(5)), original request likely timed out
2024-04-17T12:01:56.513 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(8)), original request likely timed out
2024-04-17T12:15:30.144 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(587)), original request likely timed out
2024-04-17T12:16:27.040 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(630)), original request likely timed out
2024-04-17T19:35:39.491 helix_core::syntax [ERROR] TS parser failed, disabling TS for the current buffer: Err(Cancelled)
2024-04-18T08:56:16.792 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(8)), original request likely timed out
2024-04-18T08:56:16.797 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(7)), original request likely timed out
2024-04-18T08:56:16.797 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(6)), original request likely timed out
2024-04-18T08:56:16.797 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(5)), original request likely timed out
2024-04-18T08:56:16.802 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(4)), original request likely timed out
2024-04-18T09:03:07.277 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(4)), original request likely timed out
2024-04-18T09:03:07.277 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(3)), original request likely timed out
2024-04-18T09:03:07.277 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(2)), original request likely timed out
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 2, character: 8 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 2, character: 11 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 2, character: 8 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 2, character: 13 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 5, character: 8 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 5, character: 11 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 5, character: 8 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 5, character: 13 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 6, character: 8 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 6, character: 11 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 6, character: 8 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 6, character: 13 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 7, character: 8 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 7, character: 11 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 7, character: 8 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 7, character: 13 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 8, character: 8 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 8, character: 11 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 8, character: 8 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 8, character: 13 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 9, character: 8 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 9, character: 11 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 9, character: 8 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 9, character: 13 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 10, character: 8 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 10, character: 11 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 10, character: 8 } out of range assuming EOF
2024-04-18T09:04:23.878 helix_lsp::util [WARN] LSP position Position { line: 10, character: 13 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 2, character: 8 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 2, character: 11 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 2, character: 8 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 2, character: 13 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 5, character: 8 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 5, character: 11 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 5, character: 8 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 5, character: 13 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 6, character: 8 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 6, character: 11 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 6, character: 8 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 6, character: 13 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 7, character: 8 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 7, character: 11 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 7, character: 8 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 7, character: 13 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 8, character: 8 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 8, character: 11 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 8, character: 8 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 8, character: 13 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 9, character: 8 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 9, character: 11 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 9, character: 8 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 9, character: 13 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 10, character: 8 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 10, character: 11 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 10, character: 8 } out of range assuming EOF
2024-04-18T09:04:34.670 helix_lsp::util [WARN] LSP position Position { line: 10, character: 13 } out of range assuming EOF
2024-04-18T09:04:41.321 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(53)), original request likely timed out
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- "Panic context:\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- "> \n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- "version: 1.77.2 (25ef9e3 2024-04-09)\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- "request: textDocument/completion CompletionParams {\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " text_document_position: TextDocumentPositionParams {\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " text_document: TextDocumentIdentifier {\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " uri: Url {\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " scheme: "file",\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " cannot_be_a_base: false,\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " username: "",\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " password: None,\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " host: None,\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " port: None,\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " path: "/home/xavier/projects/rust/vktest2/src/initialisers/initialisers.rs",\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " query: None,\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " fragment: None,\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " },\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " },\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " position: Position {\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " line: 30,\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " character: 3,\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " },\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " },\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " work_done_progress_params: WorkDoneProgressParams {\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " work_done_token: None,\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " },\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " partial_result_params: PartialResultParams {\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " partial_result_token: None,\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " },\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- " context: None,\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- "}\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- "\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- "thread 'Worker' panicked at /rust/deps/rowan-0.15.15/src/cursor.rs:786:13:\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- "Bad range: node range 0..953, range 954..954\n"
2024-04-18T09:09:55.625 helix_lsp::transport [ERROR] rust-analyzer err <- "stack backtrace:\n"
2024-04-18T09:09:55.666 helix_lsp::transport [ERROR] rust-analyzer err <- " 0: rust_begin_unwind\n"
2024-04-18T09:09:55.666 helix_lsp::transport [ERROR] rust-analyzer err <- " at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/panicking.rs:647:5\n"
2024-04-18T09:09:55.666 helix_lsp::transport [ERROR] rust-analyzer err <- " 1: core::panicking::panic_fmt\n"
2024-04-18T09:09:55.666 helix_lsp::transport [ERROR] rust-analyzer err <- " at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/panicking.rs:72:14\n"
2024-04-18T09:09:55.666 helix_lsp::transport [ERROR] rust-analyzer err <- " 2: rowan::cursor::SyntaxNode::covering_element\n"
2024-04-18T09:09:55.666 helix_lsp::transport [ERROR] rust-analyzer err <- " 3: <syntax::Parsesyntax::ast::generated::nodes::SourceFile>::reparse\n"
2024-04-18T09:09:55.666 helix_lsp::transport [ERROR] rust-analyzer err <- " 4: <ide_completion::context::CompletionContext>::new\n"
2024-04-18T09:09:55.666 helix_lsp::transport [ERROR] rust-analyzer err <- " 5: ide_completion::completions\n"
2024-04-18T09:09:55.666 helix_lsp::transport [ERROR] rust-analyzer err <- " 6: ide::Analysis::completions\n"
2024-04-18T09:09:55.666 helix_lsp::transport [ERROR] rust-analyzer err <- " 7: rust_analyzer::handlers::request::handle_completion\n"
2024-04-18T09:09:55.666 helix_lsp::transport [ERROR] rust-analyzer err <- " 8: <stdx::thread::pool::Pool::spawn<<rust_analyzer::task_pool::TaskPool<rust_analyzer::main_loop::Task>>::spawn<<rust_analyzer::dispatch::RequestDispatcher>::on_with_thread_intent<true, lsp_types::request::Completion>::{closure#0}>::{closure#0}>::{closure#0} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}\n"
2024-04-18T09:09:55.666 helix_lsp::transport [ERROR] rust-analyzer err <- "note: Some details are omitted, run with
RUST_BACKTRACE=full
for a verbose backtrace.\n"2024-04-18T09:09:55.666 helix_lsp::transport [ERROR] rust-analyzer <- InternalError: request handler panicked: Bad range: node range 0..953, range 954..954
2024-04-18T09:09:55.666 helix_view::editor [ERROR] editor error: Async job failed: protocol error: InternalError: request handler panicked: Bad range: node range 0..953, range 954..954
2024-04-18T09:39:23.972 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(450)), original request likely timed out
2024-04-18T09:40:17.487 helix_view::document [ERROR] TS parser failed, disabling TS for the current buffer: Err(Cancelled)
2024-04-18T10:27:50.698 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(1456)), original request likely timed out
2024-04-18T10:32:37.457 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(1531)), original request likely timed out
2024-04-18T10:34:26.172 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(1637)), original request likely timed out
2024-04-18T10:35:43.940 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(1735)), original request likely timed out
2024-04-18T19:16:13.703 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(23)), original request likely timed out
2024-04-18T19:17:28.470 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(99)), original request likely timed out
2024-04-18T19:23:12.438 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(247)), original request likely timed out
2024-04-18T19:32:04.434 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(603)), original request likely timed out
2024-04-19T09:42:25.802 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(60)), original request likely timed out
2024-04-19T09:47:02.646 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(293)), original request likely timed out
2024-04-19T09:47:57.473 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(317)), original request likely timed out
2024-04-19T10:10:28.496 helix_view::document [ERROR] TS parser failed, disabling TS for the current buffer: Err(Cancelled)
2024-04-19T10:10:32.301 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(248)), original request likely timed out
2024-04-19T10:15:46.068 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(579)), original request likely timed out
2024-04-19T10:29:43.764 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(898)), original request likely timed out
2024-04-19T10:29:55.100 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(908)), original request likely timed out
2024-04-19T10:53:09.821 helix_view::editor [ERROR] editor error: 1 unsaved buffer(s) remaining: ["src/lib.rs"]
2024-04-19T10:58:38.708 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(183)), original request likely timed out
2024-04-19T11:10:20.923 helix_view::editor [ERROR] editor error: no such command: 'Q'
2024-04-19T11:38:22.394 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(64)), original request likely timed out
2024-04-19T13:33:07.658 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(5)), original request likely timed out
2024-04-19T14:42:56.557 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(2)), original request likely timed out
2024-04-19T14:42:56.558 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(17)), original request likely timed out
2024-04-19T14:42:56.559 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(10)), original request likely timed out
2024-04-19T14:42:56.560 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(8)), original request likely timed out
2024-04-19T14:42:56.562 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(6)), original request likely timed out
2024-04-19T14:42:56.720 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(15)), original request likely timed out
2024-04-19T16:42:55.533 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(7)), original request likely timed out
2024-04-19T16:42:55.536 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(11)), original request likely timed out
2024-04-19T16:42:55.537 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(9)), original request likely timed out
2024-04-19T16:42:55.539 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(2)), original request likely timed out
2024-04-19T16:42:55.541 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(8)), original request likely timed out
2024-04-20T14:12:06.096 helix_view::editor [ERROR] Failed to initialize the language servers for
source.toml
-taplo
{ cannot find binary path }2024-04-20T14:13:17.131 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR flycheck] Flycheck failed to run the following command: CommandHandle { program: "cargo", arguments: ["check", "--workspace", "--message-format=json", "--manifest-path", "/home/xavier/projects/rust/vktest2/Cargo.toml", "--all-targets"], current_dir: Some("/home/xavier/projects/rust/vktest2") }\n"
2024-04-20T14:13:17.132 helix_term::application [WARN] unhandled window/showMessage: ShowMessageParams { typ: Warning, message: "cargo check failed to start: Cargo watcher failed, the command produced no valid metadata (exit code: ExitStatus(unix_wait_status(25856))):\n Updating crates.io index\nerror: no matching package named
vk-mem-rs
found\nlocation searched: registrycrates-io
\nrequired by packagevktest2 v0.1.0 (/home/xavier/projects/rust/vktest2)
" }2024-04-20T14:13:52.712 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR flycheck] Flycheck failed to run the following command: CommandHandle { program: "cargo", arguments: ["check", "--workspace", "--message-format=json", "--manifest-path", "/home/xavier/projects/rust/vktest2/Cargo.toml", "--all-targets"], current_dir: Some("/home/xavier/projects/rust/vktest2") }\n"
2024-04-20T14:13:52.712 helix_term::application [WARN] unhandled window/showMessage: ShowMessageParams { typ: Warning, message: "cargo check failed to start: Cargo watcher failed, the command produced no valid metadata (exit code: ExitStatus(unix_wait_status(25856))):\n Updating crates.io index\nerror: no matching package named
vk-mem-rs
found\nlocation searched: registrycrates-io
\nrequired by packagevktest2 v0.1.0 (/home/xavier/projects/rust/vktest2)
" }2024-04-20T14:25:44.457 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(125)), original request likely timed out
2024-04-20T14:28:51.772 helix_view::document [ERROR] TS parser failed, disabling TS for the current buffer: Err(Cancelled)
2024-04-20T14:28:54.819 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(343)), original request likely timed out
2024-04-20T14:31:51.856 helix_view::editor [ERROR] Failed to initialize the language servers for
source.toml
-taplo
{ cannot find binary path }2024-04-20T14:37:59.969 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(87)), original request likely timed out
2024-04-20T14:40:55.329 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(255)), original request likely timed out
2024-04-20T14:41:19.738 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(317)), original request likely timed out
2024-04-20T14:41:54.880 helix_view::editor [ERROR] Failed to initialize the language servers for
source.toml
-taplo
{ cannot find binary path }2024-04-20T14:52:55.158 helix_view::editor [ERROR] Failed to initialize the language servers for
source.toml
-taplo
{ cannot find binary path }2024-04-20T15:07:56.732 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(266)), original request likely timed out
2024-04-20T15:45:19.139 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(546)), original request likely timed out
2024-04-20T15:45:43.566 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/projects/rust/vk-mem-rs/src/definitions.rs\n"
2024-04-20T15:45:43.566 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR rust_analyzer::main_loop] flycheck 0: File with cargo diagnostic not found in VFS: file not found: /home/xavier/projects/rust/vk-mem-rs/src/definitions.rs\n"
2024-04-22T07:51:15.044 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(2)), original request likely timed out
2024-04-22T07:51:16.431 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(4)), original request likely timed out
2024-04-22T08:00:15.522 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(458)), original request likely timed out
2024-04-22T08:19:36.191 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(273)), original request likely timed out
2024-04-22T08:23:35.583 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(451)), original request likely timed out
2024-04-22T08:24:17.661 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(479)), original request likely timed out
2024-04-22T08:27:40.265 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(611)), original request likely timed out
2024-04-22T08:31:06.846 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(783)), original request likely timed out
2024-04-22T08:42:37.856 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(48)), original request likely timed out
2024-04-22T08:54:29.046 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(452)), original request likely timed out
2024-04-22T08:56:26.338 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(597)), original request likely timed out
2024-04-22T08:56:29.178 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(599)), original request likely timed out
2024-04-22T09:00:16.451 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(905)), original request likely timed out
2024-04-22T09:09:31.931 helix_lsp::transport [ERROR] rust-analyzer err <- "[ERROR hir_ty::mir] Overloaded deref on type {unknown} is not a projection \n"
2024-04-22T09:09:48.710 helix_lsp::transport [ERROR] Tried sending response into a closed channel (id=Num(948)), original request likely timed out
2024-04-22T09:12:22.488 helix_view::document [ERROR] TS parser failed, disabling TS for the current buffer: Err(Cancelled)
Platform
Linux
Terminal Emulator
Alacritty
Installation Method
dnf
Helix Version
23.10 (f6021dd)
Beta Was this translation helpful? Give feedback.
All reactions