language-tools icon indicating copy to clipboard operation
language-tools copied to clipboard

The Svelte Language Server, and official extensions which use it

Results 329 language-tools issues
Sort by recently updated
recently updated
newest added

### Describe the bug Since fc2144b8 the fallback file watcher using chokidar no longer works. ### Reproduction Can reproduce in neovim using this config: in `~/.config/nvim/after/ftplugin/svelte.lua` ```lua vim.lsp.start({ name =...

bug

### Describe the bug When working with a library project in a mono repo with the tsconfig module resolution set to : `"moduleResolution": "NodeNext"`, it eventually starts getting this error...

bug

### Describe the bug Hello, is this not possible in Svelte? Seems like the compiler is having a meltdown ```ts import _Button from './Button.svelte'; import ButtonLink from './ButtonLink.svelte'; const Button...

question

### Description For HTML code, it's very useful to be able to select any tag, opening or closing, and be able to see its matching tag. When working with the...

feature request

### Describe the bug After updating to 109.0.0 version of Svelte for VS code. suddenly the language server keeps freezing and crashes after a while. I couldn't recreate this issue...

awaiting submitter

### Describe the bug When using a `#each` statement and accessing an object's properties, the suggestions will stop working after inserting a dot. See the video below for a better...

bug
limitation

### Description In Svelte 5 tags with a dot in it are counted as components. They should be highlighted as such from our textmate grammar. ### Proposed solution adjust grammar...

feature request

### Description We can drop multiple dependencies (sade/mri) from `svelte-check` when bumping `engines` to 18.3 ### Proposed solution ``` import { parseArgs } from 'node:util'; ``` ### Alternatives _No response_...

Bumps [rollup](https://github.com/rollup/rollup) from 3.7.5 to 3.29.5. Release notes Sourced from rollup's releases. v3.29.4 3.29.4 2023-09-28 Bug Fixes Fix static analysis when an exported function uses callbacks (#5158) Pull Requests #5158:...

dependencies

### Describe the bug Maybe this is not a bug, and maybe it is just me unable to configure things properly. Since I have struggled with this for a couple...

question