diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2025-04-27 11:25:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-27 11:25:56 -0700 |
commit | daa1e175531495b0ba07179a2c7fc609eb7d371c (patch) | |
tree | be0f098d6d10a5b7fb9820280186d188b460679f /llvm/lib/ProfileData/Coverage/CoverageMapping.cpp | |
parent | 7904298c794913489202467599c7eacc860dd6d7 (diff) | |
download | llvm-daa1e175531495b0ba07179a2c7fc609eb7d371c.zip llvm-daa1e175531495b0ba07179a2c7fc609eb7d371c.tar.gz llvm-daa1e175531495b0ba07179a2c7fc609eb7d371c.tar.bz2 |
[lldb-dap] Make lldb-dap.executable-path machine specific (#137485)
Change the scope [1] of lldb-dap.executable-path to
"machine-overridable":
> Machine specific settings that can be overridden by workspace or
> folder settings.
Practically speaking, this means that the path won't be synced across
machines and "(Not synced)" will show up next to the setting. I believe
it doesn't make sense to sync this setting (and I remember a bug report
where this caused trouble when using VS Code remotely), plus it matches
what clangd does for its corresponding setting. The extension has logic
to find the binary in your path or with `xcrun` which in most cases
should do the right thing and prevent you from having to override this
setting.
[1]
https://code.visualstudio.com/api/references/contribution-points#Configuration-property-schema
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMapping.cpp')
0 files changed, 0 insertions, 0 deletions