mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
15 lines
446 B
JSON
15 lines
446 B
JSON
{
|
|
"sweetpad.build.xcodeWorkspacePath": "Telegram/Telegram.xcodeproj/project.xcworkspace",
|
|
"lldb.library": "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB",
|
|
"lldb.launch.expressions": "native",
|
|
"search.followSymlinks": false,
|
|
"files.exclude": {
|
|
".git/**": true
|
|
},
|
|
"files.watcherExclude": {
|
|
".git/**": true
|
|
},
|
|
"search.exclude": {
|
|
".git/**": true
|
|
}
|
|
}
|