mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Update settings
This commit is contained in:
parent
cfd7a5242a
commit
9c609350aa
1 changed files with 13 additions and 4 deletions
17
.vscode/settings.json
vendored
17
.vscode/settings.json
vendored
|
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
"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
|
||||
|
|
@ -13,5 +10,17 @@
|
|||
".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",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue