Skip to content
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

Unable to join any experiments when telemetry.enableTelemetry is false #10008

Closed
bersbersbers opened this issue Feb 9, 2020 · 2 comments
Closed
Assignees
Labels
area-internal Label for non-user facing issues feature-request Request for new features or functionality

Comments

@bersbersbers
Copy link

bersbersbers commented Feb 9, 2020

I am unable to join experiments and was asked to file this issue here (see microsoft/ptvsd#1728).

Environment data

  • VS Code version: 1.42.0 (user setup)
  • Extension version (available under the Extensions sidebar): 2020.3.62366-dev (tried multiple other ones)
  • OS and version: Windows 10 1909
  • Python version (& distribution if applicable, e.g. Anaconda): plain Python, 3.8.1
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): none
  • Relevant/affected Python packages and their versions: none relevant, I think
  • Relevant/affected Python-related VS Code extensions and their versions: all other extensions disabled
  • 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): not set
  • Value of the python.languageServer setting: not set

Expected behaviour

Python output shows

User belongs to experiment group ...
> conda --version
> pyenv root
> python3.7 -c "import sys;print(sys.executable)"
...

Actual behaviour

Python output only shows

> conda --version
> pyenv root
> python3.7 -c "import sys;print(sys.executable)"
...

Steps to reproduce:

This is my settings.json:

{
    // https://github.com/microsoft/ptvsd/issues/1728
    "python.insidersChannel": "daily",
    "python.experiments.enabled": true,
    "python.experiments.optInto": [
        "AlwaysDisplayTestExplorer - experiment",
        "DebugAdapterFactory - experiment",
        "PtvsdWheels37 - experiment",
    ],
}

Logs

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

> 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)"
> py -3.7 -c "import sys;print(sys.executable)"
> py -3.6 -c "import sys;print(sys.executable)"
> py -3 -c "import sys;print(sys.executable)"
> py -2 -c "import sys;print(sys.executable)"
> python -c "import sys;print(sys.executable)"
> conda info --json
> python -c "import sys;print(sys.executable)"
> python -c "import sys;print(sys.executable)"
> python -c "import sys;print(sys.executable)"
> python -c "import sys;print(sys.executable)"
Starting Jedi Python language engine.
> conda --version
> ~\AppData\Local\Programs\Python\Python38\python.exe -m 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 c:\Users\bers\AppData\Local\Temp\Bug\bug.py
cwd: c:\Users\bers\AppData\Local\Temp\Bug
> ~\AppData\Local\Programs\Python\Python38\python.exe -m 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 c:\Users\bers\AppData\Local\Temp\Bug\bug.py
cwd: c:\Users\bers\AppData\Local\Temp\Bug
> ~\AppData\Local\Programs\Python\Python38\python.exe -c "import sys;print(sys.prefix)"
cwd: c:\Users\bers\AppData\Local\Temp\Bug
> ~\AppData\Local\Programs\Python\Python38\python.exe -c "import sys;print(sys.prefix)"
cwd: c:\Users\bers\AppData\Local\Temp\Bug
> ~\AppData\Local\Programs\Python\Python38\python.exe -c "import sys;print(sys.executable)"
cwd: c:\Users\bers\AppData\Local\Temp\Bug
> ~\AppData\Local\Programs\Python\Python38\python.exe -c "import sys;print(sys.executable)"
cwd: c:\Users\bers\AppData\Local\Temp\Bug
> ~\AppData\Local\Programs\Python\Python38\python.exe -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
cwd: c:\Users\bers\AppData\Local\Temp\Bug
> ~\AppData\Local\Programs\Python\Python38\python.exe -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
cwd: c:\Users\bers\AppData\Local\Temp\Bug
> ~\AppData\Local\Programs\Python\Python38\python.exe -m site --user-site
cwd: c:\Users\bers\AppData\Local\Temp\Bug
> ~\AppData\Local\Programs\Python\Python38\python.exe -m site --user-site
cwd: c:\Users\bers\AppData\Local\Temp\Bug
> ~\AppData\Local\Programs\Python\Python38\python.exe completion.py
cwd: c:\Users\bers\.vscode\extensions\ms-python.python-2020.3.62366-dev\pythonFiles
> ~\AppData\Local\Programs\Python\Python38\python.exe completion.py
cwd: c:\Users\bersb\.vscode\extensions\ms-python.python-2020.3.62366-dev\pythonFiles
##########Linting Output - pylint##########

--------------------------------------------------------------------

Your code has been rated at 10.00/10 (previous run: 10.00/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)

Sorry, but this is long:

console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Display locator refreshing progress, Class name = p, completed in 2ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Notify locators are locating, Class name = p, completed in 5ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Detected refreshing of Interpreters, Class name = p, completed in 6ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Create file systemwatcher with pattern *\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Create file systemwatcher with pattern *\*\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Get Interpreters in CacheableLocatorService, Class name = g, completed in 72ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug\bug.py>, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Get Interpreters in CacheableLocatorService, Class name = g, completed in 38ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug\bug.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Get Interpreters in CacheableLocatorService, Class name = g, completed in 36ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug\bug.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Get Interpreters in CacheableLocatorService, Class name = g, completed in 35ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug\bug.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Get Interpreters in CacheableLocatorService, Class name = g, completed in 32ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug\bug.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Register Interpreter Watcher, Class name = p, completed in 29ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug\bug.py>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Get Interpreters in CacheableLocatorService, Class name = g, completed in 31ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug\bug.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Get Interpreters in CacheableLocatorService, Class name = g, completed in 22ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug\bug.py>, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Get Interpreters in CacheableLocatorService, Class name = g, completed in 20ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug\bug.py>, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Build the workspace interpreter watcher, Class name = h, completed in 37ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug\bug.py>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:23: Get Interpreters, Class name = m, completed in 290ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug\bug.py>, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: > pyenv root
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: > python3.7 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: > python3.6 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: > python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: > python2 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: > python -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: > py -3.7 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: > py -3.6 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: > py -3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: > py -2 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: > python -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: Detection of Python Interpreter for Command python3.7 and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: Detection of Python Interpreter for Command python3.6 and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: Detection of Python Interpreter for Command python3 and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: Detection of Python Interpreter for Command python2 and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, , Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:25: > conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: Interpreters returned by CondaEnvFileService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: Interpreters returned by CondaEnvFileService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: Interpreters returned by CondaEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: Interpreters returned by CondaEnvService are []
2console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: > python -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:26: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Error Python Extension: 2020-02-09 17:47:26: Detection of Python Interpreter for Command py and args -3.6 failed as file Python 3.6 not found!

 -3.8-64 does not exist
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:582
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:582
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] Error Python Extension: 2020-02-09 17:47:26: Detection of Python Interpreter for Command py and args -2 failed as file Python 2 not found!

 -3.8-64 does not exist
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:582
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:582
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] Error Python Extension: 2020-02-09 17:47:26: Detection of Python Interpreter for Command py and args -3.7 failed as file Python 3.7 not found!

 -3.8-64 does not exist
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:582
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:582
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] Info Python Extension: 2020-02-09 17:47:26: > python -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Interpreters returned by WindowsRegistryService are of count 1
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Interpreters returned by WindowsRegistryService are [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Interpreters returned by VirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Interpreters returned by VirtualEnvService are []
6console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Get Interpreters in CacheableLocatorService, Class name = g, completed in 950ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Arg 2: true, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Interpreters returned by CurrentPathService are of count 3
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Interpreters returned by CurrentPathService are [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"},{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"},{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Get Interpreters in CacheableLocatorService, Class name = g, completed in 964ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Arg 2: true, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Current value for rule system is {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.8.1 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Current value for rule currentPath is {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:27: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}
console.ts:137 [Extension Host] Error Python Extension: 2020-02-09 17:47:28: Python Extension (lookForInterpretersInDirectory.fs.listdir): [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\CSC'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\\WINDOWS\\CSC'}
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:582
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:582
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] Error Python Extension: 2020-02-09 17:47:28: Python Extension (lookForInterpretersInDirectory.fs.listdir): [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\System32\Wbem\MOF'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\\WINDOWS\\System32\\Wbem\\MOF'}
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:582
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:582
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-02-09 17:47:29: setGlobalInterpreter, Class name = f, completed in 1651ms, Arg 1: {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Rule = cachedInterpreters, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: autoSelectInterpreter, Class name = f, completed in 1816ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Error Python Extension: 2020-02-09 17:47:29: Python Extension (lookForInterpretersInDirectory.fs.listdir): [Error: UNKNOWN: unknown error, lstat 'C:\Users\bers\AppData\Local\Microsoft\WindowsApps\GameBarElevatedFT_Alias.exe'] {  errno: -4094,  code: 'UNKNOWN',  syscall: 'lstat',  path: 'C:\\Users\\bers\\AppData\\Local\\Microsoft\\WindowsApps\\GameBarElevatedFT_Alias.exe'}
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:582
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:582
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-02-09 17:47:29: autoSelectInterpreter, Class name = f, completed in 2785ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: autoSelectInterpreter, Class name = f, completed in 2786ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Cached data exists getEnvironmentVariables, c:\Users\bers\AppData\Local\Temp\Bug\bug.py
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Cached data exists getEnvironmentVariables, c:\Users\bers\AppData\Local\Temp\Bug
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: autoSelectInterpreter, Class name = f, completed in 7ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Build the workspace interpreter watcher, Class name = h, completed in 3ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug\bug.py>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Error Python Extension: 2020-02-09 17:47:29: Python Extension (lookForInterpretersInDirectory.fs.listdir): [Error: EPERM: operation not permitted, lstat 'C:\WINDOWS\system32\Configuration'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\\WINDOWS\\system32\\Configuration'}
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:582
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:582
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-02-09 17:47:29: Interpreters returned by KnownPathsService are of count 1
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Interpreters returned by KnownPathsService are [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Current value for rule system is {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.8.1 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Current value for rule currentPath is {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}
2console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: []
6console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Checking whether locactors have completed locating, Class name = p, completed in 1ms, , Return Value: false
3console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Selected Interpreter from windowsRegistry, {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 6ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"},{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"},{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Selected Interpreter from currentPath, {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 7ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
3console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 8ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 7ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 7ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"},{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"},{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters, Class name = m, completed in 10ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Cached data exists getEnvironmentVariables, c:\Users\bers\AppData\Local\Temp\Bug\bug.py
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Selected Interpreter from system, {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.8.1 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Activation Commands received undefined for shell cmd
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: getActivatedEnvironmentVariables, Class name = S, completed in 5807ms, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.8.1 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: setGlobalInterpreter, Class name = f, completed in 38ms, Arg 1: {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: setGlobalInterpreter, Class name = f, completed in 35ms, Arg 1: {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: setGlobalInterpreter, Class name = f, completed in 34ms, Arg 1: {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: autoSelectInterpreter, Class name = f, completed in 79ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: undefined
2console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: autoSelectInterpreter, Class name = f, completed in 80ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: setGlobalInterpreter, Class name = f, completed in 64ms, Arg 1: {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.8.1 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 128ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Arg 2: true, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 129ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Arg 2: true, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: autoSelectInterpreter, Class name = f, completed in 130ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Hide locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: All locators have completed locating, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: autoSelectInterpreter, Class name = f, completed in 132ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Activation Commands received undefined for shell cmd
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: getActivatedEnvironmentVariables, Class name = S, completed in 6039ms, Arg 1: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Display locator refreshing progress, Class name = p, completed in 2ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Notify locators are locating, Class name = p, completed in 2ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Detected refreshing of Interpreters, Class name = p, completed in 3ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 35ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Arg 2: true, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 39ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Arg 2: true, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Hide locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: All locators have completed locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Current value for rule system is {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.8.1 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Current value for rule currentPath is {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: setGlobalInterpreter, Class name = f, completed in 4ms, Arg 1: {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Rule = cachedInterpreters, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: autoSelectInterpreter, Class name = f, completed in 25ms, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: autoSelectInterpreter, Class name = f, completed in 69ms, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: autoSelectInterpreter, Class name = f, completed in 71ms, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Display locator refreshing progress, Class name = p, completed in 5ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Notify locators are locating, Class name = p, completed in 5ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Detected refreshing of Interpreters, Class name = p, completed in 5ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: autoSelectInterpreter, Class name = f, completed in 8ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: [object Object]. Shell identified as undefined 
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Shell path 'C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe'
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Shell path identified as shell 'powershell'
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Terminal shell path 'C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe' identified as shell 'powershell'
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: [object Object]. Shell identified as powershell 
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Shell identified as 'powershell'
2console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
2console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"},{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"},{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaInfo-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters, Class name = m, completed in 10ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Create file systemwatcher with pattern *\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Create file systemwatcher with pattern *\*\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Current value for rule system is {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.8.1 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Current value for rule currentPath is {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Register Interpreter Watcher, Class name = p, completed in 2ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Selected Interpreter from windowsRegistry, {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 6ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"},{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"},{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Selected Interpreter from currentPath, {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 6ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
2console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 6ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"},{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"},{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Build the workspace interpreter watcher, Class name = h, completed in 6ms, Arg 1: undefined, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters, Class name = m, completed in 9ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Selected Interpreter from system, {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.8.1 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Current value for rule workspaceEnvs is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: setGlobalInterpreter, Class name = f, completed in 32ms, Arg 1: {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: setGlobalInterpreter, Class name = f, completed in 30ms, Arg 1: {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: setGlobalInterpreter, Class name = f, completed in 31ms, Arg 1: {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: setGlobalInterpreter, Class name = f, completed in 26ms, Arg 1: {"architecture":3,"path":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.1-final","major":3,"minor":8,"patch":1,"prerelease":["final"],"build":[],"version":"3.8.1-final"},"sysPrefix":"C:\\Users\\bers\\AppData\\Local\\Programs\\Python\\Python38","fileHash":"3be9dfc1969a1416f55c4a1699b268f0b42696cd9ba29c851a4b7050ce7e6ea02a1880806da0d43e195682f01d95ce34c3eab12c82f62c82239a01ca95ded3a9","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.8.1 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Executing next rule from system
4console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: autoSelectInterpreter, Class name = f, completed in 99ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 100ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Arg 2: true, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Get Interpreters in CacheableLocatorService, Class name = g, completed in 94ms, Arg 1: <Uri:c:\Users\bers\AppData\Local\Temp\Bug>, Arg 2: true, Return Value: []
2console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: autoSelectInterpreter, Class name = f, completed in 102ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Hide locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: All locators have completed locating, Class name = p, completed in 0ms, , Return Value: undefined
5console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: Cached data exists getEnvironmentVariables, c:\Users\bers\AppData\Local\Temp\Bug
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: > ~\AppData\Local\Programs\Python\Python38\python.exe -c "import sys;print(sys.prefix)"
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: cwd: c:\Users\bers\AppData\Local\Temp\Bug
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: > ~\AppData\Local\Programs\Python\Python38\python.exe -c "import sys;print(sys.prefix)"
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: cwd: c:\Users\bers\AppData\Local\Temp\Bug
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: > ~\AppData\Local\Programs\Python\Python38\python.exe -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: cwd: c:\Users\bers\AppData\Local\Temp\Bug
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: > ~\AppData\Local\Programs\Python\Python38\python.exe -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: cwd: c:\Users\bers\AppData\Local\Temp\Bug
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: > ~\AppData\Local\Programs\Python\Python38\python.exe -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: cwd: c:\Users\bers\AppData\Local\Temp\Bug
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: > ~\AppData\Local\Programs\Python\Python38\python.exe -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: cwd: c:\Users\bers\AppData\Local\Temp\Bug
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: > ~\AppData\Local\Programs\Python\Python38\python.exe -m site --user-site
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: cwd: c:\Users\bers\AppData\Local\Temp\Bug
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: > ~\AppData\Local\Programs\Python\Python38\python.exe -m site --user-site
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:29: cwd: c:\Users\bers\AppData\Local\Temp\Bug
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:30: Cached data exists getEnvironmentVariables, c:\Users\bers\AppData\Local\Temp\Bug
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:30: > ~\AppData\Local\Programs\Python\Python38\python.exe completion.py
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:30: cwd: c:\Users\bers\.vscode\extensions\ms-python.python-2020.3.62366-dev\pythonFiles
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:30: > ~\AppData\Local\Programs\Python\Python38\python.exe completion.py
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:30: cwd: c:\Users\bers\.vscode\extensions\ms-python.python-2020.3.62366-dev\pythonFiles
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:30: Cached data exists getEnvironmentVariables, c:\Users\bers\AppData\Local\Temp\Bug\bug.py
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:30: > ~\AppData\Local\Programs\Python\Python38\python.exe -m 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 c:\Users\bers\AppData\Local\Temp\Bug\bug.py
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:30: cwd: c:\Users\bers\AppData\Local\Temp\Bug
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:30: > ~\AppData\Local\Programs\Python\Python38\python.exe -m 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 c:\Users\bers\AppData\Local\Temp\Bug\bug.py
console.ts:137 [Extension Host] Info Python Extension: 2020-02-09 17:47:30: cwd: c:\Users\bers\AppData\Local\Temp\Bug
@bersbersbers bersbersbers added triage-needed Needs assignment to the proper sub-team bug Issue identified by VS Code Team member as probable bug labels Feb 9, 2020
@bersbersbers
Copy link
Author

bersbersbers commented Feb 11, 2020

I uninstalled VS Code and VS Code Insiders, and moved the %USERPROFILE%\ .vscode and .vscode-insiders folders which hold the extensions. (I did not touch %APPDATA%\Code at all.) Then I reinstalled only VS Code, and tada, and it was working.

I then moved the old extension folder back into place, re-enabled all extensions, put in my usual settings again, and it is stopped working.

So, back to the minimal settings quoted above and the new extensions folder (which only holds vscode-python) --> works.
Then moved all extensions from the old to the new extensions folder (except vscode-python) and enabled them all --> still working, must be the settings.
Bisected settings --> one/the culprit was

"telemetry.enableTelemetry": false

If that line is in my settings, experiments do not work. I cannot quite tell why experiments did not work several times with my minimal settings (is the telemetry value remembered after removing it? no idea), but they are working now. The impact of telemetry.enableTelemetry should be documented, though.

@bersbersbers bersbersbers changed the title Unable to join any experiment Unable to join any experiments when telemetry.enableTelemetry is false Feb 11, 2020
@karthiknadig karthiknadig self-assigned this Feb 11, 2020
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Feb 11, 2020
@luabud
Copy link
Member

luabud commented Feb 11, 2020

Hi @bersbersbers ! Sorry about that, we should definitely document the behaviour of the telemetry.enableTelemetry setting. I opened microsoft/vscode-docs#3401 to track and handle it.

Initially the telemetry setting was the way to go for disabling experiments in the extension, but we implemented a setting for that purpose and now we could actually ditch that condition, and make experiments work even if telemetry is disabled. I'm marking this issue with the "needs decision" label so the team can talk about it and see if this fix is something we will address.

Thank you!

@luabud luabud added feature-request Request for new features or functionality and removed needs decision bug Issue identified by VS Code Team member as probable bug labels Mar 25, 2020
@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Mar 25, 2020
@luabud luabud added needs PR and removed triage-needed Needs assignment to the proper sub-team labels Mar 25, 2020
@karthiknadig karthiknadig self-assigned this Apr 2, 2020
@luabud luabud added area-internal Label for non-user facing issues and removed feature-* labels May 13, 2020
@luabud luabud closed this as completed May 21, 2020
@ghost ghost removed the needs PR label May 21, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-internal Label for non-user facing issues feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants