You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way we handle the installation of dependencies is very rigid and can lead to version mismatches.
Following the project's "configurable magic" philosophy, we could install the dependencies "magically" by default, but if the user specifies a version for one of these dependencies we should respect that version and not install anything.
The way we handle the installation of dependencies is very rigid and can lead to version mismatches.
Following the project's "configurable magic" philosophy, we could install the dependencies "magically" by default, but if the user specifies a version for one of these dependencies we should respect that version and not install anything.
Here is the current solution:
kolasu-languageserver-library/plugin/src/main/kotlin/com/strumenta/kolasu/languageserver/plugin/LanguageServerPlugin.kt
Lines 30 to 38 in 0597e0c
The text was updated successfully, but these errors were encountered: