Files
sourcekit-lsp/sourcekit-lsp.code-workspace
David Goldman ce756c8c2e Show swift pm dependencies in the VS Code project
Change-Id: If2cf5fc8da2eb7e2955e004fcfb0e839365b01bc
2020-10-09 10:53:03 -04:00

17 lines
206 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"name": "Swift Package Dependencies",
"path": ".build/checkouts"
}
],
"settings": {
"files.exclude": {
".build": true,
".swiftpm": true
}
}
}