-
-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Describe the bug
importing component giving suffix _SvelteComponent
example: import App__SvelteComponent_ from './App.svelte';
Reproduction
Typing import ComponentName then tab will produce ComponentName with suffix _SvelteComponent
example: import App__SvelteComponent_ from './App.svelte';
Expected behaviour
import App from './App.svelte'
System Info
- OS: Windows 10
- IDE: VSCode 1.84.1
Which package is the issue about?
Svelte for VS Code extension
Additional Information, eg. Screenshots
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers

