mirror of
https://github.com/tiennm99/serena.git
synced 2026-09-07 06:17:53 +00:00
Fix typo
This commit is contained in:
@@ -516,7 +516,7 @@ class CSharpLanguageServer(SolidLanguageServer):
|
||||
return cast(
|
||||
InitializeParams,
|
||||
{
|
||||
"worspaceFolders": [{"uri": root_uri, "name": root_name}],
|
||||
"workspaceFolders": [{"uri": root_uri, "name": root_name}],
|
||||
"processId": os.getpid(),
|
||||
"rootPath": self.repository_root_path,
|
||||
"rootUri": root_uri,
|
||||
|
||||
Reference in New Issue
Block a user