diff --git a/.vscode/settings.json b/.vscode/settings.json index 3090f4c8be..a949672dbf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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", }