swiftlang / vscode-swift

Visual Studio Code Extension for Swift
https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang
Apache License 2.0
706 stars 47 forks source link

Use proper lldb path on Windows #890

Closed matthewbastien closed 2 weeks ago

matthewbastien commented 2 weeks ago

Issue: #887

On Windows, the LLDB executable is named lldb.exe and wasn't being located correctly.

award999 commented 2 weeks ago

Is there existing tests we can add an extra case?

matthewbastien commented 2 weeks ago

Is there existing tests we can add an extra case?

Not until we have a Windows testing platform on Jenkins.