Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove files related to plugin extension system #1195

Merged
merged 2 commits into from
Mar 23, 2023

Conversation

Wouter01
Copy link
Member

Description

There are still lots of files (and some dependencies) present related to an extension system based on plugins. CodeEdit won't support extensions which work with plugins due to some security risks. Instead, CodeEdit will use Apple's ExtensionKit and later on a JS API which will work similar to ExtensionKit (with XPC). Therefore, these files are not needed and can be removed.

This PR also temprarily removed the dependency on CodeEditKit. This will be added again later on when the package will be actively used.

Related Issues

Checklist

  • I read and understood the contributing guide as well as the code of conduct
  • The issues this PR addresses are related to each other
  • My changes generate no new warnings
  • My code builds and runs on my machine
  • My changes are all related to the related issue above
  • I documented my code

0xWDG
0xWDG previously approved these changes Mar 23, 2023
Copy link
Collaborator

@0xWDG 0xWDG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, please only check the tests they are failing

Signed-off-by: Wouter01 <[email protected]>
Copy link
Member

@lukepistrol lukepistrol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@Wouter01 Wouter01 merged commit 0c3f75e into CodeEditApp:main Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants