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

Fix user's custom LLDB commands settings append target.source-map be overwritten #10838

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

qhhonx
Copy link

@qhhonx qhhonx commented Sep 4, 2023

If users set their specific LLDB settings with settings append target.source-map SRC_DIR DEST_DIR in Debugger Configuration/LLDB Startup Commands , it will be overwritten by intellij-rust plugin built-in sourceMapCommand which using settings set instead of settings append right now.

changelog: Fix user's custom LLDB commands settings append target.source-map be overwritten

If users set their specific LLDB settings with `settings append target.source-map SRC_DIR DEST_DIR` in Debugger Configuration/LLDB Startup Commands , it will be overwritten by intellij-rust plugin built-in sourceMapCommand which using `settings set` instead of `settings append` right now.
@qhhonx
Copy link
Author

qhhonx commented Sep 18, 2023

hi, @Kobzol, Though RustRover is unveiled, Can this little but annoying bugfix be merged ?

@Kobzol
Copy link
Member

Kobzol commented Sep 18, 2023

Hi, based on the RustRover announcement, this open-source version of the plugin is basically discontinued and won't receive new features nor bug fixes (apart from being updated for new IntelliJ releases).

That means that open PRs on this repo probably won't ever be merged.

If you want to see this fixed, I'd suggest you to create an issue on the RustRover issue tracker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants