Skip to content

Commit 9c60935

Browse files
author
Isaac
committed
Update settings
1 parent cfd7a52 commit 9c60935

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.vscode/settings.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
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",
52
"search.followSymlinks": false,
63
"files.exclude": {
74
".git/**": true
@@ -13,5 +10,17 @@
1310
".git/**": true
1411
},
1512
"files.associations": {
16-
}
13+
},
14+
"swift.sourcekit-lsp.backgroundIndexing": "on",
15+
"swift.sourcekit-lsp.trace.server": "messages",
16+
"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",
1726
}

0 commit comments

Comments
 (0)