-
## Environment
- OS: Fedora Linux
- OS Version: 38
- VS Code Version: 1.80.1 (Installed using `dnf`)
- Racket version 7.4
- Racket Langserver checksum: `[none]`
- Magic Racket version: v0.6.6
…
-
What is the relationship between the racket-langserver and racket-language-server?
* `racket-language-server` was [archived in 2022](https://github.com/theia-ide/racket-language-server) but has [do…
-
cool work.
is there any plan to support Guile?
BTW, how to setup with vscode?
-
I have set up racket-langserver with neovim via nvim-lspconfig.
When I try to format code via `:lua vim.lsp.buf.format()`, the code is not formatted and a "method not found" exception can be seen i…
-
**Is your feature request related to a problem? Please describe.**
Recently I introduced syntax-rules in a class, following https://www.plai.org
A sharp eyed student noticed a typo in one of my ex…
-
Presently, Janet LSP flychecks the user's code as received from the LSP client in the same environment that the server itself is running in. This creates opportunities for symbol collision and other g…
-
I use racket with racket-langserver using the LSP plugin in Kate editor. Shebang at the top of the file breaks syntax highlighting. The colored parentheses come from a different kate addon.
**with …
-
Some editors (at least VS Code) support "virtual" documents which are not saved anywhere on the filesystem. These include things like unsaved documents, notebook cells, etc. These virtual documents ha…
-
Anything before `#lang` in a file causes an exception. It does not matter whether there is a comment, an empty line,... -
Example - adding an empty line (which isn't visible in the rendered Markd…
-
## Environment
- OS: [MacOS]
- OS Version [Ventura 13.5.1]
- VS Code Version [1.81.1]
- Racket version [e.g. 8.9]
- Racket Langserver checksum [570b19570db40647c5ae69c73a67d3a05466a465]
- Magic …