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** If you set SCSS as the default style language and not set it inside the component itself on `` tag, it would mess up the whole highlighting...

bug
wontfix

**Describe the bug** Suddenly, after working for a while, Svelte for VS Code stops working. It will still give me options for auto-importing files, but there is no path included...

bug
upstream

### Description Regarding the shortcut to directly access store values , https://svelte.dev/docs#component-format-script-4-prefix-stores-with-$-to-access-their-values A pattern I've noticed which has become a sore point over and over is refactoring or writing new...

enhancement

just helping to pick up issues from https://github.com/sveltejs/language-tools/issues/83 go to definition - [ ] go to definition from class in template to css - [ ] go to definition from...

**Is your feature request related to a problem? Please describe.** I have a project that uses alternative tsconfig files for different environments (e.g. `tsconfig.dev.json` `tsconfig.prod.json`). The svelte-check `--tsconfig` flag doesn't...

needs repro

**Describe the bug** A clear and concise description of what the bug is. When having a file named ``input.svelte`` and then typing ```` into any other component, vscode will not...

bug
needs repro

### Describe the bug When using an Emmet abbreviation in a pug template Emmet does not use pug syntax. ![2022-08-23_02-48](https://user-images.githubusercontent.com/48845898/186044585-ac5c9bab-7108-49d4-828d-e4b12eff1bc0.png) ![2022-08-23_02-48_1](https://user-images.githubusercontent.com/48845898/186044596-843480f4-bf25-4f05-8a5f-40183bfb2fbe.png) ### Reproduction 1. Create template with `lang="pug"` 2. Use...

bug

### Describe the bug The file [svelte2tsx/svelte-jsx.d.ts#L348](https://github.com/sveltejs/language-tools/blob/967806d1510bbf50fab7e9defea1a4046b4ae9c6/packages/svelte2tsx/svelte-jsx.d.ts#L348) defines `EventHandler` as ```ts type EventHandler = (event: E & { currentTarget: EventTarget & T}) => any; ``` It therefore guarantees that `currentTarget`...

bug

### Describe the bug See below ### Reproduction ```svelte import { assets } from '$app/paths'; const foo = `${assets}/foo`; import { browser } from '$app/env'; {#if browser} {/if} ``` After...

bug
limitation

### Describe the bug I have Svelte for VSCode extension installed, `'Fira Code', monospace` set as the Font Family and `Bracket Pair Colorization` enabled in VSCode settings. When VSCode updated...

bug
upstream