-
Seems it does not recognize tests inside tsx files:
![Screenshot from 2024-01-30 18-08-04](https://github.com/marilari88/neotest-vitest/assets/7434/8044c7c6-57ce-445d-825c-ffee223e7990)
I follow…
-
Hi, I wrote a blog post about LSP integration using the `lsp` library and a corresponding extension in VSCode:
https://dodisturb.me/posts/2023-09-30-Haskell-LSP-Laboratory.html
Can it be added t…
-
### Your `minimal.lua` config
```lua
local root = vim.fn.fnamemodify("./.repro", ":p")
-- set stdpaths to use .repro
for _, name in ipairs({ "config", "data", "state", "cache" }) do
vim.env[(…
-
Currently, the VS Code extension searches for nimlangserver in the PATH and if it doesn't find it, it attempts to install it via `nimble install nimlangserver --accept`. There are two potential proble…
-
LSP allows you to implement `codeAction/resolve` to fill in details of code actions when the user is considering applying them, rather than immediately when the list of code actions is requested. This…
-
Wherever LSP is in use, I keep getting this warning for the last few months.
It's most probably related to [this](https://github.com/syl20bnr/spacemacs/blame/develop/layers/%2Btools/dap/packages.el…
-
Original Author: @shelby3
Original URL: https://github.com/keean/zenscript/issues/35#issue-243345358
Original Date: July 17, 2017
---
|
----- | -----
![](https://upload.wikimedia.org/wik…
-
### Your environment
Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools`:
```sh
haskell-language-server version: 1.1.0.0 (GHC: 8.10.4) (PATH: …
bsaul updated
10 months ago
-
I'm having some issues with getting the extension to work right - currently, my Cabal installation is from ghcup, and Stack is built from Cabal (GHC 8.8.3). When loading projects in VSCode, I keep get…
-
### Your environment
Which OS do you use?
```
❯ uname -a
Darwin vega.Home 22.5.0 Darwin Kernel Version 22.5.0: Thu Jun 8 22:22:20 PDT 2023; root:xnu-8796.121.3~7/RELEASE_ARM64_T6000 arm…