René's URL Explorer Experiment


Title: Python Language Server crash "Value cannot be null." · Issue #3302 · microsoft/vscode-python · GitHub

Open Graph Title: Python Language Server crash "Value cannot be null." · Issue #3302 · microsoft/vscode-python

X Title: Python Language Server crash "Value cannot be null." · Issue #3302 · microsoft/vscode-python

Description: Environment data VS Code version: 1.29.0-insider Extension version (available under the Extensions sidebar): 2018.10.1 OS and version: macOS High Sierra 10.13.6 (17G65) Python version (& distribution if applicable, e.g. Anaconda): 3.6.6 ...

Open Graph Description: Environment data VS Code version: 1.29.0-insider Extension version (available under the Extensions sidebar): 2018.10.1 OS and version: macOS High Sierra 10.13.6 (17G65) Python version (& distributi...

X Description: Environment data VS Code version: 1.29.0-insider Extension version (available under the Extensions sidebar): 2018.10.1 OS and version: macOS High Sierra 10.13.6 (17G65) Python version (& distri...

Opengraph URL: https://github.com/microsoft/vscode-python/issues/3302

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Python Language Server crash \"Value cannot be null.\"","articleBody":"\u003c!-- \r\nDo you have a question instead of a bug report or enhancement request? Please ask it on https://stackoverflow.com/questions/tagged/visual-studio-code+python. \r\n\r\nUnable to install a linter or formatter? 'No installers available'? \r\nWindows - https://stackoverflow.com/questions/4750806/how-do-i-install-pip-on-windows\r\nLinux - https://www.cyberciti.biz/faq/debian-ubuntu-centos-rhel-linux-install-pipclient/ , https://www.tecmint.com/install-pip-in-linux/\r\n\r\nPython configuration issues? Please check https://code.visualstudio.com/docs/python/python-tutorial#_prerequisites\r\n\r\nOtherwise **please** fill in the requested details below. \"XXX\" markers should not be present in the final bug report.\r\n\r\nIf you think a GIF of what is happening would be helpful, consider tools like https://www.cockos.com/licecap/, https://github.com/phw/peek or https://www.screentogif.com/ .\r\n--\u003e\r\n\r\n## Environment data\r\n\r\n- VS Code version: 1.29.0-insider\r\n- Extension version (available under the Extensions sidebar): 2018.10.1\r\n- OS and version: macOS High Sierra 10.13.6 (17G65)\r\n- Python version (\u0026 distribution if applicable, e.g. Anaconda): 3.6.6 Anaconda\r\n- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): conda \r\n- Relevant/affected Python packages and their versions: N/A\r\n\r\n## Actual behavior\r\n\r\nNo python intellisense when not using jedi.\r\n\r\n## Expected  behavior\r\n\r\nPython intellesense even when jedi is off\r\n\r\n## Steps to reproduce:\r\n1. Open any Python file when jedi is disabled\r\n\r\n## Logs\r\nOutput for `Python` in the `Output` panel (`View`→`Output`, change the drop-down the upper-right of the `Output` panel to `Python`)\r\n\r\n```\r\nStarting Microsoft Python language server.\r\nMicrosoft Python Language Server version 0.1.60.0\r\nInitializing for /usr/local/miniconda3/envs/uarray/bin/python\r\n##########Linting Output - mypy##########\r\n##########Linting Output - flake8##########\r\n[Error - 2:05:45 PM] System.ArgumentNullException: Value cannot be null.\r\nParameter name: source\r\n   at System.Linq.Enumerable.All[TSource](IEnumerable`1 source, Func`2 predicate)\r\n   at Microsoft.PythonTools.Analysis.AnalysisValue.Microsoft.PythonTools.Analysis.IAnalysisSet.Union(IEnumerable`1 items, Boolean\u0026 wasChanged, Boolean canMutate)\r\n   at Microsoft.PythonTools.Analysis.AnalysisSet.UnionAll(IAnalysisSet set, IEnumerable`1 sets, Boolean\u0026 wasChanged, Boolean canMutate)\r\n   at Microsoft.PythonTools.Analysis.Values.ProtocolInfo.BinaryOperation(Node node, AnalysisUnit unit, PythonOperator operation, IAnalysisSet rhs)\r\n   at Microsoft.PythonTools.Analysis.AnalysisValueSetExtensions.BinaryOperation(IAnalysisSet self, Node node, AnalysisUnit unit, PythonOperator operation, IAnalysisSet rhs)\r\n   at Microsoft.PythonTools.Analysis.Analyzer.ExpressionEvaluator.EvaluateWorker(Node node)\r\n   at Microsoft.PythonTools.Analysis.Analyzer.DDG.Walk(IfStatement node)\r\n   at Microsoft.PythonTools.Parsing.Ast.IfStatement.Walk(PythonWalker walker)\r\n   at Microsoft.PythonTools.Analysis.Analyzer.DDG.Walk(SuiteStatement node)\r\n   at Microsoft.PythonTools.Parsing.Ast.SuiteStatement.Walk(PythonWalker walker)\r\n   at Microsoft.PythonTools.Analysis.Analyzer.FunctionAnalysisUnit.AnalyzeWorker(DDG ddg, CancellationToken cancel)\r\n   at Microsoft.PythonTools.Analysis.Analyzer.DDG.Analyze(Deque`1 queue, CancellationToken cancel, Action`1 reportQueueSize, Int32 reportQueueInterval)\r\n   at Microsoft.PythonTools.Analysis.PythonAnalyzer.AnalyzeQueuedEntries(CancellationToken cancel)\r\n   at Microsoft.PythonTools.Intellisense.AnalysisQueue.GroupAnalysis.Analyze(CancellationToken cancel)\r\n   at Microsoft.PythonTools.Intellisense.AnalysisQueue.HandleAnalyzable(IAnalyzable item, AnalysisPriority priority, CancellationToken cancellationToken)\r\n   at Microsoft.PythonTools.Intellisense.AnalysisQueue.ConsumerLoop()\r\n\r\n```   \r\n\r\nOutput from `Console` under the `Developer Tools` panel (toggle Developer Tools on under `Help`)\r\n\r\n```\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:3306 [naereen.makefiles-support-for-vscode]: Unknown language in `contributes.grammars.language`. Provided value: Makefile\r\ng._logMessageInConsole @ /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:3306\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1446  INFO no standard startup: not a new window\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Display locator refreshing progress, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Notify locators are locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Checking whether locactors have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Detected refreshing of Interpreters, Arg 1: {}, Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Display locator refreshing progress, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Notify locators are locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Checking whether locactors have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Detected refreshing of Interpreters, Arg 1: {}, Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Display locator refreshing progress, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Notify locators are locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Checking whether locactors have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Detected refreshing of Interpreters, Arg 1: {}, Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Display locator refreshing progress, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Notify locators are locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Checking whether locactors have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Detected refreshing of Interpreters, Arg 1: {}, Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Create file systemwatcher with pattern */python (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Create file systemwatcher with pattern */*/python (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Display locator refreshing progress, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Notify locators are locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Checking whether locactors have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Detected refreshing of Interpreters, Arg 1: {}, Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Display locator refreshing progress, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Notify locators are locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Checking whether locactors have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Detected refreshing of Interpreters, Arg 1: {}, Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Display locator refreshing progress, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Notify locators are locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Checking whether locactors have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Detected refreshing of Interpreters, Arg 1: {}, Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Create file systemwatcher with pattern */python (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Create file systemwatcher with pattern */*/python (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Display locator refreshing progress, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Notify locators are locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Checking whether locactors have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Detected refreshing of Interpreters, Arg 1: {}, Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Register Intepreter Watcher, Arg 1: {\"$mid\":1,\"fsPath\":\"/Users/saul/p/uarray/uarray\",\"external\":\"file:///Users/saul/p/uarray/uarray\",\"path\":\"/Users/saul/p/uarray/uarray\",\"scheme\":\"file\"}, Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Register Intepreter Watcher, Arg 1: undefined, Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Build the workspace interpreter watcher, Arg 1: {\"$mid\":1,\"fsPath\":\"/Users/saul/p/uarray/uarray\",\"external\":\"file:///Users/saul/p/uarray/uarray\",\"path\":\"/Users/saul/p/uarray/uarray\",\"scheme\":\"file\"}, Return Value: UNABLE TO DETERMINE VALUE (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Build the workspace interpreter watcher, Arg 1: undefined, Return Value: UNABLE TO DETERMINE VALUE (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Get language server folder name, , Return Value: \"languageServer.0.1.60\" (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Checking whether locactors have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Failed to get conda environment list from conda Error: spawn conda ENOENT\r\n\tat _errnoException (util.js:1024:11)\r\n\tat Process.ChildProcess._handle.onexit (internal/child_process.js:190:19)\r\n\tat onErrorNT (internal/child_process.js:372:16)\r\n\tat _combinedTickCallback (internal/process/next_tick.js:138:11)\r\n\tat process._tickCallback (internal/process/next_tick.js:180:9) (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:46:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Hide locator refreshing progress, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: All locators have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Checking whether locactors have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Hide locator refreshing progress, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: All locators have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Checking whether locactors have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Hide locator refreshing progress, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: All locators have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Checking whether locactors have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Hide locator refreshing progress, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: All locators have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Checking whether locactors have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Hide locator refreshing progress, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: All locators have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Checking whether locactors have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Hide locator refreshing progress, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: All locators have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Checking whether locactors have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Hide locator refreshing progress, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: All locators have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Checking whether locactors have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Hide locator refreshing progress, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: All locators have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:294 [Extension Host] Python Extension: Checking whether locactors have completed locating, , Return Value:  (at Logger.logInformation (/Users/saul/.vscode-insiders/extensions/ms-python.python-2018.10.1/out/client/common/logger.js:49:21))\r\n```\r\n","author":{"url":"https://github.com/saulshanabrook","@type":"Person","name":"saulshanabrook"},"datePublished":"2018-11-11T19:10:33.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/3302/vscode-python/issues/3302"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:b7e3ae8a-3f78-bb68-16f0-b0769b21b0ee
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE2E6:3CF4F9:E7C974:14D2705:6A4E503E
html-safe-nonce7a6e959617fc6bf7c0390612a531860fb3ed6945e2780a596c0b09f836b2b31e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMkU2OjNDRjRGOTpFN0M5NzQ6MTREMjcwNTo2QTRFNTAzRSIsInZpc2l0b3JfaWQiOiI4MTQ4NDMyNTAxNzUwMDQ3MzQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacb4acd4e2b75e362e821b29a9b2a2be2503d8f775b0fc1961889e55dfdf3c3994
hovercard-subject-tagissue:379552937
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/microsoft/vscode-python/3302/issue_layout
twitter:imagehttps://opengraph.githubassets.com/0175d9b2212d7104e4ff3ba967a95a1f4ce7027073e42f2ce9231f46af6876c8/microsoft/vscode-python/issues/3302
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/0175d9b2212d7104e4ff3ba967a95a1f4ce7027073e42f2ce9231f46af6876c8/microsoft/vscode-python/issues/3302
og:image:altEnvironment data VS Code version: 1.29.0-insider Extension version (available under the Extensions sidebar): 2018.10.1 OS and version: macOS High Sierra 10.13.6 (17G65) Python version (& distributi...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamesaulshanabrook
hostnamegithub.com
expected-hostnamegithub.com
None030096ee0db095447bfe77409d33bfac127ca7128299c58deef27c52eaa1b1f0
turbo-cache-controlno-preview
go-importgithub.com/microsoft/vscode-python git https://github.com/microsoft/vscode-python.git
octolytics-dimension-user_id6154722
octolytics-dimension-user_loginmicrosoft
octolytics-dimension-repository_id106462765
octolytics-dimension-repository_nwomicrosoft/vscode-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id49946255
octolytics-dimension-repository_parent_nwoDonJayamanne/pythonVSCode
octolytics-dimension-repository_network_root_id49946255
octolytics-dimension-repository_network_root_nwoDonJayamanne/pythonVSCode
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef344f1eab54fc7dfc02d0d018cda7e158c3db65c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/microsoft/vscode-python/issues/3302#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2Fvscode-python%2Fissues%2F3302
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2Fvscode-python%2Fissues%2F3302
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=microsoft%2Fvscode-python
Reloadhttps://github.com/microsoft/vscode-python/issues/3302
Reloadhttps://github.com/microsoft/vscode-python/issues/3302
Reloadhttps://github.com/microsoft/vscode-python/issues/3302
Please reload this pagehttps://github.com/microsoft/vscode-python/issues/3302
microsoft https://github.com/microsoft
vscode-pythonhttps://github.com/microsoft/vscode-python
DonJayamanne/pythonVSCodehttps://github.com/DonJayamanne/pythonVSCode
Notifications https://github.com/login?return_to=%2Fmicrosoft%2Fvscode-python
Fork 1.3k https://github.com/login?return_to=%2Fmicrosoft%2Fvscode-python
Star 4.6k https://github.com/login?return_to=%2Fmicrosoft%2Fvscode-python
Code https://github.com/microsoft/vscode-python
Issues 334 https://github.com/microsoft/vscode-python/issues
Pull requests 31 https://github.com/microsoft/vscode-python/pulls
Discussions https://github.com/microsoft/vscode-python/discussions
Actions https://github.com/microsoft/vscode-python/actions
Models https://github.com/microsoft/vscode-python/models
Wiki https://github.com/microsoft/vscode-python/wiki
Security and quality 2 https://github.com/microsoft/vscode-python/security
Insights https://github.com/microsoft/vscode-python/pulse
Code https://github.com/microsoft/vscode-python
Issues https://github.com/microsoft/vscode-python/issues
Pull requests https://github.com/microsoft/vscode-python/pulls
Discussions https://github.com/microsoft/vscode-python/discussions
Actions https://github.com/microsoft/vscode-python/actions
Models https://github.com/microsoft/vscode-python/models
Wiki https://github.com/microsoft/vscode-python/wiki
Security and quality https://github.com/microsoft/vscode-python/security
Insights https://github.com/microsoft/vscode-python/pulse
Python Language Server crash "Value cannot be null."https://github.com/microsoft/vscode-python/issues/3302#top
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.https://github.com/microsoft/vscode-python/issues?q=state%3Aopen%20label%3A%22area-intellisense%22
bugIssue identified by VS Code Team member as probable bughttps://github.com/microsoft/vscode-python/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com/saulshanabrook
saulshanabrookhttps://github.com/saulshanabrook
on Nov 11, 2018https://github.com/microsoft/vscode-python/issues/3302#issue-379552937
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.https://github.com/microsoft/vscode-python/issues?q=state%3Aopen%20label%3A%22area-intellisense%22
bugIssue identified by VS Code Team member as probable bughttps://github.com/microsoft/vscode-python/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.