Skip to content

Autocompletion doesn't work correct with new language server #5659

@aliev

Description

@aliev

Environment data

  • VS Code version: Version 1.34.0 (1.34.0), languageServer.0.2.74
  • Extension version (available under the Extensions sidebar): 2019.4.12954
  • OS and version: OSX 10.14.5 (18F132)
  • Python version (& distribution if applicable, e.g. Anaconda): pyenv, 3.5.5
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): venv

Logs

Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

Starting Microsoft Python language server.
[Info  - 11:25:03 AM] GetCurrentSearchPaths /Users/ali/Projects/scoutbee/server/env/bin/python3 
[Info  - 11:25:03 AM] Python search paths:
[Info  - 11:25:03 AM]     /private/var/folders/1z/mbqyj8z50yg9gsxjqmq7dkc00000gn/T/1lywbjmv.1um
[Info  - 11:25:03 AM]     /Users/ali/.pyenv/versions/3.5.5/lib/python3.5
[Info  - 11:25:03 AM]     /Users/ali/.pyenv/versions/3.5.5/lib/python3.5/plat-darwin
[Info  - 11:25:03 AM]     /Users/ali/.pyenv/versions/3.5.5/lib/python3.5/lib-dynload
[Info  - 11:25:03 AM]     /Users/ali/Projects/scoutbee/server/env/lib/python3.5/site-packages
[Info  - 11:25:03 AM] Configuration search paths:
[Info  - 11:25:05 AM] Microsoft Python Language Server version 0.2.74.0
[Info  - 11:25:05 AM] Initializing for /Users/ali/Projects/scoutbee/server/env/bin/python3
[Error - 2:08:29 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:08:29 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:08:30 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:08:30 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:08:31 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:08:34 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:08:35 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:08:35 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:08:36 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:08:39 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:08:39 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:08:41 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:08:52 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:09:01 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:09:03 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:09:05 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:12:37 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:12:46 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:12:50 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:12:50 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:04 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:06 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:07 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:08 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:09 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:10 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:13 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:14 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:25 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:26 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:35 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:35 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:39 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:41 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:51 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:52 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:52 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:54 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:13:59 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240
[Error - 2:14:00 PM] Request textDocument/documentSymbol failed.
  Message: One or more errors occurred. (Object reference not set to an instance of an object.)
  Code: -32000 
   at Microsoft.Python.LanguageServer.Indexing.MostRecentDocumentSymbols.<>c.<GetSymbolsAsync>b__11_0(Task`1 t) in E:\A\_work\436\s\src\LanguageServer\Impl\Indexing\MostRecentDocumentSymbols.cs:line 80
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Python.LanguageServer.Implementation.Server.HierarchicalDocumentSymbol(DocumentSymbolParams params, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\Implementation\Server.Symbols.cs:line 37
   at Microsoft.Python.LanguageServer.Implementation.LanguageServer.DocumentSymbol(JToken token, CancellationToken cancellationToken) in E:\A\_work\436\s\src\LanguageServer\Impl\LanguageServer.cs:line 240

Output from Console under the Developer Tools panel (toggle Developer Tools on under Help; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging)

[Extension Host] debugger listening on port 37245
workbench.main.js:238 [Extension Host] (node:29748) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
t.log @ workbench.main.js:238
workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Create file systemwatcher with pattern */python
workbench.main.js:238 [Extension Host] Python Extension: Create file systemwatcher with pattern */*/python
workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Register Intepreter Watcher, Class name = p, Arg 1: <Uri:/Users/ali/Projects/scoutbee/server/server/apps/streamline/signals.py>, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Build the workspace interpreter watcher, Class name = h, Arg 1: <Uri:/Users/ali/Projects/scoutbee/server/server/apps/streamline/signals.py>, Return Value: <Return value cannot be serialized for logging>
workbench.main.js:238 [Extension Host] Python Extension: Rule = settings, result = runNextRule
workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from settings
workbench.main.js:238 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule
workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from workspaceEnvs
workbench.main.js:238 [Extension Host] Python Extension: Current value for rule system is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","displayName":"Python 3.7.3 64-bit"}
workbench.main.js:238 [Extension Host] Python Extension: Current value for rule currentPath is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown"}
workbench.main.js:238 [Extension Host] Python Extension: Current value for rule windowsRegistry is nothing
workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown"}
workbench.main.js:238 [Extension Host] Python Extension: Detection of Python Interpreter for Command python3.6 and args  failed
3workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource>
workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by CondaEnvFileService are of count 0
workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by PipEnvService are of count 0
workbench.main.js:238 [Extension Host] Python Extension: setGlobalInterpreter, Class name = f, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
workbench.main.js:238 [Extension Host] Python Extension: Rule = cachedInterpreters, result = exit
3workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: <Uri:/Users/ali/Projects/scoutbee/server>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/ali/Projects/scoutbee/server
workbench.main.js:238 [Extension Host] Python Extension: Rule = windowsRegistry, result = runNextRule
workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from windowsRegistry
workbench.main.js:238 [Extension Host] Python Extension: Rule = settings, result = runNextRule
workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from settings
workbench.main.js:238 [Extension Host] Python Extension: Build the workspace interpreter watcher, Class name = h, Arg 1: <Uri:/Users/ali/Projects/scoutbee/server/server/apps/streamline/signals.py>, Return Value: <Return value cannot be serialized for logging>
2workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: <Uri:/Users/ali/Projects/scoutbee/server>, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from currentPath, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","cachedEntry":true}
workbench.main.js:238 [Extension Host] Python Extension: Current value for rule system is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","displayName":"Python 3.7.3 64-bit"}
workbench.main.js:238 [Extension Host] Python Extension: Current value for rule currentPath is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","cachedEntry":true}
workbench.main.js:238 [Extension Host] Python Extension: Current value for rule windowsRegistry is nothing
workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","cachedEntry":true}
workbench.main.js:238 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule
workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from workspaceEnvs
workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: <Uri:/Users/ali/Projects/scoutbee/server>, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Get language server folder name, Class name = f, Arg 1: <Uri:/Users/ali/Projects/scoutbee/server/server/apps/streamline/signals.py>, Return Value: "languageServer.0.2.74"
workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from system, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.3 64-bit"}
workbench.main.js:238 [Extension Host] Python Extension: Failed to parse interpreter information for '/Users/ali/.pyenv/shims/python3.5' with JSON pyenv: python3.5: command not found

The `python3.5' command exists in these Python versions:
  3.5.5 SyntaxError: Unexpected token p in JSON at position 0
	at JSON.parse (<anonymous>)
	at p.getInterpreterInformation (/Users/ali/.vscode/extensions/ms-python.python-2019.4.12954/out/client/extension.js:83:293720)
t.log @ workbench.main.js:238
workbench.main.js:238 [Extension Host] Python Extension: Get language server folder name, Class name = f, Arg 1: <Uri:/Users/ali/Projects/scoutbee/server/server/apps/streamline/signals.py>, Return Value: "languageServer.0.2.74"
workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/ali/Projects/scoutbee/server/server/apps/streamline/signals.py
workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by CondaEnvService are of count 0
3workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by WorkspaceVirtualEnvService are of count 2
workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by VirtualEnvService are of count 6
2workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
workbench.main.js:238 [Extension Host] Python Extension: setGlobalInterpreter, Class name = f, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
workbench.main.js:238 [Extension Host] Python Extension: Rule = currentPath, result = runNextRule
workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from currentPath
workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: <Uri:/Users/ali/Projects/scoutbee/server>, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: setGlobalInterpreter, Class name = f, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
workbench.main.js:238 [Extension Host] Python Extension: Rule = cachedInterpreters, result = runNextRule
workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from cachedInterpreters
workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: <Uri:/Users/ali/Projects/scoutbee/server>, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: setGlobalInterpreter, Class name = f, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.3 64-bit"}, Arg 2: undefined, Return Value: false
workbench.main.js:238 [Extension Host] Python Extension: Rule = system, result = runNextRule
workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from system
workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: <Uri:/Users/ali/Projects/scoutbee/server>, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by KnownPathsService are of count 17
workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by CurrentPathService are of count 5
workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: true
workbench.main.js:238 [Extension Host] Python Extension: Hide locator refreshing progress, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: All locators have completed locating, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource>
workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/ali/Projects/scoutbee/server/server/apps/streamline/signals.py
workbench.main.js:238 [Extension Host] Python Extension: Activation Commands received source /Users/ali/Projects/scoutbee/server/env/bin/activate
2workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/ali/Projects/scoutbee/server/server/apps/streamline/signals.py
workbench.main.js:238 [Extension Host] Python Extension: Has Custom Env Vars
workbench.main.js:238 [Extension Host] Python Extension: Activating Environment to capture Environment variables, . /Users/ali/Projects/scoutbee/server/env/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/ali/.vscode/extensions/ms-python.python-2019.4.12954/pythonFiles/printEnvVariables.py
workbench.main.js:238 [Extension Host] Python Extension: parseEnvironmentOutput, Class name = S
workbench.main.js:238 [Extension Host] Python Extension: getActivatedEnvironmentVariables, Class name = S, Arg 1: <Uri:/Users/ali/Projects/scoutbee/server/server/apps/streamline/signals.py>
workbench.main.js:238 [Extension Host] Python Extension: Get language server folder name, Class name = f, Arg 1: <Uri:/Users/ali/Projects/scoutbee/server/server/apps/streamline/signals.py>, Return Value: "languageServer.0.2.74"
workbench.main.js:238 [Extension Host] Python Extension: Rule = settings, result = runNextRule
workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from settings
workbench.main.js:238 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule
workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from workspaceEnvs
workbench.main.js:238 [Extension Host] Python Extension: Current value for rule system is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.3 64-bit"}
workbench.main.js:238 [Extension Host] Python Extension: Current value for rule currentPath is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","cachedEntry":true}
workbench.main.js:238 [Extension Host] Python Extension: Current value for rule windowsRegistry is nothing
workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","cachedEntry":true}
workbench.main.js:238 [Extension Host] Python Extension: setGlobalInterpreter, Class name = f, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","cachedEntry":true}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
workbench.main.js:238 [Extension Host] Python Extension: Rule = cachedInterpreters, result = exit
3workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: <Uri:extension-output-#3>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, extension-output-#3
workbench.main.js:238 [Extension Host] Python Extension: Rule = windowsRegistry, result = runNextRule
workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from windowsRegistry
workbench.main.js:238 [Extension Host] Python Extension: Rule = settings, result = runNextRule
workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from settings
2workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: <Uri:extension-output-#3>, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Create file systemwatcher with pattern */python
workbench.main.js:238 [Extension Host] Python Extension: Create file systemwatcher with pattern */*/python
workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Register Intepreter Watcher, Class name = p, Arg 1: <Uri:extension-output-#3>, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Build the workspace interpreter watcher, Class name = h, Arg 1: <Uri:extension-output-#3>, Return Value: <Return value cannot be serialized for logging>
workbench.main.js:238 [Extension Host] Python Extension: Current value for rule system is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.3 64-bit"}
workbench.main.js:238 [Extension Host] Python Extension: Current value for rule currentPath is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","cachedEntry":true}
workbench.main.js:238 [Extension Host] Python Extension: Current value for rule windowsRegistry is nothing
workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","cachedEntry":true}
workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from currentPath, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown"}
workbench.main.js:238 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule
workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from workspaceEnvs
workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: <Uri:extension-output-#3>, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from system, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","displayName":"Python 3.7.3 64-bit"}
workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by WorkspaceVirtualEnvService are of count 0
workbench.main.js:238 [Extension Host] Python Extension: setGlobalInterpreter, Class name = f, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
workbench.main.js:238 [Extension Host] Python Extension: Rule = cachedInterpreters, result = runNextRule
workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from cachedInterpreters
workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: <Uri:extension-output-#3>, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by PipEnvService are of count 0
workbench.main.js:238 [Extension Host] Python Extension: setGlobalInterpreter, Class name = f, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown"}, Arg 2: undefined, Return Value: false
workbench.main.js:238 [Extension Host] Python Extension: Rule = currentPath, result = runNextRule
workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from currentPath
workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: true
workbench.main.js:238 [Extension Host] Python Extension: Hide locator refreshing progress, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: All locators have completed locating, Class name = p, , Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: <Uri:extension-output-#3>, Return Value: undefined
workbench.main.js:238 [Extension Host] Python Extension: setGlobalInterpreter, Class name = f, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","displayName":"Python 3.7.3 64-bit"}, Arg 2: undefined, Return Value: false
workbench.main.js:238 [Extension Host] Python Extension: Rule = system, result = runNextRule
workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from system
workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: <Uri:extension-output-#3>, Return Value: undefined
3workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/ali/Projects/scoutbee/server
workbench.main.js:238 [Extension Host] Python Extension: Starting Language Server, Class name = d, , Return Value: undefined
2workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/ali/Projects/scoutbee/server/server/apps/streamline/signals.py
3workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource>
2workbench.main.js:238 [Extension Host] Python Extension: Current value for rule workspaceEnvs is {"architecture":3,"path":"/Users/ali/Projects/scoutbee/sockjs-server/env/bin/python3","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Users/ali/Projects/scoutbee/sockjs-server/env","fileHash":"0ff9123a8fdbacbe0c2614b89c3279585c979c9c292a90d706acc56777bc24e5052714ad37ce835571b0b1ab66bb8615977eb922e4cbb0a62fb38ff0d8f43cb4","envName":"env","type":"Venv"}
13workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/ali/Projects/scoutbee/server
workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, extension-output-#3
workbench.main.js:2365 Unable to open 'site-packages': File is a directory.
onDidNotificationChange @ workbench.main.js:2365
workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/ali/Projects/scoutbee/server
workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, extension-output-#3
workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/ali/Projects/scoutbee/server
workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, extension-output-#3
workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/ali/Projects/scoutbee/server
workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, extension-output-#3
workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/ali/Projects/scoutbee/server
workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, extension-output-#3
workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/ali/Projects/scoutbee/server
workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, extension-output-#3
38workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/ali/Projects/scoutbee/server
workbench.main.js:238 [Extension Host] Python Extension: Rule = settings, result = runNextRule
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from settings
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Create file systemwatcher with pattern */python
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Create file systemwatcher with pattern */*/python
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Register Intepreter Watcher, Class name = p, Arg 1: <Uri:/Users/ali/Projects/scoutbee/client>, Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Build the workspace interpreter watcher, Class name = h, Arg 1: <Uri:/Users/ali/Projects/scoutbee/client>, Return Value: <Return value cannot be serialized for logging>
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by PipEnvService are of count 0
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by WorkspaceVirtualEnvService are of count 0
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: true
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Hide locator refreshing progress, Class name = p, , Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: All locators have completed locating, Class name = p, , Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from workspaceEnvs, Nothing Selected
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from workspaceEnvs
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Current value for rule system is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","displayName":"Python 3.7.3 64-bit"}
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Current value for rule currentPath is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown"}
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Current value for rule windowsRegistry is nothing
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown"}
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: setGlobalInterpreter, Class name = f, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Rule = cachedInterpreters, result = exit
3/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: <Uri:/Users/ali/Projects/scoutbee/client>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Rule = windowsRegistry, result = runNextRule
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from windowsRegistry
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Rule = settings, result = runNextRule
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from settings
2/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: <Uri:/Users/ali/Projects/scoutbee/client>, Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from currentPath, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown"}
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from system, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","displayName":"Python 3.7.3 64-bit"}
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Current value for rule system is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","displayName":"Python 3.7.3 64-bit"}
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Current value for rule currentPath is {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown"}
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Current value for rule windowsRegistry is nothing
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown"}
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: setGlobalInterpreter, Class name = f, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown"}, Arg 2: undefined, Return Value: false
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Rule = currentPath, result = runNextRule
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from currentPath
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: <Uri:/Users/ali/Projects/scoutbee/client>, Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: setGlobalInterpreter, Class name = f, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown","displayName":"Python 3.7.3 64-bit"}, Arg 2: undefined, Return Value: false
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Rule = system, result = runNextRule
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from system
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: <Uri:/Users/ali/Projects/scoutbee/client>, Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: setGlobalInterpreter, Class name = f, Arg 1: {"architecture":3,"path":"/usr/local/opt/python/bin/python3.7","version":{"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7","fileHash":"1639eb97ad363554e4fb44d5bddc5d7ef729ab8109cb0636f769a9a3878cd54b0a8433b0d7a9f5eccc1c269bf84aff77194758cd54e8514ec04783609f0ba3b3","type":"Unknown"}, Arg 2: undefined, Return Value: false
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Rule = cachedInterpreters, result = runNextRule
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from cachedInterpreters
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: <Uri:/Users/ali/Projects/scoutbee/client>, Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by PipEnvService are of count 0
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Interpreters returned by WorkspaceVirtualEnvService are of count 0
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: true
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Hide locator refreshing progress, Class name = p, , Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: All locators have completed locating, Class name = p, , Return Value: undefined
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Selected Interpreter from workspaceEnvs, Nothing Selected
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Executing next rule from workspaceEnvs
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: autoSelectInterpreter, Class name = f, Arg 1: <Uri:/Users/ali/Projects/scoutbee/client>, Return Value: undefined
31/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:238 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/ali/Projects/scoutbee/server

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions