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
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 hittingctrl-shift-B
triggers the swift build without prompting about other build system.s