Skip to content
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

how to get configuration for debugging? #18001

Closed
jm-observer opened this issue Aug 29, 2024 · 2 comments
Closed

how to get configuration for debugging? #18001

jm-observer opened this issue Aug 29, 2024 · 2 comments
Labels
C-support Category: support questions

Comments

@jm-observer
Copy link

jm-observer commented Aug 29, 2024

Hello, I'm facing an issue while improving the debugging functionality of the Lapce IDE.

I noticed that there is already a similar function implemented in TypeScript(#3441 #4366). Is there a way to get these parameters using Rust or through the Language Server Protocol (LSP)?

@jm-observer jm-observer added the C-support Category: support questions label Aug 29, 2024
@Veykril
Copy link
Member

Veykril commented Aug 30, 2024

No, these things all live in the VSCode extension. The server has no knowledge of debugging https://github.com/rust-lang/rust-analyzer/blob/master/editors/code/src/debug.ts

@jm-observer
Copy link
Author

ok,thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-support Category: support questions
Projects
None yet
Development

No branches or pull requests

2 participants