CodeEditApp / CodeEditKit

CodeEditKit is an interface between CodeEdit and extensions
MIT License
93 stars 23 forks source link

Temporarily remove LanguageClient dependency #18

Closed FastestMolasses closed 7 months ago

FastestMolasses commented 7 months ago

Description

Removes the LanguageClient and ProcessService dependency from this library so that it can be added and updated within the main CodeEdit repo instead. This is just temporary to allow the LSP code to exist and be updated without relying on CodeEditKit's version.

Related Issues

Closes #17

Checklist

austincondiff commented 7 months ago

SwiftLint is failing, is this temporary too or can you fix this?

Wouter01 commented 7 months ago

Instead of commenting out the code, I would just remove it alltogether, as it's not working, and probably out of date. The code is also from ChimeKit, and I should have referenced that.

FastestMolasses commented 7 months ago

Fixed!