microsoft / vscode-python

Python extension for Visual Studio Code
https://aka.ms/pvsc-marketplace
MIT License
4.31k stars 1.18k forks source link

python language support download fails and VS Code crashes #12478

Closed flo-ui closed 3 years ago

flo-ui commented 4 years ago

Issue Type: Bug

Open Workspace on WSL2; update/install Python extension; wait for the language-server download. When the Download is at 100%, WSL crashes+Error message

Extension version: 2020.6.89148 VS Code version: Code 1.46.1 (cd9ea6488829f560dc949a8b2fb789f3cdc05f5d, 2020-06-17T21:13:20.174Z) OS version: Windows_NT x64 10.0.19041 Remote OS version: Linux x64 4.19.104-microsoft-standard

System Info |Item|Value| |---|---| |CPUs|AMD Ryzen 5 3600 6-Core Processor (12 x 3600)| |GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|15.95GB (8.55GB free)| |Process Argv|| |Screen Reader|no| |VM|0%| |Item|Value| |---|---| |Remote|WSL: Ubuntu| |OS|Linux x64 4.19.104-microsoft-standard| |CPUs|AMD Ryzen 5 3600 6-Core Processor (12 x 3600)| |Memory (System)|12.44GB (11.87GB free)| |VM|0%|
karrtikr commented 4 years ago

What's the error message? Please fill the logs provided in the issue template.

Logs

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

``` XXX ```


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)

``` XXXX ```

flo-ui commented 4 years ago

Hi, this is my first time reporting an issue so please forgive the mistakes i am possibly doing. This is the Console-Output from the developer-tools: Console log And this will probably be my Python output:

User belongs to experiment group 'ShowPlayIcon - start'
User belongs to experiment group 'ShowExtensionSurveyPrompt - control'
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 'LocalZMQKernel - control'
User belongs to experiment group 'CollectLSRequestTiming - control'
User belongs to experiment group 'CollectNodeLSRequestTiming - experiment'
User belongs to experiment group 'EnableIPyWidgets - experiment'
User belongs to experiment group 'RunByLine - control'
User belongs to experiment group 'CustomEditorSupport - control'
> conda --version
> pyenv root
> python3.7 ~/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3.6 ~/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3 ~/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python2 ~/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> ~/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python ~/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> conda info --json
Starting Microsoft Python language server.
Python interpreter path: ~/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python
> ~/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python ~/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> ~/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python ~/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
> ~/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python ~/.vscode-server/extensions/ms-python.python-2020.6.90262/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 ~/dev/projects/BaSaMa/basama/Datenbank/models.py
cwd: ~/dev/projects/BaSaMa/basama
> ~/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python ~/.vscode-server/extensions/ms-python.python-2020.6.90262/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 ~/dev/projects/BaSaMa/basama/Datenbank/models.py
cwd: ~/dev/projects/BaSaMa/basama

Is this all the information you need for tracing the error?

karrtikr commented 4 years ago

That's not all of output in the console window, is it? Please scroll and copy paste the entire output.

flo-ui commented 4 years ago

Yes, there is a lot more, sorry. This is the whole output within the console window.

TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.cs.
Old grammar file: file:///c%3A/Users/ftenz/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/csharp/syntaxes/csharp.tmLanguage.json.
New grammar file: file:///c%3A/Users/ftenz/.vscode/extensions/maximetinu.identical-sublime-monokai-csharp-theme-colorizer-0.11.1/syntaxes/csharp.tmLanguage.json
register @ TMScopeRegistry.ts:45
console.ts:137 [Extension Host] "live-sass-compiler" is now actived! Go and Debug :P 
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: id is 23d3b4a3-5a5a-4de4-ada4-d10e15d87b9c
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Display locator refreshing progress, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Notify locators are locating, Class name = p, completed in 2ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Detected refreshing of Interpreters, Class name = p, completed in 2ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Create file systemwatcher with pattern */python
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Create file systemwatcher with pattern */*/python
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 11ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 8ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 9ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Register Interpreter Watcher, Class name = p, completed in 7ms, has a falsy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 8ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 6ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py>, Return Value: [{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"be71beffeecd450e2a07791d3828f80711afbc1339225683bc0bb632ed83d7270640d4d1f8b5d01c90da7a552b7d4f845baf23aac7893ec2501e1067bb6c51bb","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"0a2adab2bb492334c3fa67d296d8ec068e415789deb3f3ed3d0907811806f082f41ff4166b02e88b0d39aa7a78e232ca20a18f462fa41200b9d8e503090cb063","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"be71beffeecd450e2a07791d3828f80711afbc1339225683bc0bb632ed83d7270640d4d1f8b5d01c90da7a552b7d4f845baf23aac7893ec2501e1067bb6c51bb","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"0a2adab2bb492334c3fa67d296d8ec068e415789deb3f3ed3d0907811806f082f41ff4166b02e88b0d39aa7a78e232ca20a18f462fa41200b9d8e503090cb063","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"be71beffeecd450e2a07791d3828f80711afbc1339225683bc0bb632ed83d7270640d4d1f8b5d01c90da7a552b7d4f845baf23aac7893ec2501e1067bb6c51bb","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"0a2adab2bb492334c3fa67d296d8ec068e415789deb3f3ed3d0907811806f082f41ff4166b02e88b0d39aa7a78e232ca20a18f462fa41200b9d8e503090cb063","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"be71beffeecd450e2a07791d3828f80711afbc1339225683bc0bb632ed83d7270640d4d1f8b5d01c90da7a552b7d4f845baf23aac7893ec2501e1067bb6c51bb","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"0a2adab2bb492334c3fa67d296d8ec068e415789deb3f3ed3d0907811806f082f41ff4166b02e88b0d39aa7a78e232ca20a18f462fa41200b9d8e503090cb063","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Get Interpreters in CacheableLocatorService, Class name = m, completed in 3ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py>, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj","fileHash":"9cc861a8b27e387b904fe645ad93c47babc8de3f72e54b7bcd204ed1bd896a731e4483493bf0ad819fcf7d049b29f88d7af9a33b17ccbfb5b0a4923ad02df864","type":"Unknown","cachedEntry":true}]
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Build the workspace interpreter watcher, Class name = d, completed in 8ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py>, Return Value: <Return value cannot be serialized for logging>
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] (node:132) [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 @ /C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: > conda --version
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: > pyenv root
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: Cached data exists getEnvironmentVariables, <No Resource>
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:13: > conda info --json
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:14: Rule = settings, result = runNextRule
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:14: Executing next rule from settings
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:14: > python3.7 ~/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:14: > python3.6 ~/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:14: > python3 ~/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:14: > python2 ~/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:14: > python ~/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:14: > ~/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python ~/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:14: Detection of Python Interpreter for Command python3.7 and args  failed
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:14: Detection of Python Interpreter for Command python3.6 and args  failed
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:14: Detection of Python Interpreter for Command python and args  failed
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:14: Interpreters returned by CondaEnvFileService are of count 0
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:14: Interpreters returned by CondaEnvFileService are []
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:14: Interpreters returned by CondaEnvService are of count 0
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:14: Interpreters returned by CondaEnvService are []
2/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:14: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:14: Get Interpreters, Class name = m, completed in 727ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj","fileHash":"9cc861a8b27e387b904fe645ad93c47babc8de3f72e54b7bcd204ed1bd896a731e4483493bf0ad819fcf7d049b29f88d7af9a33b17ccbfb5b0a4923ad02df864","type":"PipEnv","cachedEntry":true,"pipEnvWorkspaceFolder":"/home/flo/dev/projects/BaSaMa/basama","envName":"basama"}]
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:15: Rule = workspaceEnvs, result = runNextRule
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:15: Executing next rule from workspaceEnvs
2/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:15: Cached data exists getEnvironmentVariables, <No Resource>
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:15: Found interpreter for /usr/bin/python3,/home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py,/home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/interpreterInfo.py
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:15: Found interpreter for /usr/bin/python2,/home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py,/home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/interpreterInfo.py
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:15: Interpreters returned by CurrentPathService are of count 3
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:15: Interpreters returned by CurrentPathService are [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown"},{"architecture":3,"path":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj","fileHash":"9cc861a8b27e387b904fe645ad93c47babc8de3f72e54b7bcd204ed1bd896a731e4483493bf0ad819fcf7d049b29f88d7af9a33b17ccbfb5b0a4923ad02df864","type":"Unknown"}]
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Current value for rule system is {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown","displayName":"Python 3.8.2 64-bit"}
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Current value for rule currentPath is {"architecture":3,"path":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj","fileHash":"9cc861a8b27e387b904fe645ad93c47babc8de3f72e54b7bcd204ed1bd896a731e4483493bf0ad819fcf7d049b29f88d7af9a33b17ccbfb5b0a4923ad02df864","type":"Unknown"}
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Current value for rule windowsRegistry is nothing
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj","fileHash":"9cc861a8b27e387b904fe645ad93c47babc8de3f72e54b7bcd204ed1bd896a731e4483493bf0ad819fcf7d049b29f88d7af9a33b17ccbfb5b0a4923ad02df864","type":"Unknown"}
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Activation Commands received source /home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/activate for shell bash
2/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Cached data exists getEnvironmentVariables, <No Resource>
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Has Custom Env Vars
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Activating Environment to capture Environment variables, . /home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py /home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/printEnvVariables.py
4/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Cached data exists getEnvironmentVariables, <No Resource>
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Interpreters returned by WorkspaceVirtualEnvService are of count 0
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Interpreters returned by WorkspaceVirtualEnvService are []
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Interpreters returned by VirtualEnvService are of count 0
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Interpreters returned by VirtualEnvService are []
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: setGlobalInterpreter, Class name = f, completed in 32ms, has a truthy return value, Arg 1: {"architecture":3,"path":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj","fileHash":"9cc861a8b27e387b904fe645ad93c47babc8de3f72e54b7bcd204ed1bd896a731e4483493bf0ad819fcf7d049b29f88d7af9a33b17ccbfb5b0a4923ad02df864","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Rule = cachedInterpreters, result = exit
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: autoSelectInterpreter, Class name = f, completed in 524ms, has a falsy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: autoSelectInterpreter, Class name = f, completed in 1991ms, has a falsy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
2/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Activation Commands received source /home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/activate for shell bash
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Cached data exists getEnvironmentVariables, <No Resource>
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Activation Commands received source /home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/activate for shell bash
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Cached data exists getEnvironmentVariables, <No Resource>
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: autoSelectInterpreter, Class name = f, completed in 2000ms, has a falsy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Rule = windowsRegistry, result = runNextRule
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Executing next rule from windowsRegistry
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Rule = settings, result = runNextRule
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Executing next rule from settings
2/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Cached data exists getEnvironmentVariables, /home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Cached data exists getEnvironmentVariables, /home/flo/dev/projects/BaSaMa/basama
2/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Cached data exists getEnvironmentVariables, <No Resource>
2/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: autoSelectInterpreter, Class name = f, completed in 8ms, has a falsy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama>, Return Value: undefined
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Build the workspace interpreter watcher, Class name = d, completed in 7ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py>, Return Value: <Return value cannot be serialized for logging>
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Has Custom Env Vars
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Activating Environment to capture Environment variables, . /home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py /home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/printEnvVariables.py
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Has Custom Env Vars
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Activating Environment to capture Environment variables, . /home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py /home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/printEnvVariables.py
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: parseEnvironmentOutput, Class name = E, completed in 1ms, has a truthy return value
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: getActivatedEnvironmentVariables, Class name = E, completed in 2472ms, has a truthy return value, Arg 1: undefined
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Found interpreter for /bin/python3.8,/home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py,/home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/interpreterInfo.py
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Found interpreter for /bin/python3,/home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py,/home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/interpreterInfo.py
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Found interpreter for /bin/python3.8,/home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py,/home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/interpreterInfo.py
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Found interpreter for /bin/python3,/home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py,/home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/interpreterInfo.py
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Error Python Extension: 2020-06-28 10:43:16: Failed to check if file needs to be fixed [EntryNotFound (FileSystemError): Unable to read file 'vscode-remote://wsl+ubuntu/home/flo/.config/Code/User/settings.json' (EntryNotFound (FileSystemError): Error: ENOENT: no such file or directory, open '/home/flo/.config/Code/User/settings.json') at _handleError (/home/flo/.vscode-server/bin/cd9ea6488829f560dc949a8b2fb789f3cdc05f5d/out/vs/server/remoteExtensionHostProcess.js:687:25)  at processTicksAndRejections (internal/process/task_queues.js:89:5) at async v.readText (/home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/out/client/extension.js:1:588970)    at async p.doesFileNeedToBeFixed (/home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/out/client/extension.js:48:899395)  at async /home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/out/client/extension.js:48:898522    at async Promise.all (index 0)  at async p.getFilesToBeFixed (/home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/out/client/extension.js:48:898468)  at async p.updateTestSettings (/home/flo/.vscode-server/extensions/ms-python.python-2020.6.90262/out/client/extension.js:48:898095)] {  code: 'FileNotFound',  name: 'EntryNotFound (FileSystemError)'}
t.log @ /C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Interpreters returned by KnownPathsService are of count 16
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Interpreters returned by KnownPathsService are [{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"be71beffeecd450e2a07791d3828f80711afbc1339225683bc0bb632ed83d7270640d4d1f8b5d01c90da7a552b7d4f845baf23aac7893ec2501e1067bb6c51bb","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"0a2adab2bb492334c3fa67d296d8ec068e415789deb3f3ed3d0907811806f082f41ff4166b02e88b0d39aa7a78e232ca20a18f462fa41200b9d8e503090cb063","type":"Unknown"},{"architecture":3,"path":"/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown"},{"architecture":3,"path":"/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"be71beffeecd450e2a07791d3828f80711afbc1339225683bc0bb632ed83d7270640d4d1f8b5d01c90da7a552b7d4f845baf23aac7893ec2501e1067bb6c51bb","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"0a2adab2bb492334c3fa67d296d8ec068e415789deb3f3ed3d0907811806f082f41ff4166b02e88b0d39aa7a78e232ca20a18f462fa41200b9d8e503090cb063","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"be71beffeecd450e2a07791d3828f80711afbc1339225683bc0bb632ed83d7270640d4d1f8b5d01c90da7a552b7d4f845baf23aac7893ec2501e1067bb6c51bb","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"0a2adab2bb492334c3fa67d296d8ec068e415789deb3f3ed3d0907811806f082f41ff4166b02e88b0d39aa7a78e232ca20a18f462fa41200b9d8e503090cb063","type":"Unknown"},{"architecture":3,"path":"/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown"},{"architecture":3,"path":"/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"be71beffeecd450e2a07791d3828f80711afbc1339225683bc0bb632ed83d7270640d4d1f8b5d01c90da7a552b7d4f845baf23aac7893ec2501e1067bb6c51bb","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"0a2adab2bb492334c3fa67d296d8ec068e415789deb3f3ed3d0907811806f082f41ff4166b02e88b0d39aa7a78e232ca20a18f462fa41200b9d8e503090cb063","type":"Unknown"}]
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a truthy return value, , Return Value: true
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Hide locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: All locators have completed locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: parseEnvironmentOutput, Class name = E, completed in 0ms, has a truthy return value
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: getActivatedEnvironmentVariables, Class name = E, completed in 552ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj","fileHash":"9cc861a8b27e387b904fe645ad93c47babc8de3f72e54b7bcd204ed1bd896a731e4483493bf0ad819fcf7d049b29f88d7af9a33b17ccbfb5b0a4923ad02df864","type":"PipEnv","pipEnvWorkspaceFolder":"/home/flo/dev/projects/BaSaMa/basama","envName":"basama","displayName":"Python 3.8.2 64-bit ('basama': pipenv)"}, Arg 3: true
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: > ~/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python ~/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: parseEnvironmentOutput, Class name = E, completed in 0ms, has a truthy return value
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: getActivatedEnvironmentVariables, Class name = E, completed in 557ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj","fileHash":"9cc861a8b27e387b904fe645ad93c47babc8de3f72e54b7bcd204ed1bd896a731e4483493bf0ad819fcf7d049b29f88d7af9a33b17ccbfb5b0a4923ad02df864","type":"PipEnv","pipEnvWorkspaceFolder":"/home/flo/dev/projects/BaSaMa/basama","envName":"basama","displayName":"Python 3.8.2 64-bit ('basama': pipenv)"}, Arg 3: true
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: > ~/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python ~/.vscode-server/extensions/ms-python.python-2020.6.90262/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Current value for rule system is {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown","displayName":"Python 3.8.2 64-bit"}
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Current value for rule currentPath is {"architecture":3,"path":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj","fileHash":"9cc861a8b27e387b904fe645ad93c47babc8de3f72e54b7bcd204ed1bd896a731e4483493bf0ad819fcf7d049b29f88d7af9a33b17ccbfb5b0a4923ad02df864","type":"Unknown"}
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Current value for rule windowsRegistry is nothing
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj","fileHash":"9cc861a8b27e387b904fe645ad93c47babc8de3f72e54b7bcd204ed1bd896a731e4483493bf0ad819fcf7d049b29f88d7af9a33b17ccbfb5b0a4923ad02df864","type":"Unknown"}
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Rule = workspaceEnvs, result = runNextRule
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Executing next rule from workspaceEnvs
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Get Interpreters in CacheableLocatorService, Class name = m, completed in 2ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama>, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown"},{"architecture":3,"path":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj","fileHash":"9cc861a8b27e387b904fe645ad93c47babc8de3f72e54b7bcd204ed1bd896a731e4483493bf0ad819fcf7d049b29f88d7af9a33b17ccbfb5b0a4923ad02df864","type":"Unknown"}]
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Selected Interpreter from currentPath, {"architecture":3,"path":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj","fileHash":"9cc861a8b27e387b904fe645ad93c47babc8de3f72e54b7bcd204ed1bd896a731e4483493bf0ad819fcf7d049b29f88d7af9a33b17ccbfb5b0a4923ad02df864","type":"Unknown"}
4/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Get Interpreters in CacheableLocatorService, Class name = m, completed in 2ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama>, Return Value: []
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Get Interpreters in CacheableLocatorService, Class name = m, completed in 3ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama>, Return Value: [{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"be71beffeecd450e2a07791d3828f80711afbc1339225683bc0bb632ed83d7270640d4d1f8b5d01c90da7a552b7d4f845baf23aac7893ec2501e1067bb6c51bb","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"0a2adab2bb492334c3fa67d296d8ec068e415789deb3f3ed3d0907811806f082f41ff4166b02e88b0d39aa7a78e232ca20a18f462fa41200b9d8e503090cb063","type":"Unknown"},{"architecture":3,"path":"/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown"},{"architecture":3,"path":"/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"be71beffeecd450e2a07791d3828f80711afbc1339225683bc0bb632ed83d7270640d4d1f8b5d01c90da7a552b7d4f845baf23aac7893ec2501e1067bb6c51bb","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"0a2adab2bb492334c3fa67d296d8ec068e415789deb3f3ed3d0907811806f082f41ff4166b02e88b0d39aa7a78e232ca20a18f462fa41200b9d8e503090cb063","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"be71beffeecd450e2a07791d3828f80711afbc1339225683bc0bb632ed83d7270640d4d1f8b5d01c90da7a552b7d4f845baf23aac7893ec2501e1067bb6c51bb","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"0a2adab2bb492334c3fa67d296d8ec068e415789deb3f3ed3d0907811806f082f41ff4166b02e88b0d39aa7a78e232ca20a18f462fa41200b9d8e503090cb063","type":"Unknown"},{"architecture":3,"path":"/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown"},{"architecture":3,"path":"/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"be71beffeecd450e2a07791d3828f80711afbc1339225683bc0bb632ed83d7270640d4d1f8b5d01c90da7a552b7d4f845baf23aac7893ec2501e1067bb6c51bb","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown"},{"architecture":3,"path":"/bin/python3.8","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"0a2adab2bb492334c3fa67d296d8ec068e415789deb3f3ed3d0907811806f082f41ff4166b02e88b0d39aa7a78e232ca20a18f462fa41200b9d8e503090cb063","type":"Unknown"}]
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Get Interpreters in CacheableLocatorService, Class name = m, completed in 3ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama>, Return Value: [{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown"},{"architecture":3,"path":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj","fileHash":"9cc861a8b27e387b904fe645ad93c47babc8de3f72e54b7bcd204ed1bd896a731e4483493bf0ad819fcf7d049b29f88d7af9a33b17ccbfb5b0a4923ad02df864","type":"Unknown"}]
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: autoSelectInterpreter, Class name = f, completed in 93ms, has a falsy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama>, Return Value: undefined
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Get Interpreters, Class name = m, completed in 4ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"/usr/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown"},{"architecture":3,"path":"/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.18-candidate","major":2,"minor":7,"patch":18,"prerelease":["candidate"],"build":[],"version":"2.7.18-candidate"},"sysPrefix":"/usr","fileHash":"81fd2bd243a6f0c54d7c8e2c87fc9f1cbf795813dd843e82bed9dfa94a9917d8b193ba2def898cac9d708566f921429347f6adfe6d706e2dcc778d4078daa8dd","type":"Unknown"},{"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown"},{"architecture":3,"path":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj","fileHash":"9cc861a8b27e387b904fe645ad93c47babc8de3f72e54b7bcd204ed1bd896a731e4483493bf0ad819fcf7d049b29f88d7af9a33b17ccbfb5b0a4923ad02df864","type":"PipEnv","pipEnvWorkspaceFolder":"/home/flo/dev/projects/BaSaMa/basama","envName":"basama"}]
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Checking support of .NET, Class name = c, completed in 1ms, has a truthy return value, , Return Value: true
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: setGlobalInterpreter, Class name = f, completed in 10ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj","fileHash":"9cc861a8b27e387b904fe645ad93c47babc8de3f72e54b7bcd204ed1bd896a731e4483493bf0ad819fcf7d049b29f88d7af9a33b17ccbfb5b0a4923ad02df864","type":"Unknown"}, Arg 2: undefined, Return Value: false
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: setGlobalInterpreter, Class name = f, completed in 8ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/home/flo/.local/share/virtualenvs/basama-yRmQ3lqj","fileHash":"9cc861a8b27e387b904fe645ad93c47babc8de3f72e54b7bcd204ed1bd896a731e4483493bf0ad819fcf7d049b29f88d7af9a33b17ccbfb5b0a4923ad02df864","type":"Unknown"}, Arg 2: undefined, Return Value: false
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Rule = cachedInterpreters, result = runNextRule
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Executing next rule from cachedInterpreters
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Rule = currentPath, result = runNextRule
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Executing next rule from currentPath
2/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: autoSelectInterpreter, Class name = f, completed in 101ms, has a falsy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama>, Return Value: undefined
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Selected Interpreter from system, {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown","displayName":"Python 3.8.2 64-bit"}
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: setGlobalInterpreter, Class name = f, completed in 5ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.8.2-final","major":3,"minor":8,"patch":2,"prerelease":["final"],"build":[],"version":"3.8.2-final"},"sysPrefix":"/usr","fileHash":"636b1eb628b842ce858756cf6f86dec6fa26299c1e9114edbbbe96447b03f2f23ee270e5f38e423ac07a6e2450442f22feb7810866c5a93247ea78ee087b6265","type":"Unknown","displayName":"Python 3.8.2 64-bit"}, Arg 2: undefined, Return Value: false
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Rule = system, result = runNextRule
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Executing next rule from system
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: autoSelectInterpreter, Class name = f, completed in 156ms, has a falsy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama>, Return Value: undefined
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:16: Listing packages for stable for Python-Language-Server-linux-x64
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:17: Listing Nuget Packages, Class name = d, completed in 1021ms, has a truthy return value, Arg 1: "https://pvsc.blob.core.windows.net", Arg 2: "python-language-server-stable", Arg 3: "Python-Language-Server-linux-x64", Arg 4: "https://pvsc.azureedge.net", Arg 5: <Uri:/home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py>, Return Value: [{"package":"Python-Language-Server-linux-x64.0.1.80.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.1.80.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.1.80","major":0,"minor":1,"patch":80,"prerelease":[],"build":[],"version":"0.1.80"}},{"package":"Python-Language-Server-linux-x64.0.2.96.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.2.96.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.2.96","major":0,"minor":2,"patch":96,"prerelease":[],"build":[],"version":"0.2.96"}},{"package":"Python-Language-Server-linux-x64.0.3.76.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.3.76.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.3.76","major":0,"minor":3,"patch":76,"prerelease":[],"build":[],"version":"0.3.76"}},{"package":"Python-Language-Server-linux-x64.0.4.127.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.4.127.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.4.127","major":0,"minor":4,"patch":127,"prerelease":[],"build":[],"version":"0.4.127"}},{"package":"Python-Language-Server-linux-x64.0.5.10.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.5.10.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.5.10","major":0,"minor":5,"patch":10,"prerelease":[],"build":[],"version":"0.5.10"}},{"package":"Python-Language-Server-linux-x64.0.5.30.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.5.30.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.5.30","major":0,"minor":5,"patch":30,"prerelease":[],"build":[],"version":"0.5.30"}},{"package":"Python-Language-Server-linux-x64.0.5.31.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.5.31.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.5.31","major":0,"minor":5,"patch":31,"prerelease":[],"build":[],"version":"0.5.31"}},{"package":"Python-Language-Server-linux-x64.0.5.45.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.5.45.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.5.45","major":0,"minor":5,"patch":45,"prerelease":[],"build":[],"version":"0.5.45"}},{"package":"Python-Language-Server-linux-x64.0.5.50.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.5.50.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.5.50","major":0,"minor":5,"patch":50,"prerelease":[],"build":[],"version":"0.5.50"}}]
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:17: Get latest language server nuget package version, Class name = d, completed in 1023ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py>, Arg 2: "0.5.30", Return Value: {"package":"Python-Language-Server-linux-x64.0.5.50.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.5.50.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.5.50","major":0,"minor":5,"patch":50,"prerelease":[],"build":[],"version":"0.5.50"}}
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:17: Get latest version of Language Server, Class name = f, completed in 1023ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py>, Return Value: {"package":"Python-Language-Server-linux-x64.0.5.50.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.5.50.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.5.50","major":0,"minor":5,"patch":50,"prerelease":[],"build":[],"version":"0.5.50"}}
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:17: Get language server folder name, Class name = f, completed in 1083ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py>, Return Value: "languageServer.0.5.50"
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:17: Listing packages for stable for Python-Language-Server-linux-x64
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:17: Cached data exists getEnvironmentVariables, /home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:17: > ~/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python ~/.vscode-server/extensions/ms-python.python-2020.6.90262/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 ~/dev/projects/BaSaMa/basama/Datenbank/models.py
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:17: cwd: ~/dev/projects/BaSaMa/basama
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:17: > ~/.local/share/virtualenvs/basama-yRmQ3lqj/bin/python ~/.vscode-server/extensions/ms-python.python-2020.6.90262/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 ~/dev/projects/BaSaMa/basama/Datenbank/models.py
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:17: cwd: ~/dev/projects/BaSaMa/basama
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:18: Listing Nuget Packages, Class name = d, completed in 785ms, has a truthy return value, Arg 1: "https://pvsc.blob.core.windows.net", Arg 2: "python-language-server-stable", Arg 3: "Python-Language-Server-linux-x64", Arg 4: "https://pvsc.azureedge.net", Arg 5: <Uri:/home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py>, Return Value: [{"package":"Python-Language-Server-linux-x64.0.1.80.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.1.80.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.1.80","major":0,"minor":1,"patch":80,"prerelease":[],"build":[],"version":"0.1.80"}},{"package":"Python-Language-Server-linux-x64.0.2.96.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.2.96.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.2.96","major":0,"minor":2,"patch":96,"prerelease":[],"build":[],"version":"0.2.96"}},{"package":"Python-Language-Server-linux-x64.0.3.76.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.3.76.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.3.76","major":0,"minor":3,"patch":76,"prerelease":[],"build":[],"version":"0.3.76"}},{"package":"Python-Language-Server-linux-x64.0.4.127.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.4.127.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.4.127","major":0,"minor":4,"patch":127,"prerelease":[],"build":[],"version":"0.4.127"}},{"package":"Python-Language-Server-linux-x64.0.5.10.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.5.10.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.5.10","major":0,"minor":5,"patch":10,"prerelease":[],"build":[],"version":"0.5.10"}},{"package":"Python-Language-Server-linux-x64.0.5.30.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.5.30.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.5.30","major":0,"minor":5,"patch":30,"prerelease":[],"build":[],"version":"0.5.30"}},{"package":"Python-Language-Server-linux-x64.0.5.31.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.5.31.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.5.31","major":0,"minor":5,"patch":31,"prerelease":[],"build":[],"version":"0.5.31"}},{"package":"Python-Language-Server-linux-x64.0.5.45.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.5.45.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.5.45","major":0,"minor":5,"patch":45,"prerelease":[],"build":[],"version":"0.5.45"}},{"package":"Python-Language-Server-linux-x64.0.5.50.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.5.50.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.5.50","major":0,"minor":5,"patch":50,"prerelease":[],"build":[],"version":"0.5.50"}}]
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:18: Get latest language server nuget package version, Class name = d, completed in 785ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py>, Arg 2: "0.5.30", Return Value: {"package":"Python-Language-Server-linux-x64.0.5.50.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.5.50.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.5.50","major":0,"minor":5,"patch":50,"prerelease":[],"build":[],"version":"0.5.50"}}
/C:/Users/ftenz/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:265 [Extension Host] Info Python Extension: 2020-06-28 10:43:18: Get latest version of Language Server, Class name = f, completed in 786ms, has a truthy return value, Arg 1: <Uri:/home/flo/dev/projects/BaSaMa/basama/Datenbank/models.py>, Return Value: {"package":"Python-Language-Server-linux-x64.0.5.50.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-linux-x64.0.5.50.nupkg","version":{"options":{"loose":true,"includePrerelease":false},"loose":true,"raw":"0.5.50","major":0,"minor":5,"patch":50,"prerelease":[],"build":[],"version":"0.5.50"}}
log.ts:185  INFO [remote-connection][ExtensionHost][e2388…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
log.ts:185  INFO [remote-connection][ExtensionHost][e2388…][reconnect] waiting for 5 seconds before reconnecting...
log.ts:185  INFO [remote-connection][ExtensionHost][e2388…][reconnect] resolving connection...
log.ts:185  INFO [remote-connection][ExtensionHost][e2388…][reconnect] connecting to ::1:46439...
log.ts:197   ERR [remote-connection][ExtensionHost][e2388…][reconnect][::1:46439] received error control message when negotiating connection. Error:
log.ts:197   ERR Error: Connection error: Unknown reconnection token.
    at x (remoteAgentConnection.ts:553)
    at remoteAgentConnection.ts:189
    at e.fire (event.ts:587)
    at v.fire (ipc.net.ts:453)
    at t.PersistentProtocol._receiveMessage (ipc.net.ts:736)
    at ipc.net.ts:688
    at e.fire (event.ts:587)
    at g.acceptChunk (ipc.net.ts:239)
    at ipc.net.ts:200
    at Socket.t (ipc.net.ts:28)
    at Socket.emit (events.js:203)
    at addChunk (_stream_readable.js:295)
    at readableAddChunk (_stream_readable.js:276)
    at Socket.Readable.push (_stream_readable.js:210)
    at TCP.onStreamRead (internal/stream_base_commons.js:166)
log.ts:197   ERR [remote-connection][ExtensionHost][e2388…][reconnect] A permanent error occurred in the reconnecting loop! Will give up now! Error:
log.ts:197   ERR Error: Connection error: Unknown reconnection token.
    at x (remoteAgentConnection.ts:553)
    at remoteAgentConnection.ts:189
    at e.fire (event.ts:587)
    at v.fire (ipc.net.ts:453)
    at t.PersistentProtocol._receiveMessage (ipc.net.ts:736)
    at ipc.net.ts:688
    at e.fire (event.ts:587)
    at g.acceptChunk (ipc.net.ts:239)
    at ipc.net.ts:200
    at Socket.t (ipc.net.ts:28)
    at Socket.emit (events.js:203)
    at addChunk (_stream_readable.js:295)
    at readableAddChunk (_stream_readable.js:276)
    at Socket.Readable.push (_stream_readable.js:210)
    at TCP.onStreamRead (internal/stream_base_commons.js:166)
abstractExtensionService.ts:155 Extension host terminated unexpectedly. Code:  0  Signal:  null
_onExtensionHostCrashed @ abstractExtensionService.ts:155
_onExtensionHostCrashed @ extensionService.ts:384
_onExtensionHostCrashOrExit @ abstractExtensionService.ts:147
(anonymous) @ abstractExtensionService.ts:137
fire @ event.ts:587
_onExtHostConnectionLost @ remoteExtensionHostClient.ts:189
(anonymous) @ remoteExtensionHostClient.ts:122
fire @ event.ts:587
fire @ ipc.net.ts:453
acceptDisconnect @ ipc.net.ts:708
I @ remoteAgentConnection.ts:542
_gotoPermanentFailure @ remoteAgentConnection.ts:481
(anonymous) @ remoteAgentConnection.ts:356
triggerPermanentFailure @ remoteAgentConnection.ts:356
_runReconnectingLoop @ remoteAgentConnection.ts:444
processTicksAndRejections @ internal/process/task_queues.js:85
async function (async)
_runReconnectingLoop @ remoteAgentConnection.ts:421
_beginReconnecting @ remoteAgentConnection.ts:396
(anonymous) @ remoteAgentConnection.ts:379
fire @ event.ts:587
fire @ ipc.net.ts:453
(anonymous) @ ipc.net.ts:593
emit @ events.js:203
(anonymous) @ net.js:588
ndguardian commented 4 years ago

Hey there! I just wanted to chime in and say I am seeing similar issues to here. More details are provided below. I open a WSL connection to Kali Linux, it starts the Python extension, shows the Python language server is downloading, and then every time it gets stuck between 85-100%, but never completes.

Environment data

VS Code console log output

[Extension Host] (node:5471) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts: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] [vscode-icons] v10.2.0 activated!
mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'corked' of undefined
$onExtensionRuntimeError @ mainThreadExtensionService.ts:65
_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
mainThreadExtensionService.ts:66 TypeError: Cannot read property 'corked' of undefined
    at m.Writable.end (_stream_writable.js:585)
    at H.onend (internal/streams/legacy.js:44)
    at H.emit (events.js:205)
    at IncomingMessage.<anonymous> (/home/derik/.vscode-server/extensions/ms-python.python-2020.7.96456/out/client/node_modules/request.js:189)
    at Object.onceWrapper (events.js:288)
    at IncomingMessage.emit (events.js:205)
    at endReadableNT (_stream_readable.js:1154)
    at processTicksAndRejections (internal/process/task_queues.js:84)
$onExtensionRuntimeError @ mainThreadExtensionService.ts:66
_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

Of note above - the Cannot read property 'corked' of undefined occurs around the time the download freezes up.

Python output

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 'LocalZMQKernel - control'
User belongs to experiment group 'CollectLSRequestTiming - control'
User belongs to experiment group 'CollectNodeLSRequestTiming - experiment'
User belongs to experiment group 'EnableIPyWidgets - experiment'
User belongs to experiment group 'RunByLine - experiment'
User belongs to experiment group 'CustomEditorSupport - control'
User belongs to experiment group 'pythonaa'
> conda --version
> pyenv root
> python3.7 ~/.vscode-server/extensions/ms-python.python-2020.7.96456/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3.6 ~/.vscode-server/extensions/ms-python.python-2020.7.96456/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3 ~/.vscode-server/extensions/ms-python.python-2020.7.96456/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python2 ~/.vscode-server/extensions/ms-python.python-2020.7.96456/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-server/extensions/ms-python.python-2020.7.96456/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-server/extensions/ms-python.python-2020.7.96456/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> conda info --json
> python ~/.vscode-server/extensions/ms-python.python-2020.7.96456/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-server/extensions/ms-python.python-2020.7.96456/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> /usr/bin/python ~/.vscode-server/extensions/ms-python.python-2020.7.96456/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> /usr/bin/python ~/.vscode-server/extensions/ms-python.python-2020.7.96456/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> /usr/bin/python ~/.vscode-server/extensions/ms-python.python-2020.7.96456/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
> /usr/bin/python ~/.vscode-server/extensions/ms-python.python-2020.7.96456/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
Starting Microsoft Python language server.
Python interpreter path: /usr/bin/python3

Hopefully this helps on the investigation!

flo-ui commented 3 years ago

As the python extension now works as intended and VS Code didn't crash once over several months, the problem seems to be resolved. Though I have not really an idea, what could have caused the crashing, I will close this issue.