-
-
Notifications
You must be signed in to change notification settings - Fork 223
Open
Labels
feature requestNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Svelte extension in VSCode seems to have 1 second debounce delay between checking

Compared to TypeScript which is around 500ms

for some developer 1s delay is too long or doesn't feel responsive
Describe the solution you'd like
It would be nice to be able to change the debounce value to provide more responsive checking for developer with beefier machine
Additional context
I'm using Svelte VSCode v105.3.4 and those are my devDependencies (default from npm init svelte@next my-app with TS + Eslint + Prettier)
{
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-svelte3": "^3.2.0",
"prettier": "~2.2.1",
"prettier-plugin-svelte": "^2.2.0",
"svelte": "^3.34.0",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.0.0",
"typescript": "^4.0.0"
}
PatrickG and GagnDeep
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request