From 6cb7733691726ed76ce28ee5360edbe5ef935faa Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 3 Dec 2025 08:57:26 -0800 Subject: [PATCH] Update documentation/docs/01-introduction/02-getting-started.md --- documentation/docs/01-introduction/02-getting-started.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/documentation/docs/01-introduction/02-getting-started.md b/documentation/docs/01-introduction/02-getting-started.md index f9e4c430ee..1dd6d4a01e 100644 --- a/documentation/docs/01-introduction/02-getting-started.md +++ b/documentation/docs/01-introduction/02-getting-started.md @@ -23,9 +23,7 @@ There are also [plugins for other bundlers](/packages#bundler-plugins), but we r ## Editor tooling -The Svelte team maintains a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode), and there are integrations with various other [editors](https://sveltesociety.dev/resources#editor-support) and tools as well. -For other editors, see the Editor Support collection: -https://sveltesociety.dev/collection/editor-support-c85c080efc292a34 +The Svelte team maintains a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode), and there are integrations with various other [editors](https://sveltesociety.dev/collection/editor-support-c85c080efc292a34) and tools as well. You can also check your code from the command line using `sv check`(https://github.com/sveltejs/cli).