mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 13:35:19 +00:00
19 lines
506 B
JSON
19 lines
506 B
JSON
{
|
|
"sweetpad.build.xcodeWorkspacePath": "Telegram/Swiftgram.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
|
|
},
|
|
"files.associations": {
|
|
"memory": "cpp"
|
|
}
|
|
}
|