-
Here's the log. I think the `append` call in question is on text-document.rkt:294:
```racket
(or (append (get-bindings uri decl) (list (start/end->Range doc-text left right))))))
``…
-
This seems to be related to #12. I just installed Racket 8.0 and racket-langserver on Windows 10 for use with VSCode and the Magic Racket extension. The instant I opened an empty `.rkt` file, racket-l…
-
I'm using VSCode with Magic Racket and occasionally seeing this error:
> Caught exn in request "textDocument/signatureHelp"
> drop: contract violation
> expected: a (possibly improper) list wit…
-
Lua-language-server offers completion for `requiring` modules and submodules. Assume that I have `settings.Lua.workspace.library` set up so it contains a module `plenary` with submodule `async`. Trig…
-
While trying to use `racket-langserver` on VSCode with Magic Racket, trying to format the document I stumbled upon this issue:
```
Caught exn in request "textDocument/formatting"
=: contract viol…
C2N14 updated
3 years ago
-
## Environment
- OS: MacOS
- OS Version: 10.14.6 Mojave
- VS Code Version: `1.47.3`
- Racket version: `7.7 3M`
- Racket Langserver checksum: `01bc4ad03e449dfbe1852a141748c3d6121a1e75`
- Magic Ra…
-
## Environment
- OS: Windows
- OS Version: 10
- VS Code Version: 1.54.3
- Racket version: 8.0
- Racket Langserver checksum: 2d2c246f1d51e38ccea9ef362bb3a0c7f3a0db8d
- Magic Racket version 0.5.7
…
-
When I open files written in `#lang resyntax/testing/refactoring-test` ([example](https://github.com/jackfirth/resyntax/blob/master/default-recommendations/conditional-shortcuts-test.rkt)) I get the e…
-
#### Error:
```sh
Caught exn in request "textDocument/documentSymbol"
get-lexer: 'before-lang-line
context...:
.../racket-langserver/text-document.rkt:233:0: document-symbol
```
The abo…
JJPro updated
3 years ago
-
Hi
I personally don't find the second given step for the installation (to install `racket-langserver`) very clear. How do I run the command? It's clearly not in the regular terminal.
Thanks in a…