Skip to content

Adapt SourceKit LSP plugin to Swift 6

david-swift requested to merge david-swift/gnome-builder:main into main

The --generated-interfaces-path option of SourceKit LSP was renamed to --generated-files-path (before and after). The new Swift 6 compiler ships SourceKit LSP with the --generated-files-path option. Therefore, the plugin should use the new option compatible with future versions (hopefully).

Edited by david-swift

Merge request reports

Loading