-
Notifications
You must be signed in to change notification settings - Fork 84
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
Codi typescript prompt #136
Comments
Noticed an issue on BigSur that whenever try to add a multi-line statement (like for loop, function definition) it starts working. |
same issue |
@topaxi (maintainer), if you have time can you take a look? |
I'm not the maintainer of this, I was probably accidentally tagged here? 😁 |
Haha, alright I see, this has been three years ago, I haven't used or done anything on here since then :) I don't think I'll have time to look into this, sorry 😉 |
I'd be happy to take over as the maintainer, is there any documentation to this I could read over to get familiar with the project?
…On Sun, Feb 13, 2022 at 5:12 AM, Damian Senn < ***@***.*** > wrote:
Haha, alright I see, this has been three years ago, I haven't used or done
anything on here since then :)
I don't think I'll have time to look into this, sorry 😉
—
Reply to this email directly, view it on GitHub (
#136 (comment)
) , or unsubscribe (
https://github.com/notifications/unsubscribe-auth/ANK7G7GH7IQYGFLFHW7QFKTU257ZDANCNFSM46XTHF2A
).
You are receiving this because you commented. Message ID: <metakirby5/codi
. vim/issues/136/1037985957 @ github. com>
|
Unfortunately, I don't have any documentation specifically for contributors, since this was largely created as a personal tool.
Feel free to reach me at my email for any questions. |
Issue description
Codi doesn't work with typescript in specific circumstances.
What I found is that the expected 'prompt' and detected 'prompt' is not match. it does not detect 'new line (\n)' and also '}'.
I was trying to fix it but I'm not 100% sure it's happening because of this.
Here's the code
Environment
Log
As you can see in the log, expecting prompts is 19 but they only detect 14. Any advice to fix this?
The text was updated successfully, but these errors were encountered: