We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd7a52 commit 9c60935Copy full SHA for 9c60935
.vscode/settings.json
@@ -1,7 +1,4 @@
1
{
2
- "sweetpad.build.xcodeWorkspacePath": "Telegram/Telegram.xcodeproj/project.xcworkspace",
3
- "lldb.library": "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB",
4
- "lldb.launch.expressions": "native",
5
"search.followSymlinks": false,
6
"files.exclude": {
7
".git/**": true
@@ -13,5 +10,17 @@
13
10
14
11
},
15
12
"files.associations": {
16
- }
+ },
+ "swift.sourcekit-lsp.backgroundIndexing": "on",
+ "swift.sourcekit-lsp.trace.server": "messages",
+ "terminal.integrated.profiles.osx": {
17
+ "zsh": {
18
+ "path": "/bin/zsh",
19
+ "args": [
20
+ "-l",
21
+ "-i"
22
+ ]
23
+ }
24
25
+ "swift.sourcekit-lsp.serverPath": "${workspaceFolder}/build-input/sourcekit-lsp",
26
}
0 commit comments