diff options
author | elioat <{ID}+{username}@users.noreply.github.com> | 2024-06-28 10:11:05 -0400 |
---|---|---|
committer | elioat <{ID}+{username}@users.noreply.github.com> | 2024-06-28 10:11:05 -0400 |
commit | 3acf61d9f774418cafa99f9800aef9bb9741047c (patch) | |
tree | e3292174a8f0ecad1516b42ee429b45c39c45157 /swift/life | |
parent | ba2ebe532ad8cc56b5d231b1a5301a78ce0d16b9 (diff) | |
download | tour-3acf61d9f774418cafa99f9800aef9bb9741047c.tar.gz |
*
Diffstat (limited to 'swift/life')
-rw-r--r-- | swift/life/.vscode/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swift/life/.vscode/settings.json b/swift/life/.vscode/settings.json index bf01c5d..17dc782 100644 --- a/swift/life/.vscode/settings.json +++ b/swift/life/.vscode/settings.json @@ -1,4 +1,4 @@ { - "lldb.library": "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB", + "lldb.library": "/Library/Developer/CommandLineTools/Library/PrivateFrameworks/LLDB.framework/Versions/A/LLDB", "lldb.launch.expressions": "native" } \ No newline at end of file |