-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
DAP pack in astrocommunity.pack.typescript is missing typescript dap support #148
Comments
please provide a |
Thanks for the reply @luxus https://gist.github.com/citosid/a335aa8a4dfa9d5b860189c87a36d922 |
@luxus I did an installation from scratch installing only the git clone [email protected]:/AstroNvim/AstroNvim ~/.config/Test
git clone https://github.com/AstroNvim/user_example ~/.config/Test/lua/user
# Modify the file ~/.config/Test/lua/user/plugins/community.lua and add the typescript pack
NVIM_APPNAME=Test nvim Open a very basic typescript file, add a break point, start the debugger, and the same error happens |
@luxus more information: I decided to try and make work the main Based on that, I think the issue in this pack is the same. It is trying to use So, the solution would be changing the pack to some configuration similar to the one I have in that other issue. However, I'm not sure if I'm the only one with this issue or if you (or @mehalter) as the original creators of the pack have more comments about it... |
I can confirm that I've also been having issues with the DAP starting and ignoring breakpoints, I've just assumed that it's been a misconfiguration on my part. |
@luxus We should take a look at abz's stuff, it worked perfectly fine. |
Feel free :) |
Can masta give dobby a sock? |
I've got DAP working with JS. It's not ignoring breakpoints here for me. TS is another story... |
I have removed the DAP configuration from the TypeScript pack while we're working on a solution. |
Just a heads up. I'll take a look at this after 15th of May |
@Uzaaft just a heads up. the 15th of May is nearly a year away |
@luxus Thanks for the reminder! I should plan the PR so that I don't miss forget the date! |
Deno TS + JS and node JS daps are implemented. |
JS dap has been released. |
Super keen to see the TS + node one! |
looks like it will be really after 15. of may :D |
Thanks @Uzaaft! Unfortunately I ended up creating my own integration and actually moved out of AstroNvim. Now I have my own configuration without any distribution. Thanks for all your work though! I'm sure all the devs that use AstroNvim will love to try this out! |
@citosid No worries, good luck with your own config :) Do you have a link to your integration? 👀 |
@Uzaaft, is the same that I posted above. Right now I'm in the process of migrating to a more simpler neovim configuration. You can see the dot files here: https://github.com/citosid/vim although it does not have the dap configuration yet. |
@Uzaaft Yeah I'd be keen to try it if you have a branch to link me! Thank you! |
I have this error with the typescript pack:
I already deleted ~/.cache/nvim and ~/.local/nvim and performed a very clean installation and the same error happens.
The adapter is being executed:
Due to this, if I try again after executing the debug the first time, it fails with another error saying there is already another process running (which makes sense...)
Any ideas what could be wrong?
The text was updated successfully, but these errors were encountered: