You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
interfaceTextEdit{/** * The range of the text document to be manipulated. To insert * text into a document create a range where start === end. */range: Range;/** * The string to be inserted. For delete operations use an * empty string. */newText: string;}
Describe the bug
vscode says "no suggestions"
autocomplete works for javascript files, so i blame rnix-lsp
Steps to reproduce
edit this nix file
response from rnix-lsp looks ok
jsonrpc: request + response
jsonrpc traffic was captured with
rnix-lsp-wrapper.sh
Expected behavior
show suggestions
Additional context
vscodium
Editor configuration
The text was updated successfully, but these errors were encountered: