mirror of
https://github.com/tiennm99/serena.git
synced 2026-07-14 05:06:41 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user