Snorlax

Results 48 comments of Snorlax

Hi, @cpsauer I have done some work to extend command-extractor for apple project based on Sourcekit-lsp. It works well on swift and objective-c project using swift plugin in vscode(conflicted with...

Hi Chris, How well does sourcekit-lsp work? Do things work well, like clangd? - Since sourcekit-lsp is top of clangd it is exactly the same experience under objc and c...

I didn't noticed that there is another branch to [CompilationDatabaseBuildSystem](https://github.com/apple/sourcekit-lsp/blob/main/Sources/SourceKitLSP/Workspace.swift#L98) and went to investigate `BuildServerBuildSystem ` and everything as usual when I removed buildServer.json! Fortunately, it didn't waste too much...

Pleasure to PR #89 The fork has been rebased and left space for extending more language. Yes, We do work together:) --- I only have mac environment so it didn't...

I've fixed this problem myself for a long time, but it seems not to be maintained at the moment, I'll post the patch. ``` diff --git a/Sources/Updaters/UICollectionViewUpdater.swift b/Sources/Updaters/UICollectionViewUpdater.swift index bbc4db5..e3f8352...

Hey Chris @cpsauer , Can you please to help me review it? #89

"Very interesting that there are multiple! I'd have guessed that would have triggered a lot of unnecessary recompilation. If you know why, I'd be very curious." That's how I understand...

> Do you not still need exclude_swift? What happened there? Thank you for your kindly permission but it is not needed now~ I have already filtered the swift source before...

> I think we'll still need exclude_swift for others, otherwise we'll break their fb Infer setups! Could I ask you to re-add it for now? Could you also file an...