owensd / swift-langsrv

The language service implementation for VS Code.
MIT License
16 stars 4 forks source link

Switch to using llbuild to generate the .yaml build files #3

Open owensd opened 7 years ago

owensd commented 7 years ago

Currently, the server requires the debug.yaml output to pass the arguments into the compiler for completion. This is necessary for handling new file additions and file renames without recompilation.