-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: webview for the graphical editor #1317
base: main
Are you sure you want to change the base?
Conversation
…itor-editor-package
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
@lars-reimann There seems to be an issue with the current implementation of the graphical-editor service in the language server. During the initialization of the class, I store references to various services (e.g. the IndexManager). This pattern was taken from other ServiceProviders.
I assume, that I made a mistake during the registration of the service (in @safe-ds/lang/safe-ds-module.ts). |
@lars-reimann
|
Bug 3 |
Related to #1243
Summary of Changes
Adds the svelte package, that provides the webview for the graphical editor.