fireplusteam
fireplusteam
@wojciech-kulik , you can write the script which would setup proxy for xcbbuildserver automatically and uninstall it and use in a plugin
Also there's a drawback which I don't know how to resolve (seems like limitation of sourcekit), if you've made a change in module A, and there're errors in module A,...
Not sure if we want to have this as files can move to another folder/target/rename/delete etc and it's not something that xcode build server should handle, if you need to...
@wojciech-kulik here's my extension to VS code https://github.com/fireplusteam/ios_vs_code I stole one file from you related to project management written in ruby :) You can see how it works in files...
Thinking about that! Do we really want the background build implemented on xcode-build-server as it's up to the client to decide when to start the build and how to start...
@wojciech-kulik , looks like I reproduced your case, I used to watch to xcode build with xcode build server, which automatically refreshes the source-lsp, but by manually parsing -a of...
[server.py.zip](https://github.com/SolaWing/xcode-build-server/files/14666205/server.py.zip) I did that change and it started to work fine with parse -a
@SolaWing , I restarted a Mac and looks like it fixes something with lsp server, now it works, thanks I'm not using manual parse, just tried it out but something...
@ahoppen , That works in xCode though