[all-commits] [llvm/llvm-project] 39e6e8: [lldb-dap] Adding defaults to VSCode settings for ...
John Harrison via All-commits
all-commits at lists.llvm.org
Fri May 2 09:06:56 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39e6e888a8155583713e1b8b256119a2be7902e0
https://github.com/llvm/llvm-project/commit/39e6e888a8155583713e1b8b256119a2be7902e0
Author: John Harrison <harjohn at google.com>
Date: 2025-05-02 (Fri, 02 May 2025)
Changed paths:
M lldb/tools/lldb-dap/README.md
M lldb/tools/lldb-dap/package.json
M lldb/tools/lldb-dap/src-ts/debug-configuration-provider.ts
Log Message:
-----------
[lldb-dap] Adding defaults to VSCode settings for user level defaults. (#137694)
This adds support for loading user level defaults in VSCode. The
defaults are stored as basic settings that are loaded when the debug
configuration is resolved. Not all settings are currently supported, I
limited it to settings that would likely apply across multiple
launch.json configurations.
This should resolve #134564
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list