Fix import error in CSharpLanguageServer

Fixed incorrect import path: changed from 'solidlsp.config' to 'solidlsp.ls_config'
to match the actual module structure used throughout the codebase.
This commit is contained in:
Claude Assistant
2025-06-25 22:24:39 +01:00
parent ac7547308e
commit 9a2c1659cd
@@ -11,7 +11,7 @@ import threading
from overrides import override
from solidlsp.config import LanguageServerConfig
from solidlsp.ls_config import LanguageServerConfig
from solidlsp.exceptions import LanguageServerException
from solidlsp.logger import LanguageServerLogger
from solidlsp.ls import SolidLanguageServer