forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area-testingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded
Milestone
Description
Environment data
- VS Code version:
1.45.1 (user setup)
- Extension version (available under the Extensions sidebar):
2020.5.78807
- OS and version:
Windows 10 x64 (17763.1217)
- Python version (& distribution if applicable, e.g. Anaconda):
Python 3.7.7 x64 (conda 4.8.3)
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...):
conda
- Relevant/affected Python packages and their versions:
pytest 5.3.5
- Relevant/affected Python-related VS Code extensions and their versions:
Python 2020.5.78807
- Jedi or Language Server? (i.e. what is
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version #3977):Jedi Enabled = True; LanguageServer.0.5.45 (updated manually)
- Value of the
python.languageServer
setting:Microsoft (default)
.
Expected behaviour
I press here on "Test" tab:
I'd like to see a line def test_01__...
in my code editor.
Actual behaviour
Nothing happens. I pressed button "Discover tests" multiple times, but this didn't help me.
But...
Then I enabled source maps and got the following:
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
- XXX
Sorry, I don't have such file for now.
Logs
Output for Python
in the Output
panel (View
→Output
, 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 'UseTerminalToGetActivatedEnvVars - control'
User belongs to experiment group 'WebHostNotebook - control'
User belongs to experiment group 'LocalZMQKernel - control'
User belongs to experiment group 'NativeNotebook - control'
User belongs to experiment group 'CollectLSRequestTiming - control'
User belongs to experiment group 'CollectNodeLSRequestTiming - experiment'
User belongs to experiment group 'EnableIPyWidgets - experiment'
User belongs to experiment group 'RunByLine - control'
> conda --version
> pyenv root
> python3.7 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3.6 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python2 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> py -3.7 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> py -3.6 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> py -3 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> py -2 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
Starting Jedi Python language engine.
Python interpreter path: D:\MyDocs\rotmod\py3.7-win64-dev\python.exe
> conda info --json
> conda info --json
> conda info --json
> conda info --json
> conda env list
> conda info --json
> D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.prefix)"
cwd: d:\MyDocs\rotmod\rotmod
> D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.prefix)"
cwd: d:\MyDocs\rotmod\rotmod
> D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
cwd: d:\MyDocs\rotmod\rotmod
> D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
cwd: d:\MyDocs\rotmod\rotmod
> D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
cwd: d:\MyDocs\rotmod\rotmod
> D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
cwd: d:\MyDocs\rotmod\rotmod
> D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py site --user-site
cwd: d:\MyDocs\rotmod\rotmod
> D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py site --user-site
cwd: d:\MyDocs\rotmod\rotmod
> conda info --json
> D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py
> D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py
> D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py pylint --disable=all --enable=F,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,unused-wildcard-import,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0611,E0632,E0633,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\MyDocs\rotmod\rotmod\test_fem3d.py
cwd: d:\MyDocs\rotmod\rotmod
> D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py pylint --disable=all --enable=F,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,unused-wildcard-import,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0611,E0632,E0633,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\MyDocs\rotmod\rotmod\test_fem3d.py
cwd: d:\MyDocs\rotmod\rotmod
> conda env list
> D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import jupyter"
> D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\testing_tools\run_adapter.py discover pytest -- --rootdir d:\MyDocs\rotmod\rotmod -s --cache-clear
cwd: d:\MyDocs\rotmod\rotmod
> D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import notebook"
> D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py jupyter kernelspec --version
##########Linting Output - pylint##########
--------------------------------------------------------------------
Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)
Output from Console
under the Developer Tools
panel (toggle Developer Tools on under Help
; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging
)
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: id is ac1d80bd-ce52-43e7-94d7-b4f2b1b4522a
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Display locator refreshing progress, Class name = p, completed in 3ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Notify locators are locating, Class name = p, completed in 3ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Detected refreshing of Interpreters, Class name = p, completed in 4ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Notify locators are locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Notify locators are locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Notify locators are locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Detected refreshing of Interpreters, Class name = p, completed in 2ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Create file systemwatcher with pattern *\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Create file systemwatcher with pattern *\*\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Notify locators are locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Get Interpreters in CacheableLocatorService, Class name = g, completed in 141ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod\test_fem3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Get Interpreters in CacheableLocatorService, Class name = g, completed in 52ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod\test_fem3d.py>, Return Value: [{"architecture":3,"path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\py3.7-excel\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\py3.7-excel","fileHash":"f2aabba39d111592787f25811b0e1aa3f3802c36f0bd3d7db0325ef3722898105a133d81b2a269433b65774e1cf3bf079e87a96c2c185d7fa122178056cfd08f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\py3.7-excel","envName":"","cachedEntry":true},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","cachedEntry":true},{"architecture":3,"path":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Get Interpreters in CacheableLocatorService, Class name = g, completed in 44ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod\test_fem3d.py>, Return Value: [{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\py3.7-excel\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\py3.7-excel","fileHash":"f2aabba39d111592787f25811b0e1aa3f3802c36f0bd3d7db0325ef3722898105a133d81b2a269433b65774e1cf3bf079e87a96c2c185d7fa122178056cfd08f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\py3.7-excel","envName":"","cachedEntry":true},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Get Interpreters in CacheableLocatorService, Class name = g, completed in 43ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod\test_fem3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Register Interpreter Watcher, Class name = p, completed in 34ms, has a falsy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod\test_fem3d.py>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Get Interpreters in CacheableLocatorService, Class name = g, completed in 38ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod\test_fem3d.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Get Interpreters in CacheableLocatorService, Class name = g, completed in 32ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod\test_fem3d.py>, Return Value: [{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Get Interpreters in CacheableLocatorService, Class name = g, completed in 26ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod\test_fem3d.py>, Return Value: [{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Build the workspace interpreter watcher, Class name = d, completed in 40ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod\test_fem3d.py>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:09: Get Interpreters, Class name = g, completed in 429ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod\test_fem3d.py>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\py3.7-excel\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\py3.7-excel","fileHash":"f2aabba39d111592787f25811b0e1aa3f3802c36f0bd3d7db0325ef3722898105a133d81b2a269433b65774e1cf3bf079e87a96c2c185d7fa122178056cfd08f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\py3.7-excel","envName":"","cachedEntry":true},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:10: Rule = settings, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:10: autoSelectInterpreter, Class name = f, completed in 2ms, has a falsy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:10: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:10: Selected Interpreter from windowsRegistry, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:10: Rule = settings, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:10: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:10: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:10: autoSelectInterpreter, Class name = f, completed in 9ms, has a falsy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:10: autoSelectInterpreter, Class name = f, completed in 12ms, has a falsy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: > pyenv root
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: > python3.7 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: > python3.6 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: > python3 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: > python2 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: > python c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: > py -3.7 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: > py -3.6 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: > py -3 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: > py -2 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Cached data exists getEnvironmentVariables, d:\MyDocs\rotmod\rotmod\test_fem3d.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Build the workspace interpreter watcher, Class name = d, completed in 6ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod\test_fem3d.py>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Detection of Python Interpreter for Command python3.7 and args c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable) failed
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Detection of Python Interpreter for Command python3.6 and args c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable) failed
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Detection of Python Interpreter for Command python3 and args c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable) failed
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Detection of Python Interpreter for Command python2 and args c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable) failed
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Detection of Python Interpreter for Command py and args -3.7 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable) failed
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Detection of Python Interpreter for Command py and args -3.6 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable) failed
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Detection of Python Interpreter for Command py and args -3 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable) failed
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Detection of Python Interpreter for Command py and args -2 c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c import sys;print(sys.executable) failed
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Interpreters returned by WindowsRegistryService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Interpreters returned by WindowsRegistryService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: setGlobalInterpreter, Class name = f, completed in 2455ms, has a falsy return value, Arg 1: undefined, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Current value for rule system is {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","cachedEntry":true,"displayName":"Python 3.7.7 64-bit (conda)"}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Current value for rule currentPath is {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: autoSelectInterpreter, Class name = f, completed in 2468ms, has a falsy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Get Interpreters in CacheableLocatorService, Class name = g, completed in 6ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: [{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Selected Interpreter from currentPath, {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Get Interpreters in CacheableLocatorService, Class name = g, completed in 6ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: [{"architecture":3,"path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\py3.7-excel\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\py3.7-excel","fileHash":"f2aabba39d111592787f25811b0e1aa3f3802c36f0bd3d7db0325ef3722898105a133d81b2a269433b65774e1cf3bf079e87a96c2c185d7fa122178056cfd08f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\py3.7-excel","envName":"","cachedEntry":true},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","cachedEntry":true},{"architecture":3,"path":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Get Interpreters in CacheableLocatorService, Class name = g, completed in 7ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: [{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\py3.7-excel\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\py3.7-excel","fileHash":"f2aabba39d111592787f25811b0e1aa3f3802c36f0bd3d7db0325ef3722898105a133d81b2a269433b65774e1cf3bf079e87a96c2c185d7fa122178056cfd08f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\py3.7-excel","envName":"","cachedEntry":true},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Get Interpreters in CacheableLocatorService, Class name = g, completed in 7ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Get Interpreters in CacheableLocatorService, Class name = g, completed in 8ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Get Interpreters in CacheableLocatorService, Class name = g, completed in 7ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: [{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Get Interpreters in CacheableLocatorService, Class name = g, completed in 7ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: [{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Get Interpreters in CacheableLocatorService, Class name = g, completed in 10ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Get Interpreters, Class name = g, completed in 12ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\py3.7-excel\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\py3.7-excel","fileHash":"f2aabba39d111592787f25811b0e1aa3f3802c36f0bd3d7db0325ef3722898105a133d81b2a269433b65774e1cf3bf079e87a96c2c185d7fa122178056cfd08f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\py3.7-excel","envName":"","cachedEntry":true},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Selected Interpreter from system, {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","cachedEntry":true,"displayName":"Python 3.7.7 64-bit (conda)"}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Get Conda environments, Class name = _, completed in 2ms, has a truthy return value, Arg 1: false, Return Value: [{"name":"","path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","isActive":false},{"name":"base","path":"C:\\Dev\\Miniconda3","isActive":true},{"name":"","path":"C:\\Dev\\py3.7-excel","isActive":false},{"name":"","path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","isActive":false},{"name":"","path":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","isActive":false}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Get Conda environments, Class name = _, completed in 2ms, has a truthy return value, Arg 1: false, Return Value: [{"name":"","path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","isActive":false},{"name":"base","path":"C:\\Dev\\Miniconda3","isActive":true},{"name":"","path":"C:\\Dev\\py3.7-excel","isActive":false},{"name":"","path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","isActive":false},{"name":"","path":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","isActive":false}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Cached data exists getEnvironmentVariables, d:\MyDocs\rotmod\rotmod\test_fem3d.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: setGlobalInterpreter, Class name = f, completed in 434ms, has a falsy return value, Arg 1: {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: setGlobalInterpreter, Class name = f, completed in 433ms, has a falsy return value, Arg 1: {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: autoSelectInterpreter, Class name = f, completed in 2905ms, has a falsy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: autoSelectInterpreter, Class name = f, completed in 2905ms, has a falsy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Get Conda environments, Class name = _, completed in 0ms, has a truthy return value, Arg 1: false, Return Value: [{"name":"","path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","isActive":false},{"name":"base","path":"C:\\Dev\\Miniconda3","isActive":true},{"name":"","path":"C:\\Dev\\py3.7-excel","isActive":false},{"name":"","path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","isActive":false},{"name":"","path":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","isActive":false}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:12: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: setGlobalInterpreter, Class name = f, completed in 430ms, has a falsy return value, Arg 1: {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","cachedEntry":true,"displayName":"Python 3.7.7 64-bit (conda)"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: autoSelectInterpreter, Class name = f, completed in 3078ms, has a falsy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Rule = settings, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: autoSelectInterpreter, Class name = f, completed in 1ms, has a falsy return value, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Rule = settings, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: autoSelectInterpreter, Class name = f, completed in 25ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Get Interpreters in CacheableLocatorService, Class name = g, completed in 26ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Selected Interpreter from windowsRegistry, Nothing Selected
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: autoSelectInterpreter, Class name = f, completed in 27ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: [object Object]. Shell identified as undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Shell path 'C:\Windows\System32\cmd.exe'
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Shell path identified as shell 'commandPrompt'
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Terminal shell path 'C:\Windows\System32\cmd.exe' identified as shell 'commandPrompt'
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: [object Object]. Shell identified as commandPrompt
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Shell identified as 'commandPrompt'
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: [{"architecture":3,"path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\py3.7-excel\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\py3.7-excel","fileHash":"f2aabba39d111592787f25811b0e1aa3f3802c36f0bd3d7db0325ef3722898105a133d81b2a269433b65774e1cf3bf079e87a96c2c185d7fa122178056cfd08f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\py3.7-excel","envName":"","cachedEntry":true},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","cachedEntry":true},{"architecture":3,"path":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: [{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\py3.7-excel\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\py3.7-excel","fileHash":"f2aabba39d111592787f25811b0e1aa3f3802c36f0bd3d7db0325ef3722898105a133d81b2a269433b65774e1cf3bf079e87a96c2c185d7fa122178056cfd08f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\py3.7-excel","envName":"","cachedEntry":true},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: [{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: [{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Get Interpreters, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\py3.7-excel\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\py3.7-excel","fileHash":"f2aabba39d111592787f25811b0e1aa3f3802c36f0bd3d7db0325ef3722898105a133d81b2a269433b65774e1cf3bf079e87a96c2c185d7fa122178056cfd08f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\py3.7-excel","envName":"","cachedEntry":true},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Interpreters returned by KnownPathsService are of count 1
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Interpreters returned by KnownPathsService are [{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Interpreters returned by VirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Interpreters returned by VirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: setGlobalInterpreter, Class name = f, completed in 117ms, has a falsy return value, Arg 1: undefined, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Create file systemwatcher with pattern *\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Create file systemwatcher with pattern *\*\python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Current value for rule system is {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","cachedEntry":true,"displayName":"Python 3.7.7 64-bit (conda)"}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Current value for rule currentPath is {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: autoSelectInterpreter, Class name = f, completed in 152ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Get Interpreters in CacheableLocatorService, Class name = g, completed in 7ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Selected Interpreter from currentPath, {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Get Interpreters in CacheableLocatorService, Class name = g, completed in 8ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\py3.7-excel\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\py3.7-excel","fileHash":"f2aabba39d111592787f25811b0e1aa3f3802c36f0bd3d7db0325ef3722898105a133d81b2a269433b65774e1cf3bf079e87a96c2c185d7fa122178056cfd08f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\py3.7-excel","envName":"","cachedEntry":true},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","cachedEntry":true},{"architecture":3,"path":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Get Interpreters in CacheableLocatorService, Class name = g, completed in 8ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\py3.7-excel\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\py3.7-excel","fileHash":"f2aabba39d111592787f25811b0e1aa3f3802c36f0bd3d7db0325ef3722898105a133d81b2a269433b65774e1cf3bf079e87a96c2c185d7fa122178056cfd08f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\py3.7-excel","envName":"","cachedEntry":true},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Register Interpreter Watcher, Class name = p, completed in 7ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Get Interpreters in CacheableLocatorService, Class name = g, completed in 9ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Get Interpreters in CacheableLocatorService, Class name = g, completed in 6ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Get Interpreters in CacheableLocatorService, Class name = g, completed in 9ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Get Interpreters in CacheableLocatorService, Class name = g, completed in 10ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Get Interpreters in CacheableLocatorService, Class name = g, completed in 7ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Build the workspace interpreter watcher, Class name = d, completed in 11ms, has a truthy return value, Arg 1: undefined, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Get Interpreters, Class name = g, completed in 13ms, has a truthy return value, Arg 1: undefined, Arg 2: undefined, Return Value: [{"architecture":3,"path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":"","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base","cachedEntry":true},{"architecture":3,"path":"C:\\Dev\\py3.7-excel\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\py3.7-excel","fileHash":"f2aabba39d111592787f25811b0e1aa3f3802c36f0bd3d7db0325ef3722898105a133d81b2a269433b65774e1cf3bf079e87a96c2c185d7fa122178056cfd08f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\py3.7-excel","envName":"","cachedEntry":true},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Selected Interpreter from system, {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","cachedEntry":true,"displayName":"Python 3.7.7 64-bit (conda)"}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: > conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: > conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: > conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: > conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: > conda env list
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: > conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Cached data exists getEnvironmentVariables, d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Cached data exists getEnvironmentVariables, d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Cached data exists getEnvironmentVariables, d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Cached data exists getEnvironmentVariables, d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:13: Cached data exists getEnvironmentVariables, d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.prefix)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: cwd: d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.prefix)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: cwd: d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: cwd: d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: cwd: d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: cwd: d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: cwd: d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py site --user-site
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: cwd: d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py site --user-site
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: cwd: d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: Interpreters returned by CurrentPathService are of count 2
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: Interpreters returned by CurrentPathService are [{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","type":"Unknown"},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: setGlobalInterpreter, Class name = f, completed in 1257ms, has a falsy return value, Arg 1: {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: setGlobalInterpreter, Class name = f, completed in 1256ms, has a falsy return value, Arg 1: {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: setGlobalInterpreter, Class name = f, completed in 1291ms, has a falsy return value, Arg 1: {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","cachedEntry":true,"displayName":"Python 3.7.7 64-bit (conda)"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: autoSelectInterpreter, Class name = f, completed in 1482ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: autoSelectInterpreter, Class name = f, completed in 1482ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:14: autoSelectInterpreter, Class name = f, completed in 1482ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:15: Get Conda environments, Class name = _, completed in 0ms, has a truthy return value, Arg 1: false, Return Value: [{"name":"","path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","isActive":false},{"name":"base","path":"C:\\Dev\\Miniconda3","isActive":true},{"name":"","path":"C:\\Dev\\py3.7-excel","isActive":false},{"name":"","path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","isActive":false},{"name":"","path":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","isActive":false}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:15: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:15: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:15: > conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:15: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:15: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:16: Cached data exists getEnvironmentVariables, d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:16: Cached data exists getEnvironmentVariables, d:\MyDocs\rotmod\rotmod\test_fem3d.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:16: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:16: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:16: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py pylint --disable=all --enable=F,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,unused-wildcard-import,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0611,E0632,E0633,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\MyDocs\rotmod\rotmod\test_fem3d.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:16: cwd: d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:16: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py pylint --disable=all --enable=F,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,unused-wildcard-import,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0611,E0632,E0633,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\MyDocs\rotmod\rotmod\test_fem3d.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:16: cwd: d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:17: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: > conda env list
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Get Conda File from interpreter, Class name = _, completed in 57ms, has a truthy return value, Arg 1: "D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe", Arg 2: "", Return Value: "D:\\MyDocs\\rotmod\\py3.7-win64-dev\\Scripts\\conda.exe"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Activation Commands received D:/MyDocs/rotmod/py3.7-win64-dev/Scripts/activate,conda activate D:\MyDocs\rotmod\py3.7-win64-dev for shell cmd
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Activating Environment to capture Environment variables, D:/MyDocs/rotmod/py3.7-win64-dev/Scripts/activate && conda activate D:\MyDocs\rotmod\py3.7-win64-dev && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py c:/Users/Sindzicat/.vscode/extensions/ms-python.python-2020.5.78807/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Error Python Extension: 2020-05-17 08:45:18: stderr jediProxy Error (stderr) c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:589: DeprecationWarning: Deprecated since version 0.16.0. Use Script(...).get_names instead.
all_scopes=True,
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Cached data exists KeyPrefix=Cache_Method_Output__.getCondaFileFromInterpreter-Args="D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe"-Arg-Separator-""
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Get Conda File from interpreter, Class name = _, completed in 1ms, has a truthy return value, Arg 1: "D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe", Arg 2: "", Return Value: "D:\\MyDocs\\rotmod\\py3.7-win64-dev\\Scripts\\conda.exe"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Activation Commands received D:/MyDocs/rotmod/py3.7-win64-dev/Scripts/activate,conda activate D:\MyDocs\rotmod\py3.7-win64-dev for shell cmd
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Activating Environment to capture Environment variables, D:/MyDocs/rotmod/py3.7-win64-dev/Scripts/activate && conda activate D:\MyDocs\rotmod\py3.7-win64-dev && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py c:/Users/Sindzicat/.vscode/extensions/ms-python.python-2020.5.78807/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Cached data exists KeyPrefix=Cache_Method_Output__.getCondaFileFromInterpreter-Args="D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe"-Arg-Separator-""
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Get Conda File from interpreter, Class name = _, completed in 1ms, has a truthy return value, Arg 1: "D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe", Arg 2: "", Return Value: "D:\\MyDocs\\rotmod\\py3.7-win64-dev\\Scripts\\conda.exe"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Activation Commands received D:/MyDocs/rotmod/py3.7-win64-dev/Scripts/activate,conda activate D:\MyDocs\rotmod\py3.7-win64-dev for shell cmd
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Activating Environment to capture Environment variables, D:/MyDocs/rotmod/py3.7-win64-dev/Scripts/activate && conda activate D:\MyDocs\rotmod\py3.7-win64-dev && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py c:/Users/Sindzicat/.vscode/extensions/ms-python.python-2020.5.78807/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:18: Current value for rule workspaceEnvs is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:19: Cached data exists KeyPrefix=Cache_Method_Output__.getCondaFileFromInterpreter-Args="D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe"-Arg-Separator-""
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:19: Get Conda File from interpreter, Class name = _, completed in 0ms, has a truthy return value, Arg 1: "D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe", Arg 2: "", Return Value: "D:\\MyDocs\\rotmod\\py3.7-win64-dev\\Scripts\\conda.exe"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:19: Activation Commands received D:/MyDocs/rotmod/py3.7-win64-dev/Scripts/activate,conda activate D:\MyDocs\rotmod\py3.7-win64-dev for shell cmd
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:19: Cached data exists getEnvironmentVariables, d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:19: Cached data exists getEnvironmentVariables, d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:19: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:19: Activating Environment to capture Environment variables, D:/MyDocs/rotmod/py3.7-win64-dev/Scripts/activate && conda activate D:\MyDocs\rotmod\py3.7-win64-dev && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py c:/Users/Sindzicat/.vscode/extensions/ms-python.python-2020.5.78807/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:19: Conda Env List # conda environments:
#
C:\Dev\Jupyter\dist\envs\pyenv3.7-win64
base * C:\Dev\Miniconda3
C:\Dev\py3.7-excel
D:\MyDocs\rotmod\py3.7-win64-dev
c:\Dev\Jupyter\dist\envs\pyenv3.7-win64
}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:19: Get Conda environments, Class name = _, completed in 6798ms, has a truthy return value, Arg 1: true, Return Value: [{"name":"","path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","isActive":false},{"name":"base","path":"C:\\Dev\\Miniconda3","isActive":true},{"name":"","path":"C:\\Dev\\py3.7-excel","isActive":false},{"name":"","path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","isActive":false},{"name":"","path":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","isActive":false}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:19: Interpreters returned by CondaEnvFileService are of count 5
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:19: Interpreters returned by CondaEnvFileService are [{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base"},{"architecture":3,"path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":""},{"architecture":3,"path":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":""},{"architecture":3,"path":"C:\\Dev\\py3.7-excel\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\py3.7-excel","fileHash":"f2aabba39d111592787f25811b0e1aa3f3802c36f0bd3d7db0325ef3722898105a133d81b2a269433b65774e1cf3bf079e87a96c2c185d7fa122178056cfd08f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\py3.7-excel","envName":""},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":""}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:21: Conda Env List # conda environments:
#
C:\Dev\Jupyter\dist\envs\pyenv3.7-win64
base * C:\Dev\Miniconda3
C:\Dev\py3.7-excel
D:\MyDocs\rotmod\py3.7-win64-dev
c:\Dev\Jupyter\dist\envs\pyenv3.7-win64
}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:21: Get Conda environments, Class name = _, completed in 3939ms, has a truthy return value, Arg 1: true, Return Value: [{"name":"","path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","isActive":false},{"name":"base","path":"C:\\Dev\\Miniconda3","isActive":true},{"name":"","path":"C:\\Dev\\py3.7-excel","isActive":false},{"name":"","path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","isActive":false},{"name":"","path":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","isActive":false}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:21: Interpreters returned by CondaEnvService are of count 6
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:21: Interpreters returned by CondaEnvService are [{"architecture":3,"path":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":""},{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base"},{"architecture":3,"path":"C:\\Dev\\py3.7-excel\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"C:\\Dev\\py3.7-excel","fileHash":"f2aabba39d111592787f25811b0e1aa3f3802c36f0bd3d7db0325ef3722898105a133d81b2a269433b65774e1cf3bf079e87a96c2c185d7fa122178056cfd08f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\py3.7-excel","envName":""},{"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":""},{"architecture":3,"path":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","fileHash":"5b5c92d33deb27616c29ff7b2a8c38319e13ebefb3d2d0097b2cbbc9fb083cc5adfd631426721389c90fdea72037d2df875facabf62f08fd7e8675844857ef1e","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"c:\\Dev\\Jupyter\\dist\\envs\\pyenv3.7-win64","envName":""},{"architecture":3,"path":"C:\\Dev\\Miniconda3\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.5-final","major":3,"minor":7,"patch":5,"prerelease":["final"],"build":[],"version":"3.7.5-final"},"sysPrefix":"C:\\Dev\\Miniconda3","fileHash":"a6f2368378b56c104e6a7ba2d7333cfc25bb87370f4c45d3fcc6db4604dc1a568426cf63927d77406ca7aff6e7fb964bae2cdd2e5d73db40d2b33f5bde21d611","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"C:\\Dev\\Miniconda3","envName":"base"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:21: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a truthy return value, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:21: Hide locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:21: All locators have completed locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] [vscode-icons] v10.1.1 activated!
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:23: parseEnvironmentOutput, Class name = E, completed in 0ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:23: getActivatedEnvironmentVariables, Class name = E, completed in 14322ms, has a truthy return value, Arg 1: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:23: parseEnvironmentOutput, Class name = E, completed in 0ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:23: getActivatedEnvironmentVariables, Class name = E, completed in 14179ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","displayName":"Python 3.7.7 64-bit (conda)"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:23: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import jupyter"
console.ts:137 [Extension Host] (node:12108) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
t.log @ console.ts:137
console.ts:137 [Extension Host] (node:12108) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:24: parseEnvironmentOutput, Class name = E, completed in 0ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:24: getActivatedEnvironmentVariables, Class name = E, completed in 11916ms, has a truthy return value, Arg 1: <Uri:d:\MyDocs\rotmod\rotmod>, Arg 2: undefined, Arg 3: false
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:24: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\testing_tools\run_adapter.py discover pytest -- --rootdir d:\MyDocs\rotmod\rotmod -s --cache-clear
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:24: cwd: d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:25: parseEnvironmentOutput, Class name = E, completed in 0ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:25: getActivatedEnvironmentVariables, Class name = E, completed in 15584ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","displayName":"Python 3.7.7 64-bit (conda)"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:25: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py -c "import notebook"
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:25: getActivatedEnvironmentVariables, Class name = E, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","displayName":"Python 3.7.7 64-bit (conda)"}, Arg 3: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:26: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py jupyter kernelspec --version
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:26: getActivatedEnvironmentVariables, Class name = E, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","displayName":"Python 3.7.7 64-bit (conda)"}
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:26: getActivatedEnvironmentVariables, Class name = E, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"D:\\MyDocs\\rotmod\\py3.7-win64-dev\\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.7-final","major":3,"minor":7,"patch":7,"prerelease":["final"],"build":[],"version":"3.7.7-final"},"sysPrefix":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","fileHash":"34209a15fb791d6348357204e85679212dce6b36cd9ef03dd190b677b8cca7a5e9454e1171f94acbc596206c5aa3d1925c1eb347a1635cf517ec09135b04c300","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"D:\\MyDocs\\rotmod\\py3.7-win64-dev","envName":"","displayName":"Python 3.7.7 64-bit (conda)"}
console.ts:137 [Extension Host] Error Python Extension: 2020-05-17 08:45:27: stderr jediProxy Error (stderr) c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:589: DeprecationWarning: Deprecated since version 0.16.0. Use Script(...).get_names instead.
all_scopes=True,
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:45:45: Cached data exists getEnvironmentVariables, extension-output-#3
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:46:22: Cached data exists getEnvironmentVariables, d:\MyDocs\rotmod\rotmod
console.ts:137 [Extension Host] Error Python Extension: 2020-05-17 08:46:30: stderr jediProxy Error (stderr) c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:600: DeprecationWarning: Deprecated since version 0.17.0. Use the project API instead, which means Script(project=Project(dir, sys_path=sys_path)) instead.
sys_path=sys.path,
c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:600: DeprecationWarning: Providing the line is now done in the functions themselves like `Script(...).complete(line, column)`
sys_path=sys.path,
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-17 08:46:30: stderr jediProxy Error (stderr) c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:600: DeprecationWarning: Providing the column is now done in the functions themselves like `Script(...).complete(line, column)`
sys_path=sys.path,
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-05-17 08:46:30: stderr jediProxy Error (stderr) c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:628: DeprecationWarning: Deprecated since version 0.16.0. Use Script(...).infer instead.
script.goto_definitions(), request["id"]
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:47:07: Cached data exists getEnvironmentVariables, d:\MyDocs\rotmod\rotmod\test_fem3d.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:47:07: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\symbolProvider.py d:\MyDocs\rotmod\rotmod\test_fem3d.py
console.ts:137 [Extension Host] Info Python Extension: 2020-05-17 08:47:07: > D:\MyDocs\rotmod\py3.7-win64-dev\python.exe c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\symbolProvider.py d:\MyDocs\rotmod\rotmod\test_fem3d.py
console.ts:137 [Extension Host] Error Python Extension: 2020-05-17 08:47:09: Python: Failed to get symbols r [Error]: Traceback (most recent call last):
File "c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\pyvsc-run-isolated.py", line 23, in <module>
runpy.run_path(module, run_name="__main__")
File "D:\MyDocs\rotmod\py3.7-win64-dev\lib\runpy.py", line 263, in run_path
pkg_name=pkg_name, script_name=fname)
File "D:\MyDocs\rotmod\py3.7-win64-dev\lib\runpy.py", line 96, in _run_module_code
mod_name, mod_spec, pkg_name, script_name)
File "D:\MyDocs\rotmod\py3.7-win64-dev\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\symbolProvider.py", line 79, in <module>
contents = source.read()
File "D:\MyDocs\rotmod\py3.7-win64-dev\lib\encodings\cp1251.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x98 in position 339: character maps to <undefined>
at ChildProcess.<anonymous> (c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\src\client\common\process\proc.ts:157:33) at Object.onceWrapper (events.js:291:20) at ChildProcess.emit (events.js:203:13) at maybeClose (internal/child_process.js:1021:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Error Python Extension: 2020-05-17 08:47:09: Symbol information not found Error: Symbol information not found at l.findSymbol (c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\src\client\testing\navigation\helper.ts:34:65) at processTicksAndRejections (internal/process/task_queues.js:85:5) at f.symbol (c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\src\client\testing\navigation\functionNavigator.ts:46:19)
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Error Python Extension: 2020-05-17 08:47:09: Unable to navigate to test function Error: Test Function not found at f.navigateTo (c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\src\client\testing\navigation\functionNavigator.ts:50:72) at processTicksAndRejections (internal/process/task_queues.js:85:5)
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Error Python Extension: 2020-05-17 08:47:09: stderr jediProxy Error (stderr) c:\Users\Sindzicat\.vscode\extensions\ms-python.python-2020.5.78807\pythonFiles\completion.py:589: DeprecationWarning: Deprecated since version 0.16.0. Use Script(...).get_names instead.
all_scopes=True,
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
Metadata
Metadata
Assignees
Labels
area-testingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded