Shpetim

Results 8 comments of Shpetim

@jiahaoxiang2000 I checked the pr you created out of curiosity and found an issue with the onSelect logic you should should offset the cursor logic otherwise the ui will only...

created a pr for this issue @rekram1-node @OpeOginni managed to reproduce in vscode when you have time feel free to check it out

Created a POC for this, took some inspiration from cursors desing lmk what you think and if I should create a pr @adamdotdevin

@adamdotdevin created a pr whenever you have time feel free to check it out

@EvanZhouDev I don't see a case where it would make sense to register the same plugin twice but yes if this is a thing that could break other plugins then...

@EvanZhouDev @rekram1-node I ran into the same issue while developing a plugin found the bug created pr feel free to check it out

Btw @arsham and @EvanZhouDev you can also fix it without updating opencode by just having one export for your plugin _export const YourPlugin_ either _export default YourPlugin_ if you have...