Skip to content

Commit cd0998f

Browse files
authored
(docs) add note about uninstalling the old Svelte extension (#372)
1 parent fe1e31f commit cd0998f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/svelte-vscode/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Provides syntax highlighting and rich intellisense for Svelte components in VS C
66

77
If you added `"files.associations": {"*.svelte": "html" }` to your VSCode settings, remove it.
88

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+
913
Do you want to use TypeScript/SCSS/Less/..? [See the docs](/docs/README.md#language-specific-setup).
1014

1115
More docs and troubleshooting: [See here](/docs/README.md).

0 commit comments

Comments
 (0)