-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Added functionality to use vscode api in svelete #13
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: ayush3160 <[email protected]>
@Akash-Singh04 Can you please review this. And let me know If any feature is breaking because of this change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested the changes locally, It works smoothly!
@ayush3160 You can safely delete the sidebar.js file now 👍🏻 |
Signed-off-by: ayush3160 <[email protected]>
@Akash-Singh04 , I have removed sidebar.js file please have a look. |
@ayush3160 You'll also need to remove its references from SidebarProvider.ts |
@Akash-Singh04 , I think I have done that can you please mention which reference you are talking about |
@ayush3160 yep that's all good! |
@ayush3160 can you please resolve the conflicts! |
fixes : #2144
In this PR I have added the functionality to call vscode api directly from svelte files and hence removing the dependency over the sidebar.js file completely.