Skip to content

Instantly share code, notes, and snippets.

@archseer
Last active October 2, 2023 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save archseer/60ce08212f79f18e911144c42810da36 to your computer and use it in GitHub Desktop.
Save archseer/60ce08212f79f18e911144c42810da36 to your computer and use it in GitHub Desktop.

Hello! I was interested in how lapce is handling it's DAP implementation and noticed you're using snippets from Helix (even the comments are retained, for example here -> here and here -> here).

As pointed out in the syntax highlighting PR you are free to reuse the code but you must adhere to the MPL 2.0 license and disclose both the original source and the license of the fragments. (Unlike MIT, MPLv2 requires attribution and is precisely why I chose the license.) We are considering publishing a separate DAP crate which would make it easier to comply with the license since the code wouldn't need to be copied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment