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

## TL:DR; Since the syntax highlighting works fine on VS Code, I was assuming that it was a GitHub linguist issue. However, there was a feedback that it might be...

bug

> In my case the cause of the slow IntelliSense was the addition of `"svelte-google-materialdesign-icons": "^0.8.3"` this exports all of its components for the icons and makes autocomplete very slow...

perf

`svelte-check` will not use a `jsconfig.json`'s `exclude` option to ignore `.svelte` files. Please see [this](https://github.com/kierangilliam/svelte-check-ignores-excludes) to reproduce. If you open this project in vscode and navigate to `jsconfig.json` you'll see...

bug
breaking change

This came up in a conversation with @TehShrike - assume you have a project which you slowly want to convert from JS to TS. You have `"allowJs": false` and you...

bug
breaking change

### Describe the bug According to https://github.com/sveltejs/svelte/issues/4442 props' default values are really *initial* values as they are only used when a component is first created. While I consider this, [as](https://github.com/sveltejs/svelte/issues/1467)...

Blocked

Loose collection of things we should do for v4: - make TypeScript a peer dependency Timing: - after we investigated Volar - with Svelte 5?

breaking change

This type in our `d.ts` file in `svelte2tsx`: ```ts type HTMLProps = Omit & Override; ``` Results in the `data-${string}` type overriding any more narrow types like `data-sveltekit-..`. In other...

breaking change

### Describe the bug Not sure what happen but the Svelte Intellisense is extremely slow after I update the VSCode: ``*.svelte`` file example: ![svelte-slow](https://user-images.githubusercontent.com/28552977/231504379-7f0c6ddf-a826-4928-934e-31863cd73055.gif) ``*.ts`` file example ![ts-not-slow](https://user-images.githubusercontent.com/28552977/231504548-c6d747bf-dc4f-48ec-aac1-56c0c7fe1126.gif) As you...

bug
awaiting submitter

### Describe the bug When working in a monorepo, you can use path alias and includes from the tsconfig to import svelte files from shared libraries. This works fine until...

bug

### Describe the bug We use CSS containers in our code, but svelte-check breaks if we use [Container Query Length Units](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_container_queries#container_query_length_units) (cqw, cqh, ...) in our SCSS code. We have...

bug
Fixed
upstream