Update settings

This commit is contained in:
Isaac 2025-11-24 00:25:24 +08:00
parent cfd7a5242a
commit 9c609350aa

17
.vscode/settings.json vendored
View file

@ -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",
}