-
VS Code's built-in TypeScript syntax highlighting supports rainbow brackets for type generics, as evidenced by this repro.
```ts
type Test = Array;
```
Admittedly, only the left angle brackets…
-
### Thank you for the bug report
- [X] I am using the latest version of `lsp-mode` related packages.
- [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https:…
-
i apologize for creating an issue if it is inappropriate, but i couldn't find a better place to put this tip. if you are working with tailwind + maud and are using the tailwind vscode extension, you c…
-
Something bad seems to be happening in an interaction with the languageserver-rust plugin.
**Atom**: 1.19.2 x64
**Electron**: 1.6.9
**OS**: Linux Mint
**Thrown From**: [vim-mode-plus](https://gi…
-
### **Describe the bug**
After building from source a Tauri app, [Commandos](https://github.com/Commandos-app/Commandos) after doing a npm run tauri dev, at some point Windows Defender freaks o…
-
Turning off warnings has no effect.
-
For some reason, `ARGV0` gets overwritten when running commands, which affects several commands in the rust toolchain such as `cargo` and `rustup`.
The same issue can be observed in similar situati…
-
See https://github.com/nix-community/crate2nix/pull/318.
## Reproduction Steps
1. `nix develop` (or `nix-shell` or direnv)
2. `niv update nixpkgs`
3. Build/run integration tests:
```
…
-
Looking at `HighlightingKind`, clangd's semantic highlighting seems to be missing a lot of basic tokens (e.g. strings, numbers, operators). Because of that, highlighting based on this alone looks very…
-
**Describe the bug**
I am using Cursor.AI (VSCode-based) to develop and mise does not work when my shell is Zsh.
**To Reproduce**
1. Add `eval "$(mise activate zsh)"` on the zshrc file
2. Set Cu…