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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Completions in untitled:Untitled-1 at (0, 8)
[Error - 10:40:55 AM] Request textDocument/completion failed.
Message: One or more errors occurred. (Module path should be rooted)
Code: -32000
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at Microsoft.Python.LanguageServer.Implementation.Server.GetAnalysis(Uri uri, CancellationToken cancellationToken) in C:\Users\jabaile\python-language-server\src\LanguageServer\Impl\Implementation\Server.Documents.cs:line 72
at Microsoft.Python.LanguageServer.Implementation.Server.Completion(CompletionParams params, CancellationToken cancellationToken) in C:\Users\jabaile\python-language-server\src\LanguageServer\Impl\Implementation\Server.Editor.cs:line 35
at Microsoft.Python.LanguageServer.Implementation.LanguageServer.Completion(JToken token, CancellationToken cancellationToken) in C:\Users\jabaile\python-language-server\src\LanguageServer\Impl\LanguageServer.cs:line 238
To reproduce:
Open a new file in VSC, do not save.
Use the command palette to change the language mode to Python.
Try to use the analysis (completion, hover, etc).
The LS seems to analyze it, but breaks when it goes to serve a request.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
To reproduce:
The LS seems to analyze it, but breaks when it goes to serve a request.
The text was updated successfully, but these errors were encountered: