mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-24 00:25:58 +02:00
27 lines
622 B
JSON
27 lines
622 B
JSON
{
|
|
"search.followSymlinks": false,
|
|
"files.exclude": {
|
|
".git/**": true
|
|
},
|
|
"files.watcherExclude": {
|
|
".git/**": true
|
|
},
|
|
"search.exclude": {
|
|
".git/**": true
|
|
},
|
|
"files.associations": {
|
|
},
|
|
"swift.sourcekit-lsp.backgroundIndexing": "on",
|
|
"swift.sourcekit-lsp.trace.server": "messages",
|
|
"terminal.integrated.profiles.osx": {
|
|
"zsh": {
|
|
"path": "/bin/zsh",
|
|
"args": [
|
|
"-l",
|
|
"-i"
|
|
]
|
|
}
|
|
},
|
|
"swift.sourcekit-lsp.serverPath": "${workspaceFolder}/build-input/sourcekit-lsp",
|
|
}
|