We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1e31f commit cd0998fCopy full SHA for cd0998f
packages/svelte-vscode/README.md
@@ -6,6 +6,10 @@ Provides syntax highlighting and rich intellisense for Svelte components in VS C
6
7
If you added `"files.associations": {"*.svelte": "html" }` to your VSCode settings, remove it.
8
9
+If you have previously installed the old "Svelte" extension by James Birtles, uninstall it:
10
+- Through the UI: You can find it when searching for `@installed` in the extensions window (searching `Svelte` won't work).
11
+- Command line: `code --uninstall-extension JamesBirtles.svelte-vscode`
12
+
13
Do you want to use TypeScript/SCSS/Less/..? [See the docs](/docs/README.md#language-specific-setup).
14
15
More docs and troubleshooting: [See here](/docs/README.md).
0 commit comments