Skip to content

Squiggles missing for Python errors #9649

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rlee287 opened this issue Jan 15, 2020 · 24 comments
Closed

Squiggles missing for Python errors #9649

rlee287 opened this issue Jan 15, 2020 · 24 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@rlee287
Copy link

rlee287 commented Jan 15, 2020

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 How to update the language server to the latest stable version #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.

@rlee287
Copy link
Author

rlee287 commented Jan 15, 2020

Please also let me know if I should file a bug report against the Language Server instead.

@rlee287 rlee287 changed the title Squiggles missing for Python files Squiggles missing for Python errors Jan 15, 2020
@ghost
Copy link

ghost commented Jan 16, 2020

You must be using pylint as linter. Use flake8. The latest update was supposed to fix linting but I've found that pylint is still not working with latest update but flake8 works.

@ericloewe
Copy link

This regression would seem to have been introduced in 2020.1.57204. flake8 and bandit do seem to work normally in 2020.01.58038, as @sys-temd indicates.

Reverting to 2019.11.50794 works around this.

@rlee287
Copy link
Author

rlee287 commented Jan 16, 2020

I am not using any linters:

# From the .config/Code/User directory
$ grep -F 'python.' settings.json
    "python.jediEnabled": false,
    "python.analysis.memory.keepLibraryAst": true,
    "python.analysis.logLevel": "Information",
    "python.analysis.openFilesOnly": false,
    "python.analysis.memory.keepLibraryLocalVariables": true,
    "python.diagnostics.sourceMapsEnabled": false

Previously the Language Server itself would highlight errors without the need to enable linters, but this stopped working in recent versions.

@karthiknadig karthiknadig transferred this issue from microsoft/vscode-python Jan 16, 2020
@jakebailey
Copy link
Member

Similar to microsoft/python-language-server#1868?

@rlee287
Copy link
Author

rlee287 commented Jan 17, 2020

This looks like the same issue as microsoft/python-language-server#1868, but this is most likely not a parser bug (as microsoft/python-language-server#1868 is tagged).

From my original post:

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.

This sounds like a bug in the VS Code Python extension and not a bug in the language server itself.

@ghost
Copy link

ghost commented Jan 17, 2020

@rlee287 Try declaring "python.jediEnabled": false in .vscode > settings.json.

@rlee287
Copy link
Author

rlee287 commented Jan 17, 2020

That setting is already set as you suggested in my global config(you can look above at my grep results in my follow-up post to see it).

If you mean ~/.vscode/settings.json, that file does not exist, so do you suggest creating it in this case?

@jakebailey
Copy link
Member

Yeah, based on that error message this looks like the extension, maybe to do with the diagnostic middleware it uses, though I don't know why it'd be undefined.

@jakebailey
Copy link
Member

I'm going to transfer this back so the right people can handle this. https://github.com/microsoft/python-language-server/issues/1873#issuecomment-575460659 is the critical comment with the message, though the minified file makes it pretty difficult to determine which .connected access is failing.

@jakebailey jakebailey transferred this issue from microsoft/python-language-server Jan 17, 2020
@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Jan 17, 2020
@ghost
Copy link

ghost commented Jan 18, 2020

If you mean ~/.vscode/settings.json, that file does not exist, so do you suggest creating it in this case?

Yes. Create .vscode > settings.json in your workspace directory and declare "python.jediEnabled": false in it.

@rlee287
Copy link
Author

rlee287 commented Jan 18, 2020

Noting that creating the settings.json file as suggested above did not work for me.

@ghost
Copy link

ghost commented Jan 19, 2020

It seems that language server is not working at all. The above solution worked for enabling pylint: #9657

@karrtikr
Copy link

Hey @rlee287
Does rolling back to 2019.11.50794 works?

@karrtikr
Copy link

karrtikr commented Jan 20, 2020

@MikhailArkhipov @jakebailey Error Notification handler 'textDocument/publishDiagnostics' failed with message: Cannot read property 'connected' of undefined seems to be related to #9096.

This should've been fixed(?) in #9109 where we ensure that this is no longer undefined

Any idea why we're still getting this error?

@ghost
Copy link

ghost commented Jan 21, 2020

Does rolling back to 2019.11.50794 works?

Yes

@karthiknadig karthiknadig self-assigned this Jan 21, 2020
@karthiknadig karthiknadig added triage bug Issue identified by VS Code Team member as probable bug labels Jan 21, 2020
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Jan 21, 2020
@mahmoudajawad
Copy link

mahmoudajawad commented Jan 29, 2020

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

@MikhailArkhipov
Copy link

microsoft/python-language-server#1868 is a parser issue and is not related to connected property. Looks like similar to https://github.com/microsoft/vscode-python/pull/9109/files. Generally this should either NOT be used per VS Code folks or needs to be bound as it was done to handleDiagnostics. Perhaps code needs to bind all methods and properties.

@rlee287
Copy link
Author

rlee287 commented Feb 1, 2020

For now, I have downgraded to 2019.11.50794, and I can confirm that squiggles work there. Has there been an update yet on fixing this issue?

@kimadeline
Copy link

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

@Shahaed
Copy link

Shahaed commented Feb 8, 2020

Thank ya @kimadeline

@kimadeline kimadeline removed the triage label Feb 10, 2020
@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Feb 10, 2020
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Feb 10, 2020
@mahmoudajawad
Copy link

@kimadeline do we have any estimate on when the newer version is coming?

@ghost
Copy link

ghost commented Feb 13, 2020

@mahmoudajawad It is fixed in 2020.2.63072 (12 February 2020). Update your extension.

@rlee287
Copy link
Author

rlee287 commented Feb 13, 2020

The latest version 2020.2.63072 fixes this issue for me, so I will close the issue accordingly.

@rlee287 rlee287 closed this as completed Feb 13, 2020
@ghost ghost removed the triage label Feb 13, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Feb 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

9 participants