mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2025-12-17 12:03:01 +01:00
17 lines
206 B
Plaintext
17 lines
206 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"name": "Swift Package Dependencies",
|
|
"path": ".build/checkouts"
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.exclude": {
|
|
".build": true,
|
|
".swiftpm": true
|
|
}
|
|
}
|
|
} |