thebrowsercompany / swift-webdriver

A Swift library for communicating with WebDriver (Appium/WinAppDriver) endpoints
BSD 3-Clause "New" or "Revised" License
105 stars 3 forks source link

Default to building with swift. #37

Closed fischman-bcny closed 1 year ago

fischman-bcny commented 1 year ago

Motivated by the absence of https://github.com/microsoft/vscode-cmake-tools/issues/3257 and to minimize developer confusion. The contents of the tasks.json file in this commit are what VSCode auto-populated, minus a cwd value that included my username.

Also drop the .gitignore'ing of the .vscode directory, since this is something we do want developers to share.

Testing

code . in the webdriver-swift checkout directory and hitting ctrl-shift-B triggers the swift build without prompting about other build system.s