question-mark
Stuck on an issue?

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

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

Lost linting on change after last update to vscode along vscode-python

See original GitHub issue

Environment data

  • VS Code version: 1.41.1
  • Extension version (available under the Extensions sidebar): 2020.1.58038
  • OS and version: Windows 10 (Insider, Slow) 19041.21
  • Python version (& distribution if applicable, e.g. Anaconda): Python 3.8.0
  • Type of virtual environment used (N/A | venv | virtualenv | conda | …): N/A
  • Relevant/affected Python packages and their versions: N/A
  • Jedi or Language Server? (i.e. what is "python.jediEnabled" set to; more info #3977): Language Server

Expected behaviour

Up until last update to vscode (I can’t recall what was the previous version), then with vscode-python update along vscode update, I lost lint on change feature, which has been running fine for long time for me according to #408.

Actual behaviour

No linting except on save.

Steps to reproduce:

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

  1. No steps required.

Logs

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

User belongs to experiment group 'AlwaysDisplayTestExplorer - experiment'
User belongs to experiment group 'ShowPlayIcon - start'
User belongs to experiment group 'ShowExtensionSurveyPrompt - enabled'
User belongs to experiment group 'DebugAdapterFactory - experiment'
User belongs to experiment group 'PtvsdWheels37 - experiment'
User belongs to experiment group 'LS - enabled'
User belongs to experiment group 'UseTerminalToGetActivatedEnvVars - control'
User belongs to experiment group 'WebHostNotebook - control'
> 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)"
> C:\Python38\python.exe -c "import sys;print(sys.executable)"
> conda info --json
> ~\AppData\Local\Microsoft\WindowsApps\python.exe c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Microsoft\WindowsApps\python.exe c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Microsoft\WindowsApps\python3.exe c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Microsoft\WindowsApps\python3.exe c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Microsoft\WindowsApps\python.exe c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Microsoft\WindowsApps\python.exe c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Microsoft\WindowsApps\python3.exe c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Microsoft\WindowsApps\python3.exe c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\pythonFiles\interpreterInfo.py
Starting Microsoft Python language server.

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)

TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.yaml.
Old grammar file: file:///c%3A/Program%20Files/Microsoft%20VS%20Code/resources/app/extensions/yaml/syntaxes/yaml.tmLanguage.json.
New grammar file: file:///c%3A/Users/$USER/.vscode/extensions/ms-azure-devops.azure-pipelines-1.165.1/syntaxes/yaml.tmLanguage.json
register @ TMScopeRegistry.ts:45
o @ TMGrammarFactory.ts:73
_getOrCreateGrammarFactory @ abstractTextMateService.ts:194
async function (async)
_getOrCreateGrammarFactory @ abstractTextMateService.ts:187
(anonymous) @ abstractTextMateService.ts:219
_registerDefinitionIfAvailable @ abstractTextMateService.ts:217
(anonymous) @ abstractTextMateService.ts:173
fire @ event.ts:581
_getOrCreateMode @ modeServiceImpl.ts:166
_createModeAndGetLanguageIdentifier @ modeServiceImpl.ts:142
(anonymous) @ modeServiceImpl.ts:135
l @ modeServiceImpl.ts:28
createByFilepathOrFirstLine @ modeServiceImpl.ts:133
getOrCreateMode @ textEditorModel.ts:130
createTextEditorModel @ textEditorModel.ts:86
load @ untitledTextEditorModel.ts:166
async function (async)
load @ untitledTextEditorModel.ts:149
resolve @ untitledTextEditorInput.ts:252
setInput @ textResourceEditor.ts:59
async function (async)
setInput @ textResourceEditor.ts:58
doSetInput @ editorControl.ts:182
openEditor @ editorControl.ts:71
(anonymous) @ editorGroupView.ts:897
doShowEditor @ editorGroupView.ts:895
restoreEditors @ editorGroupView.ts:453
e @ editorGroupView.ts:214
_createInstance @ instantiationService.ts:117
createInstance @ instantiationService.ts:82
createFromSerialized @ editorGroupView.ts:65
doCreateGroupView @ editorPart.ts:538
fromJSON @ editorPart.ts:923
_deserializeNode @ gridview.ts:1119
(anonymous) @ gridview.ts:1112
_deserializeNode @ gridview.ts:1110
_deserialize @ gridview.ts:1103
deserialize @ gridview.ts:1097
deserialize @ grid.ts:573
doCreateGridControlWithState @ editorPart.ts:917
doCreateGridControlWithPreviousState @ editorPart.ts:884
doCreateGridControl @ editorPart.ts:849
createContentArea @ editorPart.ts:824
create @ part.ts:77
(anonymous) @ workbench.ts:343
renderWorkbench @ workbench.ts:340
(anonymous) @ workbench.ts:157
invokeFunction @ instantiationService.ts:67
startup @ workbench.ts:139
open @ desktop.main.ts:128
async function (async)
open @ desktop.main.ts:116
t.main @ desktop.main.ts:380
(anonymous) @ workbench.js:33
Promise.then (async)
(anonymous) @ workbench.js:29
(anonymous) @ bootstrap-window.js:132
t._invokeFactory @ loader.js:1036
t.complete @ loader.js:1046
s._onModuleComplete @ loader.js:1663
s._onModuleComplete @ loader.js:1675
s._resolve @ loader.js:1623
s.defineModule @ loader.js:1274
r @ loader.js:1713
c @ loader.js:791
(anonymous) @ workbench.common.main.ts:125
(anonymous) @ fake:1
t._createAndEvalScript @ loader.js:794
(anonymous) @ loader.js:776
u @ loader.js:889
(anonymous) @ loader.js:894
readFileAfterClose @ internal/fs/read_file_context.js:61
2console.ts:137 [Extension Host] (node:9548) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:398
_invokeHandler @ rpcProtocol.ts:383
_receiveRequest @ rpcProtocol.ts:299
_receiveOneMessage @ rpcProtocol.ts:226
(anonymous) @ rpcProtocol.ts:101
fire @ event.ts:581
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:581
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:200
addChunk @ _stream_readable.js:294
readableAddChunk @ _stream_readable.js:275
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Display locator refreshing progress, Class name = p, completed in 2ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Notify locators are locating, Class name = p, completed in 8ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Detected refreshing of Interpreters, Class name = p, completed in 12ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Create file systemwatcher with pattern *\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Create file systemwatcher with pattern *\*\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Get Interpreters in CacheableLocatorService, Class name = g, completed in 53ms, Arg 1: <Uri:x:\path\to\project\my_file.python>, Return Value: [{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Get Interpreters in CacheableLocatorService, Class name = g, completed in 28ms, Arg 1: <Uri:x:\path\to\project\my_file.python>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Get Interpreters in CacheableLocatorService, Class name = g, completed in 25ms, Arg 1: <Uri:x:\path\to\project\my_file.python>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Get Interpreters in CacheableLocatorService, Class name = g, completed in 24ms, Arg 1: <Uri:x:\path\to\project\my_file.python>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Get Interpreters in CacheableLocatorService, Class name = g, completed in 20ms, Arg 1: <Uri:x:\path\to\project\my_file.python>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Register Interpreter Watcher, Class name = p, completed in 16ms, Arg 1: <Uri:x:\path\to\project\my_file.python>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Get Interpreters in CacheableLocatorService, Class name = g, completed in 18ms, Arg 1: <Uri:x:\path\to\project\my_file.python>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Get Interpreters in CacheableLocatorService, Class name = g, completed in 14ms, Arg 1: <Uri:x:\path\to\project\my_file.python>, Return Value: [{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Get Interpreters in CacheableLocatorService, Class name = g, completed in 9ms, Arg 1: <Uri:x:\path\to\project\my_file.python>, Return Value: [{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:14: Build the workspace interpreter watcher, Class name = h, completed in 24ms, Arg 1: <Uri:x:\path\to\project\my_file.python>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Error Python Extension: 2020-01-27 17:54:15: Failed to serialize gatherRules for DATASCIENCE.SETTINGS TypeError: Cannot convert object to primitive value    at Array.join (<anonymous>)    at Array.toString (<anonymous>)    at toString (c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\src\client\telemetry\index.ts:86:1)    at Array.forEach (<anonymous>)    at Object.forEach [as sendTelemetryEvent] (c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\src\client\telemetry\index.ts:78:1)    at C.sendTelemetryEvent (c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\src\client\datascience\datascience.ts:482:1)    at C.apply (c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\src\client\common\utils\decorators.ts:170:1)    at Timeout.apply [as _onTimeout] (c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\src\client\common\utils\decorators.ts:95:1)    at listOnTimeout (internal/timers.js:531:17)    at processTimers (internal/timers.js:475:7)
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:398
_invokeHandler @ rpcProtocol.ts:383
_receiveRequest @ rpcProtocol.ts:299
_receiveOneMessage @ rpcProtocol.ts:226
(anonymous) @ rpcProtocol.ts:101
fire @ event.ts:581
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:581
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:200
addChunk @ _stream_readable.js:294
readableAddChunk @ _stream_readable.js:275
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, , Return Value: [{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: > pyenv root
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: > python3.7 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: Detection of Python Interpreter for Command python3.7 and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: > python3.6 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: Detection of Python Interpreter for Command python3.6 and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: > python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: > python2 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: Detection of Python Interpreter for Command python2 and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: > python -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: > py -3.7 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: > py -3.6 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: > py -3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: > py -2 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: > C:\Python38\python.exe -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: Rule = settings, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: autoSelectInterpreter, Class name = f, completed in 1ms, Arg 1: <Uri:x:\path\to\project>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: Rule = settings, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: Cached data exists getEnvironmentVariables, x:\path\to\project\my_file.python
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: autoSelectInterpreter, Class name = f, completed in 12ms, Arg 1: <Uri:x:\path\to\project>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: Cached data exists getEnvironmentVariables, x:\path\to\project
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: autoSelectInterpreter, Class name = f, completed in 16ms, Arg 1: <Uri:x:\path\to\project>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:15: Build the workspace interpreter watcher, Class name = h, completed in 5ms, Arg 1: <Uri:x:\path\to\project\my_file.python>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Get Interpreters, Class name = m, completed in 1530ms, Arg 1: <Uri:x:\path\to\project\my_file.python>, Return Value: [{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: > conda info --json
4console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Cached data exists getEnvironmentVariables, <No Resource>
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: > ~\AppData\Local\Microsoft\WindowsApps\python.exe c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\pythonFiles\interpreterInfo.py
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: > ~\AppData\Local\Microsoft\WindowsApps\python3.exe c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\pythonFiles\interpreterInfo.py
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: > ~\AppData\Local\Microsoft\WindowsApps\python.exe c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\pythonFiles\interpreterInfo.py
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: > ~\AppData\Local\Microsoft\WindowsApps\python3.exe c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\pythonFiles\interpreterInfo.py
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: <Uri:x:\path\to\project>, Return Value: [{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Selected Interpreter from windowsRegistry, {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: <Uri:x:\path\to\project>, Return Value: [{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Selected Interpreter from currentPath, {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:x:\path\to\project>, Return Value: [{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:x:\path\to\project>, Return Value: []
4console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: <Uri:x:\path\to\project>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:x:\path\to\project>, Return Value: [{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:x:\path\to\project>, Return Value: [{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Get Interpreters, Class name = m, completed in 5ms, Arg 1: <Uri:x:\path\to\project>, Return Value: [{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Current value for rule system is {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.8.0 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Current value for rule currentPath is {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Cached data exists getEnvironmentVariables, x:\path\to\project\my_file.python
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: > C:\Python38\python.exe -m mypy --ignore-missing-imports --follow-imports=silent --show-column-numbers x:\path\to\project\my_file.python
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: cwd: x:\path\to\project
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: > C:\Python38\python.exe -m mypy --ignore-missing-imports --follow-imports=silent --show-column-numbers x:\path\to\project\my_file.python
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: cwd: x:\path\to\project
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Interpreters returned by CondaEnvFileService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Interpreters returned by CondaEnvFileService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Selected Interpreter from system, {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.8.0 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Get language server folder name, Class name = f, completed in 59ms, Arg 1: <Uri:x:\path\to\project\my_file.python>, Return Value: "languageServer.0.5.30"
console.ts:137 [Extension Host] Error Python Extension: 2020-01-27 17:54:16: Detection of Python Interpreter for Command py and args -3.6 failed as file Python 3.6 not found!

 -3.8-64
 -3.7-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:581
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:581
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:200
addChunk @ _stream_readable.js:294
readableAddChunk @ _stream_readable.js:275
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Error Python Extension: 2020-01-27 17:54:16: Detection of Python Interpreter for Command py and args -2 failed as file Python 2 not found!

 -3.8-64
 -3.7-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:581
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:581
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:200
addChunk @ _stream_readable.js:294
readableAddChunk @ _stream_readable.js:275
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Interpreters returned by CondaEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Interpreters returned by CondaEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Interpreters returned by VirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Interpreters returned by VirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: setGlobalInterpreter, Class name = f, completed in 219ms, Arg 1: {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: setGlobalInterpreter, Class name = f, completed in 218ms, Arg 1: {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: setGlobalInterpreter, Class name = f, completed in 210ms, Arg 1: {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: setGlobalInterpreter, Class name = f, completed in 84ms, Arg 1: {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.8.0 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: autoSelectInterpreter, Class name = f, completed in 958ms, Arg 1: <Uri:x:\path\to\project>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: autoSelectInterpreter, Class name = f, completed in 957ms, Arg 1: <Uri:x:\path\to\project>, Return Value: undefined
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: autoSelectInterpreter, Class name = f, completed in 956ms, Arg 1: <Uri:x:\path\to\project>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Get language server folder name, Class name = f, completed in 5ms, Arg 1: <Uri:x:\path\to\project\my_file.python>, Return Value: "languageServer.0.5.30"
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Cached data exists getEnvironmentVariables, x:\path\to\project\my_file.python
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Activation Commands received undefined for shell cmd
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: getActivatedEnvironmentVariables, Class name = b, completed in 12ms, Arg 1: <Uri:x:\path\to\project\my_file.python>, Arg 2: {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.8.0 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Cached data exists getEnvironmentVariables, x:\path\to\project\my_file.python
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:16: Get language server folder name, Class name = f, completed in 7ms, Arg 1: <Uri:x:\path\to\project\my_file.python>, Return Value: "languageServer.0.5.30"
console.ts:137 [Extension Host] Error Python Extension: 2020-01-27 17:54:17: Detection of Python Interpreter for Command python3 and args  failed as file  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:581
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:581
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:200
addChunk @ _stream_readable.js:294
readableAddChunk @ _stream_readable.js:275
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:17: Interpreters returned by CurrentPathService are of count 4
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:17: Interpreters returned by CurrentPathService are [{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown"},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown"}]
console.ts:137 [Extension Host] Error Python Extension: 2020-01-27 17:54:17: Failed to parse interpreter information for 'C:\Users\$USER\AppData\Local\Microsoft\WindowsApps\python.exe' with JSON Python was not found but can be installed from the Microsoft Store: https://go.microsoft.com/fwlink?linkID=2082640 SyntaxError: Unexpected token P in JSON at position 0    at JSON.parse (<anonymous>)    at t.WindowsStorePythonProcess.parse [as getInterpreterInformation] (c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\src\client\common\process\pythonProcess.ts:39:1)    at g.info [as getInterpreterInformation] (c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\src\client\interpreter\helpers.ts:72:1)    at g.details [as getInterpreterDetails] (c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\src\client\interpreter\locators\services\KnownPathsService.ts:62:1)    at async Promise.all (index 2)
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:398
_invokeHandler @ rpcProtocol.ts:383
_receiveRequest @ rpcProtocol.ts:299
_receiveOneMessage @ rpcProtocol.ts:226
(anonymous) @ rpcProtocol.ts:101
fire @ event.ts:581
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:581
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:200
addChunk @ _stream_readable.js:294
readableAddChunk @ _stream_readable.js:275
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Error Python Extension: 2020-01-27 17:54:17: Failed to parse interpreter information for 'C:\Users\$USER\AppData\Local\Microsoft\WindowsApps\python.exe' with JSON Python was not found but can be installed from the Microsoft Store: https://go.microsoft.com/fwlink?linkID=2082640 SyntaxError: Unexpected token P in JSON at position 0    at JSON.parse (<anonymous>)    at t.WindowsStorePythonProcess.parse [as getInterpreterInformation] (c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\src\client\common\process\pythonProcess.ts:39:1)    at g.info [as getInterpreterInformation] (c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\src\client\interpreter\helpers.ts:72:1)    at g.details [as getInterpreterDetails] (c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\src\client\interpreter\locators\services\KnownPathsService.ts:62:1)    at async Promise.all (index 4)
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:398
_invokeHandler @ rpcProtocol.ts:383
_receiveRequest @ rpcProtocol.ts:299
_receiveOneMessage @ rpcProtocol.ts:226
(anonymous) @ rpcProtocol.ts:101
fire @ event.ts:581
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:581
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:200
addChunk @ _stream_readable.js:294
readableAddChunk @ _stream_readable.js:275
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Error Python Extension: 2020-01-27 17:54:17: Failed to parse interpreter information for 'C:\Users\$USER\AppData\Local\Microsoft\WindowsApps\python3.exe' with JSON Python was not found but can be installed from the Microsoft Store: https://go.microsoft.com/fwlink?linkID=2082640 SyntaxError: Unexpected token P in JSON at position 0    at JSON.parse (<anonymous>)    at t.WindowsStorePythonProcess.parse [as getInterpreterInformation] (c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\src\client\common\process\pythonProcess.ts:39:1)    at g.info [as getInterpreterInformation] (c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\src\client\interpreter\helpers.ts:72:1)    at g.details [as getInterpreterDetails] (c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\src\client\interpreter\locators\services\KnownPathsService.ts:62:1)    at async Promise.all (index 5)
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:398
_invokeHandler @ rpcProtocol.ts:383
_receiveRequest @ rpcProtocol.ts:299
_receiveOneMessage @ rpcProtocol.ts:226
(anonymous) @ rpcProtocol.ts:101
fire @ event.ts:581
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:581
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:200
addChunk @ _stream_readable.js:294
readableAddChunk @ _stream_readable.js:275
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Error Python Extension: 2020-01-27 17:54:17: Failed to parse interpreter information for 'C:\Users\$USER\AppData\Local\Microsoft\WindowsApps\python3.exe' with JSON Python was not found but can be installed from the Microsoft Store: https://go.microsoft.com/fwlink?linkID=2082640 SyntaxError: Unexpected token P in JSON at position 0    at JSON.parse (<anonymous>)    at t.WindowsStorePythonProcess.parse [as getInterpreterInformation] (c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\src\client\common\process\pythonProcess.ts:39:1)    at g.info [as getInterpreterInformation] (c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\src\client\interpreter\helpers.ts:72:1)    at g.details [as getInterpreterDetails] (c:\Users\$USER\.vscode\extensions\ms-python.python-2020.1.58038\src\client\interpreter\locators\services\KnownPathsService.ts:62:1)    at async Promise.all (index 3)
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:398
_invokeHandler @ rpcProtocol.ts:383
_receiveRequest @ rpcProtocol.ts:299
_receiveOneMessage @ rpcProtocol.ts:226
(anonymous) @ rpcProtocol.ts:101
fire @ event.ts:581
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:581
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:200
addChunk @ _stream_readable.js:294
readableAddChunk @ _stream_readable.js:275
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:17: Interpreters returned by KnownPathsService are of count 2
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:17: Interpreters returned by KnownPathsService are [{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown"},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:17: Interpreters returned by WindowsRegistryService are of count 2
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:17: Interpreters returned by WindowsRegistryService are [{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:17: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:17: Hide locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:17: All locators have completed locating, Class name = p, completed in 1ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Starting Language Server, Class name = f, completed in 1853ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Cached data exists getEnvironmentVariables, x:\path\to\project\my_file.python
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Rule = settings, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: autoSelectInterpreter, Class name = f, completed in 0ms, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Rule = settings, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Executing next rule from workspaceEnvs
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: autoSelectInterpreter, Class name = f, completed in 1ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: [object Object]. Shell identified as undefined 
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Shell path from user settings 'null'
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: [object Object]. Shell identified as other 
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Shell path 'C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe'
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Shell path identified as shell 'powershell'
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Shell path from user env 'C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe'
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: [object Object]. Shell identified as powershell 
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Shell identified as 'powershell'
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: <Uri:x:\path\to\project>, Return Value: [{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
5console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:x:\path\to\project>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:x:\path\to\project>, Return Value: [{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown"},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, Arg 1: <Uri:x:\path\to\project>, Return Value: [{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown"},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaInfo-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Get Interpreters, Class name = m, completed in 11ms, Arg 1: <Uri:x:\path\to\project>, Return Value: [{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Selected Interpreter from windowsRegistry, {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown"},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Selected Interpreter from currentPath, {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Display locator refreshing progress, Class name = p, completed in 2ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Notify locators are locating, Class name = p, completed in 3ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Detected refreshing of Interpreters, Class name = p, completed in 3ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Create file systemwatcher with pattern *\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Create file systemwatcher with pattern *\*\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Register Interpreter Watcher, Class name = p, completed in 1ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Get Interpreters in CacheableLocatorService, Class name = g, completed in 6ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Get Interpreters in CacheableLocatorService, Class name = g, completed in 6ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown"},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown"},{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Build the workspace interpreter watcher, Class name = h, completed in 4ms, Arg 1: undefined, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Get Interpreters, Class name = m, completed in 8ms, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Python37\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Python37","fileHash":"e99588af6f54a95f439428fc3c425829e2afda8986ffbe62008070f8891c7a5ace0ca2cfce7b813314058ba66e60fd9dfe310309e82fa74a4880460f7de20568","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Current value for rule system is {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.8.0 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Current value for rule currentPath is {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Selected Interpreter from system, {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.8.0 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Current value for rule workspaceEnvs is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: setGlobalInterpreter, Class name = f, completed in 89ms, Arg 1: {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: setGlobalInterpreter, Class name = f, completed in 87ms, Arg 1: {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: setGlobalInterpreter, Class name = f, completed in 77ms, Arg 1: {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Executing next rule from cachedInterpreters
2console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: autoSelectInterpreter, Class name = f, completed in 130ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: autoSelectInterpreter, Class name = f, completed in 129ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: setGlobalInterpreter, Class name = f, completed in 75ms, Arg 1: {"architecture":3,"path":"C:\\Python38\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.0-final","major":3,"minor":8,"patch":0,"prerelease":["final"],"build":[],"version":"3.8.0-final"},"sysPrefix":"C:\\Python38","fileHash":"b47d67d4ec0e575717aa046cc2b4de5ea1e7bb163d6c360d7de8a4fd4f21fbf0c306c5575769a7796872073a188c42aa7f38d68c8cef7c7437b1873407628cec","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.8.0 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: autoSelectInterpreter, Class name = f, completed in 133ms, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: Hide locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:18: All locators have completed locating, Class name = p, completed in 0ms, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:52: Cached data exists getEnvironmentVariables, Untitled-1
console.ts:137 [Extension Host] Info Python Extension: 2020-01-27 17:54:58: Cached data exists getEnvironmentVariables, x:\path\to\project

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
mahmoudajawadcommented, Jan 29, 2020

You are the man, @Shahaed! Thanks this really resolves the issue. @ericsnowcurrently, I’m closing this issue since the other one is more active as well as older. But, this is a confirmed bug either in LS or the extension, IMO.

1reaction
Shahaedcommented, Jan 28, 2020

Seems to be related to #9649. Rolling back to to 2019.11.50794 works. @mahmoudajawad

Read more comments on GitHub >

github_iconTop Results From Across the Web

Linting Python in Visual Studio Code
To perform linting, open the Command Palette (Ctrl+Shift+P), filter on "linting", and select Python: Run Linting. Linting will run automatically when you save...
Read more >
Visual Studio Code Frequently Asked Questions
To modify the update mode, go to File > Preferences > Settings (macOS: Code > Preferences > Settings), search for update mode and...
Read more >
Troubleshoot Terminal launch failures - Visual Studio Code
If your terminal is set to run as administrator only, and you are not launching VS Code as administrator, the terminal will not...
Read more >
User and Workspace Settings - Visual Studio Code
To open the Settings editor, use the following VS Code menu command: On Windows/Linux - File > Preferences > Settings; On macOS -...
Read more >
November 2022 (version 1.74) - Visual Studio Code
Jupyter notebook "Just My Code" debugging - Avoid stepping into Python library code. Dev Container GPU support - Request a GPU when creating...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

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

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found