question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Squiggles missing for Python errors

See original GitHub issue

Environment data

  • VS Code version: 1.41.1
  • Extension version (available under the Extensions sidebar): 2020.1.58038
  • OS and version: Linux x64 5.0.0-38-generic (Kubuntu)
  • Python version (& distribution if applicable, e.g. Anaconda): Python 3.7.3 64-bit
  • Type of virtual environment used (N/A | venv | virtualenv | conda | …): N/A (for example below, but also shows up under pipenv)
  • Relevant/affected Python packages and their versions: N/A
  • Jedi or Language Server? (i.e. what is "python.jediEnabled" set to; more info microsoft/vscode-python#3977): Language Server

Expected behaviour

Red/yellow squiggles appear when issues are found.

Actual behaviour

No squiggles appear.

Steps to reproduce:

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]

  1. Open an empty folder in VS Code.

  2. Create a new file (I called mine example.py)

  3. Type the following text into the file:

def test_bad_function():
this_lacks_indentation_and_is_undefined_but_has_no_error_squiggle

Screenshot of results:

image

(This issue is a regression (though I don’t remember when it started happening) so if there is a way I can do a local version of git bisect to find the issue please let me know)

Logs

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

User belongs to experiment group 'AlwaysDisplayTestExplorer - experiment'
User belongs to experiment group 'ShowPlayIcon - start'
User belongs to experiment group 'ShowExtensionSurveyPrompt - enabled'
User belongs to experiment group 'DebugAdapterFactory - experiment'
> conda --version
> pyenv root
> python3.7 -c "import sys;print(sys.executable)"
> python3.6 -c "import sys;print(sys.executable)"
> python3 -c "import sys;print(sys.executable)"
> python2 -c "import sys;print(sys.executable)"
> python -c "import sys;print(sys.executable)"
> python -c "import sys;print(sys.executable)"
> conda info --json
Starting Microsoft Python language server.
> conda --version

Output from Python Language Server in the Output panel:

[Info  - 6:49:17 PM] Analysis cache path: /home/ryan/.cache/Microsoft/Python Language Server
[Info  - 6:49:17 PM] Microsoft Python Language Server version 0.5.10.0
[Info  - 6:49:17 PM] Workspace root: /home/ryan/Documents/test_vscode_python
[Info  - 6:49:17 PM] GetCurrentSearchPaths /usr/bin/python3 
[Info  - 6:49:17 PM] Interpreter search paths:
[Info  - 6:49:17 PM]     /usr/lib/python3.7
[Info  - 6:49:17 PM]     /usr/lib/python3.7/lib-dynload
[Info  - 6:49:17 PM]     /home/ryan/.local/lib/python3.7/site-packages
[Info  - 6:49:17 PM]     /usr/local/lib/python3.7/dist-packages
[Info  - 6:49:17 PM]     /usr/lib/python3/dist-packages
[Info  - 6:49:17 PM] User search paths:
[Info  - 6:49:19 PM] Initializing for /usr/bin/python3
[Info  - 6:49:19 PM] Analysis caching mode: None.

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)

console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Display locator refreshing progress, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Notify locators are locating, Class name = p, completed in 4ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Detected refreshing of Interpreters, Class name = p, completed in 5ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Detected refreshing of Interpreters, Class name = p, completed in 2ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Create file systemwatcher with pattern */python
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Create file systemwatcher with pattern */*/python
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Display locator refreshing progress, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 31ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python/example.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 22ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python/example.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 20ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python/example.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 18ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python/example.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Register Interpreter Watcher, Class name = p, completed in 16ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python/example.py>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 18ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python/example.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 14ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python/example.py>, Return Value: [{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"c9cc4e92c61fab11193c21337e476beed8c0049e4b7bc785d6f9ea7e7411e21ac834456e19ba962ca1edef29591f9d691d895efbec99e13d943528a0e3a03edc","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"d6401d92171e183c84ab3aa6c6e3fc6da2b6273fb52b0b01c6acfaa6e9e3a1fa519293136eee15a04e585d8b865793b9b5de47c17af88410ae8ad3d1677a6812","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"64785f3408da52962d298916a891088e5fa26e8310d5c52845b77f631aa74cdce7411e260c2f3b7342202037815f1e54f8253e21f8c0d2be1d757fc7364e1e09","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"c9cc4e92c61fab11193c21337e476beed8c0049e4b7bc785d6f9ea7e7411e21ac834456e19ba962ca1edef29591f9d691d895efbec99e13d943528a0e3a03edc","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"d6401d92171e183c84ab3aa6c6e3fc6da2b6273fb52b0b01c6acfaa6e9e3a1fa519293136eee15a04e585d8b865793b9b5de47c17af88410ae8ad3d1677a6812","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"64785f3408da52962d298916a891088e5fa26e8310d5c52845b77f631aa74cdce7411e260c2f3b7342202037815f1e54f8253e21f8c0d2be1d757fc7364e1e09","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Get Interpreters in CacheableLocatorService, Class name = g, completed in 13ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python/example.py>, Return Value: [{"architecture":3,"path":"/usr/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"64785f3408da52962d298916a891088e5fa26e8310d5c52845b77f631aa74cdce7411e260c2f3b7342202037815f1e54f8253e21f8c0d2be1d757fc7364e1e09","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"c9cc4e92c61fab11193c21337e476beed8c0049e4b7bc785d6f9ea7e7411e21ac834456e19ba962ca1edef29591f9d691d895efbec99e13d943528a0e3a03edc","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:01: Build the workspace interpreter watcher, Class name = h, completed in 24ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python/example.py>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Error Python Extension: 2020-01-14 18:56:03: Failed to serialize gatherRules for DATASCIENCE.SETTINGS TypeError: Cannot convert object to primitive value    at Array.join (<anonymous>)    at Array.toString (<anonymous>)    at toString (/home/ryan/.vscode/extensions/ms-python.python-2020.1.58038/src/client/telemetry/index.ts:86:1)    at Array.forEach (<anonymous>)    at Object.forEach [as sendTelemetryEvent] (/home/ryan/.vscode/extensions/ms-python.python-2020.1.58038/src/client/telemetry/index.ts:78:1)    at C.sendTelemetryEvent (/home/ryan/.vscode/extensions/ms-python.python-2020.1.58038/src/client/datascience/datascience.ts:482:1)    at C.apply (/home/ryan/.vscode/extensions/ms-python.python-2020.1.58038/src/client/common/utils/decorators.ts:170:1)    at Timeout.apply [as _onTimeout] (/home/ryan/.vscode/extensions/ms-python.python-2020.1.58038/src/client/common/utils/decorators.ts:95:1)    at listOnTimeout (internal/timers.js:531:17)    at processTimers (internal/timers.js:475:7)
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:398
_invokeHandler @ rpcProtocol.ts:383
_receiveRequest @ rpcProtocol.ts:299
_receiveOneMessage @ rpcProtocol.ts:226
(anonymous) @ rpcProtocol.ts:101
fire @ event.ts:581
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:581
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:200
addChunk @ _stream_readable.js:294
readableAddChunk @ _stream_readable.js:275
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: > pyenv root
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: > python3.7 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: > python3.6 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: > python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: > python2 -c "import sys;print(sys.executable)"
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: > python -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: > conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by CondaEnvFileService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by CondaEnvFileService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Get Interpreters, Class name = m, completed in 1787ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python/example.py>, Return Value: [{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Detected refreshing of Interpreters, Class name = p, completed in 3ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by CondaEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by CondaEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by VirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by VirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by WorkspaceVirtualEnvService are []
5console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by KnownPathsService are of count 12
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by KnownPathsService are [{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"c9cc4e92c61fab11193c21337e476beed8c0049e4b7bc785d6f9ea7e7411e21ac834456e19ba962ca1edef29591f9d691d895efbec99e13d943528a0e3a03edc","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"d6401d92171e183c84ab3aa6c6e3fc6da2b6273fb52b0b01c6acfaa6e9e3a1fa519293136eee15a04e585d8b865793b9b5de47c17af88410ae8ad3d1677a6812","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"64785f3408da52962d298916a891088e5fa26e8310d5c52845b77f631aa74cdce7411e260c2f3b7342202037815f1e54f8253e21f8c0d2be1d757fc7364e1e09","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"c9cc4e92c61fab11193c21337e476beed8c0049e4b7bc785d6f9ea7e7411e21ac834456e19ba962ca1edef29591f9d691d895efbec99e13d943528a0e3a03edc","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"d6401d92171e183c84ab3aa6c6e3fc6da2b6273fb52b0b01c6acfaa6e9e3a1fa519293136eee15a04e585d8b865793b9b5de47c17af88410ae8ad3d1677a6812","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"64785f3408da52962d298916a891088e5fa26e8310d5c52845b77f631aa74cdce7411e260c2f3b7342202037815f1e54f8253e21f8c0d2be1d757fc7364e1e09","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by CurrentPathService are of count 6
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by CurrentPathService are [{"architecture":3,"path":"/usr/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"64785f3408da52962d298916a891088e5fa26e8310d5c52845b77f631aa74cdce7411e260c2f3b7342202037815f1e54f8253e21f8c0d2be1d757fc7364e1e09","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"c9cc4e92c61fab11193c21337e476beed8c0049e4b7bc785d6f9ea7e7411e21ac834456e19ba962ca1edef29591f9d691d895efbec99e13d943528a0e3a03edc","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Get Interpreters in CacheableLocatorService, Class name = g, completed in 122ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Arg 2: true, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Get Interpreters in CacheableLocatorService, Class name = g, completed in 118ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Arg 2: true, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Hide locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: All locators have completed locating, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Current value for rule system is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown","displayName":"Python 3.7.3 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Current value for rule currentPath is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: setGlobalInterpreter, Class name = f, completed in 100ms, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Rule = cachedInterpreters, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: autoSelectInterpreter, Class name = f, completed in 104ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: autoSelectInterpreter, Class name = f, completed in 370ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: autoSelectInterpreter, Class name = f, completed in 371ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Executing next rule from settings
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Cached data exists getEnvironmentVariables, /home/ryan/Documents/test_vscode_python/example.py
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Cached data exists getEnvironmentVariables, /home/ryan/Documents/test_vscode_python
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: autoSelectInterpreter, Class name = f, completed in 4ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Build the workspace interpreter watcher, Class name = h, completed in 1ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python/example.py>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Return Value: [{"architecture":3,"path":"/usr/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"64785f3408da52962d298916a891088e5fa26e8310d5c52845b77f631aa74cdce7411e260c2f3b7342202037815f1e54f8253e21f8c0d2be1d757fc7364e1e09","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"c9cc4e92c61fab11193c21337e476beed8c0049e4b7bc785d6f9ea7e7411e21ac834456e19ba962ca1edef29591f9d691d895efbec99e13d943528a0e3a03edc","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Selected Interpreter from currentPath, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"}
4console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Return Value: [{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"c9cc4e92c61fab11193c21337e476beed8c0049e4b7bc785d6f9ea7e7411e21ac834456e19ba962ca1edef29591f9d691d895efbec99e13d943528a0e3a03edc","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"d6401d92171e183c84ab3aa6c6e3fc6da2b6273fb52b0b01c6acfaa6e9e3a1fa519293136eee15a04e585d8b865793b9b5de47c17af88410ae8ad3d1677a6812","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"64785f3408da52962d298916a891088e5fa26e8310d5c52845b77f631aa74cdce7411e260c2f3b7342202037815f1e54f8253e21f8c0d2be1d757fc7364e1e09","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"c9cc4e92c61fab11193c21337e476beed8c0049e4b7bc785d6f9ea7e7411e21ac834456e19ba962ca1edef29591f9d691d895efbec99e13d943528a0e3a03edc","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"d6401d92171e183c84ab3aa6c6e3fc6da2b6273fb52b0b01c6acfaa6e9e3a1fa519293136eee15a04e585d8b865793b9b5de47c17af88410ae8ad3d1677a6812","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"64785f3408da52962d298916a891088e5fa26e8310d5c52845b77f631aa74cdce7411e260c2f3b7342202037815f1e54f8253e21f8c0d2be1d757fc7364e1e09","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Return Value: [{"architecture":3,"path":"/usr/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"64785f3408da52962d298916a891088e5fa26e8310d5c52845b77f631aa74cdce7411e260c2f3b7342202037815f1e54f8253e21f8c0d2be1d757fc7364e1e09","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"c9cc4e92c61fab11193c21337e476beed8c0049e4b7bc785d6f9ea7e7411e21ac834456e19ba962ca1edef29591f9d691d895efbec99e13d943528a0e3a03edc","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Get Interpreters, Class name = m, completed in 2ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Return Value: [{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Current value for rule system is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown","displayName":"Python 3.7.3 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Current value for rule currentPath is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Display locator refreshing progress, Class name = p, completed in 2ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Notify locators are locating, Class name = p, completed in 2ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Detected refreshing of Interpreters, Class name = p, completed in 2ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Error Python Extension: 2020-01-14 18:56:03: Failed to check if file needs to be fixed [Error: ENOENT: no such file or directory, open '/home/ryan/Documents/test_vscode_python/.vscode/settings.json'] {  errno: -2,  code: 'ENOENT',  syscall: 'open',  path: '/home/ryan/Documents/test_vscode_python/.vscode/settings.json'}
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:398
_invokeHandler @ rpcProtocol.ts:383
_receiveRequest @ rpcProtocol.ts:299
_receiveOneMessage @ rpcProtocol.ts:226
(anonymous) @ rpcProtocol.ts:101
fire @ event.ts:581
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:581
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:200
addChunk @ _stream_readable.js:294
readableAddChunk @ _stream_readable.js:275
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Selected Interpreter from system, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown","displayName":"Python 3.7.3 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Checking support of .NET, Class name = c, completed in 0ms, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Get language server folder name, Class name = f, completed in 5ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python/example.py>, Return Value: "languageServer.0.5.10"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: setGlobalInterpreter, Class name = f, completed in 22ms, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: setGlobalInterpreter, Class name = f, completed in 19ms, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: setGlobalInterpreter, Class name = f, completed in 13ms, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown","displayName":"Python 3.7.3 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Get Interpreters in CacheableLocatorService, Class name = g, completed in 20ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Arg 2: true, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Get Interpreters in CacheableLocatorService, Class name = g, completed in 18ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Arg 2: true, Return Value: []
3console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: autoSelectInterpreter, Class name = f, completed in 32ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Hide locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: All locators have completed locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: autoSelectInterpreter, Class name = f, completed in 33ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Get language server folder name, Class name = f, completed in 8ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python/example.py>, Return Value: "languageServer.0.5.10"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Cached data exists getEnvironmentVariables, /home/ryan/Documents/test_vscode_python/example.py
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Activation Commands received undefined for shell bash
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: getActivatedEnvironmentVariables, Class name = b, completed in 47ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python/example.py>, Arg 2: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown","displayName":"Python 3.7.3 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Cached data exists getEnvironmentVariables, /home/ryan/Documents/test_vscode_python/example.py
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:03: Get language server folder name, Class name = f, completed in 17ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python/example.py>, Return Value: "languageServer.0.5.10"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Starting Language Server, Class name = f, completed in 1334ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Cached data exists getEnvironmentVariables, /home/ryan/Documents/test_vscode_python/example.py
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Checking support of .NET, Class name = c, completed in 0ms, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Display locator refreshing progress, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Detected refreshing of Interpreters, Class name = p, completed in 2ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 24ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Arg 2: true, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 22ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Arg 2: true, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Hide locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: All locators have completed locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Current value for rule system is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown","displayName":"Python 3.7.3 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Current value for rule currentPath is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: setGlobalInterpreter, Class name = f, completed in 9ms, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Rule = cachedInterpreters, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: autoSelectInterpreter, Class name = f, completed in 14ms, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: autoSelectInterpreter, Class name = f, completed in 41ms, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: autoSelectInterpreter, Class name = f, completed in 42ms, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Executing next rule from settings
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: autoSelectInterpreter, Class name = f, completed in 1ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: [object Object]. Shell identified as undefined 
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Shell path from user settings 'null'
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: [object Object]. Shell identified as other 
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Shell path '/bin/bash'
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Shell path identified as shell 'bash'
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Shell path from user env '/bin/bash'
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: [object Object]. Shell identified as bash 
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Shell identified as 'bash'
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Cached data exists getEnvironmentVariables, <No Resource>
5console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Return Value: [{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"c9cc4e92c61fab11193c21337e476beed8c0049e4b7bc785d6f9ea7e7411e21ac834456e19ba962ca1edef29591f9d691d895efbec99e13d943528a0e3a03edc","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"d6401d92171e183c84ab3aa6c6e3fc6da2b6273fb52b0b01c6acfaa6e9e3a1fa519293136eee15a04e585d8b865793b9b5de47c17af88410ae8ad3d1677a6812","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"64785f3408da52962d298916a891088e5fa26e8310d5c52845b77f631aa74cdce7411e260c2f3b7342202037815f1e54f8253e21f8c0d2be1d757fc7364e1e09","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"c9cc4e92c61fab11193c21337e476beed8c0049e4b7bc785d6f9ea7e7411e21ac834456e19ba962ca1edef29591f9d691d895efbec99e13d943528a0e3a03edc","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"d6401d92171e183c84ab3aa6c6e3fc6da2b6273fb52b0b01c6acfaa6e9e3a1fa519293136eee15a04e585d8b865793b9b5de47c17af88410ae8ad3d1677a6812","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"64785f3408da52962d298916a891088e5fa26e8310d5c52845b77f631aa74cdce7411e260c2f3b7342202037815f1e54f8253e21f8c0d2be1d757fc7364e1e09","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Return Value: [{"architecture":3,"path":"/usr/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"64785f3408da52962d298916a891088e5fa26e8310d5c52845b77f631aa74cdce7411e260c2f3b7342202037815f1e54f8253e21f8c0d2be1d757fc7364e1e09","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"c9cc4e92c61fab11193c21337e476beed8c0049e4b7bc785d6f9ea7e7411e21ac834456e19ba962ca1edef29591f9d691d895efbec99e13d943528a0e3a03edc","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaInfo-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Get Interpreters, Class name = m, completed in 19ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Return Value: [{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"64785f3408da52962d298916a891088e5fa26e8310d5c52845b77f631aa74cdce7411e260c2f3b7342202037815f1e54f8253e21f8c0d2be1d757fc7364e1e09","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"c9cc4e92c61fab11193c21337e476beed8c0049e4b7bc785d6f9ea7e7411e21ac834456e19ba962ca1edef29591f9d691d895efbec99e13d943528a0e3a03edc","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Selected Interpreter from currentPath, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Display locator refreshing progress, Class name = p, completed in 2ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Notify locators are locating, Class name = p, completed in 2ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Detected refreshing of Interpreters, Class name = p, completed in 2ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Create file systemwatcher with pattern */python
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Create file systemwatcher with pattern */*/python
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Register Interpreter Watcher, Class name = p, completed in 2ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: undefined, Return Value: []
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 6ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"c9cc4e92c61fab11193c21337e476beed8c0049e4b7bc785d6f9ea7e7411e21ac834456e19ba962ca1edef29591f9d691d895efbec99e13d943528a0e3a03edc","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"d6401d92171e183c84ab3aa6c6e3fc6da2b6273fb52b0b01c6acfaa6e9e3a1fa519293136eee15a04e585d8b865793b9b5de47c17af88410ae8ad3d1677a6812","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"64785f3408da52962d298916a891088e5fa26e8310d5c52845b77f631aa74cdce7411e260c2f3b7342202037815f1e54f8253e21f8c0d2be1d757fc7364e1e09","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"c9cc4e92c61fab11193c21337e476beed8c0049e4b7bc785d6f9ea7e7411e21ac834456e19ba962ca1edef29591f9d691d895efbec99e13d943528a0e3a03edc","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"d6401d92171e183c84ab3aa6c6e3fc6da2b6273fb52b0b01c6acfaa6e9e3a1fa519293136eee15a04e585d8b865793b9b5de47c17af88410ae8ad3d1677a6812","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"64785f3408da52962d298916a891088e5fa26e8310d5c52845b77f631aa74cdce7411e260c2f3b7342202037815f1e54f8253e21f8c0d2be1d757fc7364e1e09","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"64785f3408da52962d298916a891088e5fa26e8310d5c52845b77f631aa74cdce7411e260c2f3b7342202037815f1e54f8253e21f8c0d2be1d757fc7364e1e09","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"c9cc4e92c61fab11193c21337e476beed8c0049e4b7bc785d6f9ea7e7411e21ac834456e19ba962ca1edef29591f9d691d895efbec99e13d943528a0e3a03edc","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Build the workspace interpreter watcher, Class name = h, completed in 3ms, Arg 1: undefined, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Get Interpreters, Class name = m, completed in 9ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr","fileHash":"3ee0a3702c283ee8df9a88495f56e574466036dfd6bbb2618adfab68f57c5483596f86e3eed770de6b0957c88433d2801bd698cf0d92b19030ad34e7455027f0","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.6","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.8-final","major":3,"minor":6,"patch":8,"prerelease":["final"],"build":[],"version":"3.6.8-final"},"sysPrefix":"/usr","fileHash":"02d0116b1576f99846a933d0f4402f25f680805c28e8a4d9723dcdb3b6bda5dc22e06aa70e0719cad21a47788ec58bda880eba992cc115a29048bd0e9f26e90b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Selected Interpreter from system, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown","displayName":"Python 3.7.3 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Current value for rule system is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown","displayName":"Python 3.7.3 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Current value for rule currentPath is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Current value for rule workspaceEnvs is {"architecture":3,"path":"/home/ryan/.local/share/virtualenvs/voicechat-modem-dsp-CIksCzpW/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/home/ryan/.local/share/virtualenvs/voicechat-modem-dsp-CIksCzpW","fileHash":"de3bb7ddd769d004835e42f6f41437c30c665e70d800ccf0171daa63eb02d74de02eef32980a5bead68cd3e0c046108ae56afc0a2119eb91122a358f086ff3ee","type":"PipEnv","pipEnvWorkspaceFolder":"/home/ryan/Documents/voicechat-modem/voicechat-modem-dsp"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: setGlobalInterpreter, Class name = f, completed in 35ms, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: setGlobalInterpreter, Class name = f, completed in 24ms, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown","displayName":"Python 3.7.3 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: setGlobalInterpreter, Class name = f, completed in 23ms, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/usr","fileHash":"a1140f83139b2f6819fd20105b57b5da1ca97a786efe89e7edeeea1b506a8bb79a75f1b3516513bd78403621fa67b31e84c3d11044b238de705bcca03cd95733","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Executing next rule from cachedInterpreters
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Get Interpreters in CacheableLocatorService, Class name = g, completed in 23ms, Arg 1: <Uri:/home/ryan/Documents/test_vscode_python>, Arg 2: true, Return Value: []
3console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: autoSelectInterpreter, Class name = f, completed in 65ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Hide locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: All locators have completed locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-01-14 18:56:05: autoSelectInterpreter, Class name = f, completed in 66ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Notification handler 'textDocument/publishDiagnostics' failed with message: Cannot read property 'connected' of undefined
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:398
_invokeHandler @ rpcProtocol.ts:383
_receiveRequest @ rpcProtocol.ts:299
_receiveOneMessage @ rpcProtocol.ts:226
(anonymous) @ rpcProtocol.ts:101
fire @ event.ts:581
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:581
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:200
addChunk @ _stream_readable.js:294
readableAddChunk @ _stream_readable.js:275
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
2console.ts:137 [Extension Host] (node:17345) [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 @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:398
_invokeHandler @ rpcProtocol.ts:383
_receiveRequest @ rpcProtocol.ts:299
_receiveOneMessage @ rpcProtocol.ts:226
(anonymous) @ rpcProtocol.ts:101
fire @ event.ts:581
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:581
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:200
addChunk @ _stream_readable.js:294
readableAddChunk @ _stream_readable.js:275
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166

Most likely the critical line in the above log is Notification handler 'textDocument/publishDiagnostics' failed with message: Cannot read property 'connected' of undefined from console.ts:137.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:24 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
kimadelinecommented, Feb 8, 2020

Hi everyone,

  • if you’re using pylint and the language server try updating the version of the Python Language Server you’re using to 0.5.30.0 (set python.autoUpdateLanguageServer to true, or tick the Auto Update Language Server checkbox in the Settings UI)
  • if you’re using the MPLS without pylint the issue is still present in the current release of the extension, but has been fixed in master and will be included in the upcoming release. You can either wait a couple of days for the February release, or update the language server and enroll in our Insiders program to get the fix now (set the value of python.insidersChannel in your user settings to weekly or daily):
Screen Shot 2020-02-07 at 4 11 05 PM
1reaction
mahmoudajawadcommented, Jan 29, 2020

Coming from #9778 (Thanks @Shahaed!) and can confirm rolling back to 2019.11.50794 resolved linting issues for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

why are pylint's error squiggle lines not showing in python ...
Error -squiggle-lines have stopped working for Python(it works for other languages). And I am using Microsoft's Python extension.
Read more >
Why Are Pylint's Error Squiggle Lines Not Showing In Python Visual ...
Hey Is there an extension or setting that would highlight linting errors like missing semicolons? I know it shows in the Problems E.g....
Read more >
8. Errors and Exceptions — Python 3.11.1 documentation
Syntax errors, also known as parsing errors, are perhaps the most common kind of complaint you get while you are still learning Python:....
Read more >
How To Highlight Errors And Warnings In VS Code - YouTube
Blog: http://www.shwetalodha.in/Medium: https://medium.com/@shweta-lodhaWatch out full Python playlist: ...
Read more >
C++ IntelliSense - Visual Studio (Windows) | Microsoft Learn
A red squiggle indicates a compiler error or warning in active code that you need to deal with. Visual C++ error squiggles. Code...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found