Hi, the language server has been crashing when trying to suggest completions on imports. It happens consistently on Helix and Gram editors when I do this:
- Start with
import std/[sequtils]
- Start adding an import:
import std/[sequtils, str]. The LS now tries to suggests possible completions.
- Crashes before showing completions with message "Server failed with ."
A few more environment details:
- Nimble created project
- Nim compiler version: 2.2.10
- nimlangserver version: 1.14.0
And here are the Helix logs from before crashing: https://pastebin.com/QYF27pCV.
Hi, the language server has been crashing when trying to suggest completions on imports. It happens consistently on Helix and Gram editors when I do this:
import std/[sequtils]import std/[sequtils, str]. The LS now tries to suggests possible completions.A few more environment details:
And here are the Helix logs from before crashing: https://pastebin.com/QYF27pCV.