Skip to content

Can't autodetect pipenv in WSL #12482

Closed
Closed
@astashko

Description

@astashko

Environment data

  • VS Code version: 1.46.1
  • Extension version (available under the Extensions sidebar): 2020.6.89148
  • OS and version: Windows 10 2004
  • Python version (& distribution if applicable, e.g. Anaconda): Python 3.8.2
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): pipenv
  • Relevant/affected Python packages and their versions: pipenv 2020.6.2
  • Remote OS Version: Ubuntu 20.04
  • Remote Extension/Connection Type: WSL2

Expected behaviour

When I open remote folder that contains Pipfile, pipfile interpreter is autodetected and virtual env activated

Actual behaviour

The interpreter is non-pipenv 3.8.2

Steps to reproduce:

  1. Install WSL2 + VSC. I've actually documented steps I performed in this file.
  2. Install pipenv using pip3 install pipenv.
  3. Clone new github repo and cd to it's root folder.
  4. Run pipenv --three.
  5. Run pipenv install boto3.
  6. Open Visual Studio Code and open repo's root directory.
  7. Create new py file.

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 - control'
User belongs to experiment group 'ShowPlayIcon - start'
User belongs to experiment group 'UseTerminalToGetActivatedEnvVars - control'
User belongs to experiment group 'LocalZMQKernel - control'
User belongs to experiment group 'CollectLSRequestTiming - control'
User belongs to experiment group 'CollectNodeLSRequestTiming - experiment'
User belongs to experiment group 'EnableIPyWidgets - experiment'
User belongs to experiment group 'RunByLine - control'
User belongs to experiment group 'CustomEditorSupport - control'
> conda --version
> pyenv root
> python3.7 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3.6 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python2 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> conda info --json
> python ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Python interpreter path: /usr/bin/python3
Starting Jedi Python language engine.
> conda --version
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.prefix)"
cwd: ~/code/snapshotalyzer-30000
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.prefix)"
cwd: ~/code/snapshotalyzer-30000
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
cwd: ~/code/snapshotalyzer-30000
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
cwd: ~/code/snapshotalyzer-30000
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
cwd: ~/code/snapshotalyzer-30000
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
cwd: ~/code/snapshotalyzer-30000
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py site --user-site
cwd: ~/code/snapshotalyzer-30000
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py site --user-site
cwd: ~/code/snapshotalyzer-30000
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/completion.py
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/completion.py
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py pylint --disable=all --enable=F,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,unused-wildcard-import,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0611,E0632,E0633,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text ~/code/snapshotalyzer-30000/shotty/shotty.py
cwd: ~/code/snapshotalyzer-30000
> /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py pylint --disable=all --enable=F,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,unused-wildcard-import,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0611,E0632,E0633,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text ~/code/snapshotalyzer-30000/shotty/shotty.py
cwd: ~/code/snapshotalyzer-30000
##########Linting Output - pylint##########
************* Module shotty
1,0,error,import-error:Unable to import 'boto3'

------------------------------------------------------------------
Your code has been rated at 1.67/10 (previous run: 1.67/10, +0.00)


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-06-22 01:48:12: id is db25daf8-8ce1-43b4-9f46-b0be97002d99
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Display locator refreshing progress, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Notify locators are locating, Class name = p, completed in 2ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Detected refreshing of Interpreters, Class name = p, completed in 2ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Create file systemwatcher with pattern */python
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Create file systemwatcher with pattern */*/python
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Notify locators are locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Get Interpreters in CacheableLocatorService, Class name = m, completed in 11ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Get Interpreters in CacheableLocatorService, Class name = m, completed in 8ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Get Interpreters in CacheableLocatorService, Class name = m, completed in 7ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Register Interpreter Watcher, Class name = p, completed in 7ms, has a falsy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Get Interpreters in CacheableLocatorService, Class name = m, completed in 7ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Get Interpreters in CacheableLocatorService, Class name = m, completed in 6ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Get Interpreters in CacheableLocatorService, Class name = m, completed in 4ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Build the workspace interpreter watcher, Class name = d, completed in 8ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] (node:380) [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
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: > pyenv root
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: > python3.7 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: > python3.6 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: > python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: > python2 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: > python ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Detection of Python Interpreter for Command python3.7 and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Detection of Python Interpreter for Command python3.6 and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Detection of Python Interpreter for Command python2 and args  failed
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Detection of Python Interpreter for Command python and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: > conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Interpreters returned by CondaEnvFileService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Interpreters returned by CondaEnvFileService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Interpreters returned by CondaEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Interpreters returned by CondaEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Get Interpreters, Class name = m, completed in 281ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","cachedEntry":true}]
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: > python ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Interpreters returned by CurrentPathService are of count 1
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:12: Interpreters returned by CurrentPathService are [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Activation Commands received undefined for shell bash
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: getActivatedEnvironmentVariables, Class name = E, completed in 1011ms, has a falsy return value, Arg 1: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by VirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by VirtualEnvService are []
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by KnownPathsService are of count 8
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by KnownPathsService are [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"}]
4console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 579ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Arg 2: {"ignoreCache":true}, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a truthy return value, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Hide locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: All locators have completed locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule system is {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","displayName":"Python 3.8.2 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule currentPath is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: setGlobalInterpreter, Class name = f, completed in 16ms, has a truthy return value, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = cachedInterpreters, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 78ms, has a falsy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 662ms, has a falsy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 664ms, has a falsy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Display locator refreshing progress, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Notify locators are locating, Class name = p, completed in 2ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Detected refreshing of Interpreters, Class name = p, completed in 2ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from settings
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Cached data exists getEnvironmentVariables, /home/astashko/code/snapshotalyzer-30000/shotty/shotty.py
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Cached data exists getEnvironmentVariables, /home/astashko/code/snapshotalyzer-30000
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 12ms, has a falsy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Build the workspace interpreter watcher, Class name = d, completed in 6ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000/shotty/shotty.py>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 0ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: []
3console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 1ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 1ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"}]
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 1ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from currentPath, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters, Class name = m, completed in 2ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from system, {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","displayName":"Python 3.8.2 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule system is {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","displayName":"Python 3.8.2 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule currentPath is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: setGlobalInterpreter, Class name = f, completed in 6ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from currentPath
console.ts:137 [Extension Host] Error Python Extension: 2020-06-22 01:48:13: Failed to check if file needs to be fixed [EntryNotFound (FileSystemError): Unable to read file 'vscode-remote://wsl+ubuntu/home/astashko/.config/Code/User/settings.json' (EntryNotFound (FileSystemError): Error: ENOENT: no such file or directory, open '/home/astashko/.config/Code/User/settings.json')	at _handleError (/home/astashko/.vscode-server/bin/cd9ea6488829f560dc949a8b2fb789f3cdc05f5d/out/vs/server/remoteExtensionHostProcess.js:687:25)	at processTicksAndRejections (internal/process/task_queues.js:89:5)	at async v.readText (/home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:1:588970)	at async p.doesFileNeedToBeFixed (/home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:48:899382)	at async /home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:48:898509	at async Promise.all (index 0)	at async p.getFilesToBeFixed (/home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:48:898455)	at async p.updateTestSettings (/home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:48:898082)] {  code: 'FileNotFound',  name: 'EntryNotFound (FileSystemError)'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-06-22 01:48:13: Failed to check if file needs to be fixed [EntryNotFound (FileSystemError): Unable to read file 'vscode-remote://wsl+ubuntu/home/astashko/code/snapshotalyzer-30000/.vscode/settings.json' (EntryNotFound (FileSystemError): Error: ENOENT: no such file or directory, open '/home/astashko/code/snapshotalyzer-30000/.vscode/settings.json')	at _handleError (/home/astashko/.vscode-server/bin/cd9ea6488829f560dc949a8b2fb789f3cdc05f5d/out/vs/server/remoteExtensionHostProcess.js:687:25)	at processTicksAndRejections (internal/process/task_queues.js:89:5)	at async v.readText (/home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:1:588970)	at async p.doesFileNeedToBeFixed (/home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:48:899382)	at async /home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:48:898509	at async Promise.all (index 1)	at async p.getFilesToBeFixed (/home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:48:898455)	at async p.updateTestSettings (/home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/out/client/extension.js:48:898082)] {  code: 'FileNotFound',  name: 'EntryNotFound (FileSystemError)'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 30ms, has a falsy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: setGlobalInterpreter, Class name = f, completed in 9ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","displayName":"Python 3.8.2 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: setGlobalInterpreter, Class name = f, completed in 7ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from cachedInterpreters
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 34ms, has a falsy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Cached data exists getEnvironmentVariables, /home/astashko/code/snapshotalyzer-30000/shotty/shotty.py
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 123ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Arg 2: {"ignoreCache":true}, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 125ms, has a falsy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 105ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Arg 2: {"ignoreCache":true}, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a truthy return value, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Hide locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: All locators have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule system is {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","displayName":"Python 3.8.2 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule currentPath is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: setGlobalInterpreter, Class name = f, completed in 7ms, has a truthy return value, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = cachedInterpreters, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 55ms, has a falsy return value, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 162ms, has a falsy return value, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Display locator refreshing progress, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Notify locators are locating, Class name = p, completed in 2ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Detected refreshing of Interpreters, Class name = p, completed in 2ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from settings
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 4ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: [object Object]. Shell identified as undefined 
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Shell path '/bin/bash'
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Shell path identified as shell 'bash'
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Terminal shell path '/bin/bash' identified as shell 'bash'
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: [object Object]. Shell identified as bash 
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Shell identified as 'bash'
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Cached data exists getEnvironmentVariables, <No Resource>
4console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 0ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 0ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 0ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaInfo-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters, Class name = m, completed in 5ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Create file systemwatcher with pattern */python
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Create file systemwatcher with pattern */*/python
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule system is {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","displayName":"Python 3.8.2 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule currentPath is {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Register Interpreter Watcher, Class name = p, completed in 3ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 3ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 4ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from currentPath, {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 4ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 5ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 4ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"de8f3aa2883b7bd533d3b6bb0bfac42e22c4de2fb838d809be0f95c7ca389a807c16ebe0f513e8677d9db41b68f045578fe42a99c0d1fd01627b3af40a9428b6","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 4ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Build the workspace interpreter watcher, Class name = d, completed in 5ms, has a truthy return value, Arg 1: undefined, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters, Class name = m, completed in 6ms, has a truthy return value, Arg 1: undefined, Arg 2: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from system, {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","displayName":"Python 3.8.2 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Current value for rule workspaceEnvs is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: setGlobalInterpreter, Class name = f, completed in 7ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 44ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: setGlobalInterpreter, Class name = f, completed in 9ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: setGlobalInterpreter, Class name = f, completed in 7ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"71c7364b0d908b19cb9c149cd7d84bc6a11b9827487a9fae0fbae7284ec0af3f3e0e572d8ac81232d784ffea6d293a51d013a54bd6833d3182d85904b980e56b","type":"Unknown","displayName":"Python 3.8.2 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 49ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 48ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 92ms, has a truthy return value, Arg 1: <Uri:/home/astashko/code/snapshotalyzer-30000>, Arg 2: {"ignoreCache":true}, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: autoSelectInterpreter, Class name = f, completed in 92ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a truthy return value, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Hide locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: All locators have completed locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
5console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: Cached data exists getEnvironmentVariables, /home/astashko/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.prefix)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.prefix)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py site --user-site
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py site --user-site
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:13: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:14: Cached data exists getEnvironmentVariables, /home/astashko/code/snapshotalyzer-30000
2console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:14: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/completion.py
console.ts:137 [Extension Host] Error Python Extension: 2020-06-22 01:48:14: stderr jediProxy Error (stderr) /home/astashko/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/completion.py:586: DeprecationWarning: Deprecated since version 0.16.0. Use Script(...).get_names instead.  jedi.api.names(
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:14: Cached data exists getEnvironmentVariables, extension-output-#3
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:14: Cached data exists getEnvironmentVariables, /home/astashko/code/snapshotalyzer-30000/shotty/shotty.py
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:14: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py pylint --disable=all --enable=F,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,unused-wildcard-import,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0611,E0632,E0633,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text ~/code/snapshotalyzer-30000/shotty/shotty.py
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:14: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:14: > /usr/bin/python3 ~/.vscode-server/extensions/ms-python.python-2020.6.89148/pythonFiles/pyvsc-run-isolated.py pylint --disable=all --enable=F,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,unused-wildcard-import,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0611,E0632,E0633,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text ~/code/snapshotalyzer-30000/shotty/shotty.py
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 01:48:14: cwd: ~/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 02:02:33: Cached data exists getEnvironmentVariables, /home/astashko/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 02:02:33: Cached data exists getEnvironmentVariables, extension-output-#4
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 02:02:35: Cached data exists getEnvironmentVariables, /home/astashko/code/snapshotalyzer-30000
console.ts:137 [Extension Host] Info Python Extension: 2020-06-22 02:02:35: Cached data exists getEnvironmentVariables, extension-output-#3

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions