Open
Description
Describe the bug
When the extension launches upon opening a .swift file, it fails to find lldb-vscode.
I've tried installing llvm using brew and setting a custom path in the settings directly to the lldb-dap
and also using the path automatically set by the extension: /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB
To Reproduce
Steps to reproduce the behavior:
- Install Extension
- Open a
.swift
file - See error in "Swift" Output (console).
Expected behavior
The extension should start without an error and find lldb-vscode (or lldb-dap).
Environment
- OS: MacOS Sequoia 15.1
- Swift version swift-driver version: 1.115 Apple Swift version 6.0.2 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
- Visual Studio Code version: Version: 1.95.1 (Universal)
- vscode-swift version: v1.11.3
Additional context

Metadata
Metadata
Assignees
Type
Projects
Status
In Progress