mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
29 lines
906 B
JSON
29 lines
906 B
JSON
{
|
|
"swift.disableSwiftPackageManagerIntegration": true,
|
|
"swift.autoGenerateLaunchConfigurations": false,
|
|
"swift.disableAutoResolve": true,
|
|
"search.followSymlinks": false,
|
|
"files.exclude": {
|
|
".git/**": true
|
|
},
|
|
"files.watcherExclude": {
|
|
".git/**": true
|
|
},
|
|
"search.exclude": {
|
|
".git/**": true
|
|
},
|
|
"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",
|
|
"sourcekit-bazel-bsp.rulesAppleName": "build_bazel_rules_apple",
|
|
"cmake.sourceDirectory": "/Users/ali/build/telegram/telegram-ios/submodules/rlottie/rlottie/test"
|
|
}
|