Extension version (available under the Extensions sidebar): 2019.6.24221 (9 July 2019)
OS and version: Windows_NT x64 10.0.17763
Python version (& distribution if applicable, e.g. Anaconda): Anaconda3
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
Relevant/affected Python packages and their versions: -
Jedi or Language Server? (i.e. what is "python.jediEnabled" set to; more info #3977): Language Server
Expected behaviour
Should extract the snippets into a new method!
Actual behaviour
Does nothing! (it encounters an error sometimes and fails silently the other times!)
Steps to reproduce:
write some code
try to use Extract method
Here is a demonstration of the issue :
Logs
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
Starting Microsoft Python language server.
[Info - 9:24:46 AM] Analysis cache path: C:\Users\userx\AppData\Local\Microsoft\Python Language Server
[Info - 9:24:46 AM] GetCurrentSearchPaths C:\Users\userx\Anaconda3\python.exe
[Info - 9:24:46 AM] Interpreter search paths:
[Info - 9:24:46 AM] c:\users\userx\anaconda3\dlls
[Info - 9:24:46 AM] c:\users\userx\anaconda3\lib
[Info - 9:24:46 AM] c:\users\userx\anaconda3
[Info - 9:24:46 AM] c:\users\userx\anaconda3\lib\site-packages
[Info - 9:24:46 AM] c:\users\userx\anaconda3\lib\site-packages\sphinx-1.5.1-py3.6.egg
[Info - 9:24:46 AM] c:\users\userx\anaconda3\lib\site-packages\win32
[Info - 9:24:46 AM] c:\users\userx\anaconda3\lib\site-packages\win32\lib
[Info - 9:24:46 AM] c:\users\userx\anaconda3\lib\site-packages\pythonwin
[Info - 9:24:46 AM] User search paths:
[Info - 9:25:00 AM] Microsoft Python Language Server version 0.3.20.0
[Info - 9:25:00 AM] Initializing for C:\Users\userx\Anaconda3\python.exe
##########Refactor Output##########
Error in refactoring:
Refactor failed. 'Call' object has no attribute 'starargs'
[<FrameSummary file refactor.py, line 294 in watch>, <FrameSummary file refactor.py, line 283 in _process_request>,
<FrameSummary file refactor.py, line 240 in _extractMethod>,
<FrameSummary file refactor.py, line 117 in refactor>,
<FrameSummary file refactor.py, line 182 in onRefactor>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\extract.py, line 68 in get_changes>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\extract.py, line 214 in extract>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\extract.py, line 242 in _collect_info>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\extract.py, line 296 in _find_definition>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\extract.py, line 430 in get_body_pattern>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\similarfinder.py, line 344 in make_pattern>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\similarfinder.py, line 72 in __init__>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\similarfinder.py, line 81 in _init_using_ast>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 33 in patch_ast>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\base\ast.py, line 54 in call_for_nodes>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 75 in __call__>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 489 in _Module>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 107 in _handle>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\base\ast.py, line 54 in call_for_nodes>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 75 in __call__>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 240 in _Assign>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 107 in _handle>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\base\ast.py, line 54 in call_for_nodes>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 75 in __call__>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 266 in _Call>]
##########Refactor Output##########
Error in refactoring:
Refactor failed. 'Call' object has no attribute 'starargs'
[<FrameSummary file refactor.py, line 294 in watch>,
<FrameSummary file refactor.py, line 283 in _process_request>,
<FrameSummary file refactor.py, line 240 in _extractMethod>,
<FrameSummary file refactor.py, line 117 in refactor>,
<FrameSummary file refactor.py, line 182 in onRefactor>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\extract.py, line 68 in get_changes>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\extract.py, line 214 in extract>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\extract.py, line 242 in _collect_info>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\extract.py, line 296 in _find_definition>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\extract.py, line 430 in get_body_pattern>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\similarfinder.py, line 344 in make_pattern>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\similarfinder.py, line 72 in __init__>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\similarfinder.py, line 81 in _init_using_ast>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 33 in patch_ast>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\base\ast.py, line 54 in call_for_nodes>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 75 in __call__>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 489 in _Module>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 107 in _handle>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\base\ast.py, line 54 in call_for_nodes>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 75 in __call__>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 240 in _Assign>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 107 in _handle>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\base\ast.py, line 54 in call_for_nodes>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 75 in __call__>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 266 in _Call>]
##########Refactor Output##########
Error in refactoring:
Refactor failed. 'Call' object has no attribute 'starargs'
[<FrameSummary file refactor.py, line 294 in watch>,
<FrameSummary file refactor.py, line 283 in _process_request>,
<FrameSummary file refactor.py, line 240 in _extractMethod>,
<FrameSummary file refactor.py, line 117 in refactor>,
<FrameSummary file refactor.py, line 182 in onRefactor>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\extract.py, line 68 in get_changes>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\extract.py, line 214 in extract>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\extract.py, line 242 in _collect_info>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\extract.py, line 296 in _find_definition>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\extract.py, line 430 in get_body_pattern>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\similarfinder.py, line 344 in make_pattern>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\similarfinder.py, line 72 in __init__>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\similarfinder.py, line 81 in _init_using_ast>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 33 in patch_ast>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\base\ast.py, line 54 in call_for_nodes>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 75 in __call__>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 489 in _Module>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 107 in _handle>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\base\ast.py, line 54 in call_for_nodes>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 75 in __call__>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 240 in _Assign>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 107 in _handle>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\base\ast.py, line 54 in call_for_nodes>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 75 in __call__>,
<FrameSummary file C:\Users\userx\Anaconda3\lib\site-packages\rope\refactor\patchedast.py, line 266 in _Call>]
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)
Developer Tools logs
```
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:3343 [Extension Host] debugger listening on port 3764
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] [vscode-icons] v8.8.0 activated!
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] (node:15020) [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/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:1412 ERR Error: [File Watcher (node.js)] Error: ENOENT: no such file or directory, stat 'c:\Users\userx\Desktop\SimpleNetV2_Pytorch_24_nov_2018\SimpleNetV2_Pytorch\.vscode'
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:1412 ERR [File Watcher (node.js)] Error: ENOENT: no such file or directory, stat 'c:\Users\userx\Desktop\SimpleNetV2_Pytorch_24_nov_2018\SimpleNetV2_Pytorch\.vscode'
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Display locator refreshing progress, Class name = p, completed in 1ms, , Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detected refreshing of Interpreters, Class name = p, completed in 2ms, Arg 1: {}, Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Create file systemwatcher with pattern *\python.exe
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Create file systemwatcher with pattern *\*\python.exe
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
/C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Register Intepreter Watcher, Class name = p, completed in 11ms, Arg 1: , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Build the workspace interpreter watcher, Class name = h, completed in 12ms, Arg 1: , Return Value:
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Rule = settings, result = exit
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: autoSelectInterpreter, Class name = f, completed in 0ms, Arg 1: , Arg 2: , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Rule = settings, result = exit
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Build the workspace interpreter watcher, Class name = h, completed in 1ms, Arg 1: , Return Value:
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: autoSelectInterpreter, Class name = f, completed in 3ms, Arg 1: , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detection of Python Interpreter for Command python3.7 and args failed
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detection of Python Interpreter for Command python3.6 and args failed
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detection of Python Interpreter for Command python3 and args failed
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detection of Python Interpreter for Command python2 and args failed
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detection of Python Interpreter for Command py and args -3.7 failed
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detection of Python Interpreter for Command py and args -3.6 failed
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detection of Python Interpreter for Command py and args -3 failed
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detection of Python Interpreter for Command py and args -2 failed
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Selected Interpreter from windowsRegistry, {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Unknown","cachedEntry":true}
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Selected Interpreter from currentPath, {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","type":"Unknown","cachedEntry":true}
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Current value for rule system is {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Conda","envName":"base","envPath":"C:\\Users\\userx\\Anaconda3","displayName":"Python 3.6.7 64-bit ('base': conda)"}
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Current value for rule currentPath is {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","type":"Unknown","cachedEntry":true}
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Unknown","cachedEntry":true}
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Unknown","cachedEntry":true}
workbench.main.js:sourcemap:240 [Extension Host] Error Python Extension: 2019-07-17 09:24:43: Failed to check if file needs to be fixed { [Error: ENOENT: no such file or directory, open 'c:\Users\userx\Desktop\SimpleNetV2_Pytorch_24_nov_2018\SimpleNetV2_Pytorch\.vscode\settings.json'] errno: -4058, code: 'ENOENT', syscall: 'open', path: 'c:\\Users\\userx\\Desktop\\SimpleNetV2_Pytorch_24_nov_2018\\SimpleNetV2_Pytorch\\.vscode\\settings.json' }
t.log @ workbench.main.js:sourcemap:240
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Interpreters returned by PipEnvService are of count 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Get language server folder name, Class name = f, completed in 198ms, Arg 1: , Return Value: "languageServer.0.3.20"
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Interpreters returned by PipEnvService are of count 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Interpreters returned by VirtualEnvService are of count 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: setGlobalInterpreter, Class name = f, completed in 98ms, Arg 1: {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: setGlobalInterpreter, Class name = f, completed in 97ms, Arg 1: {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: setGlobalInterpreter, Class name = f, completed in 93ms, Arg 1: {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Rule = windowsRegistry, result = runNextRule
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Executing next rule from windowsRegistry
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Rule = currentPath, result = runNextRule
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Executing next rule from currentPath
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Rule = cachedInterpreters, result = runNextRule
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Executing next rule from cachedInterpreters
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: autoSelectInterpreter, Class name = f, completed in 228ms, Arg 1: , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: autoSelectInterpreter, Class name = f, completed in 228ms, Arg 1: , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: autoSelectInterpreter, Class name = f, completed in 227ms, Arg 1: , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Interpreters returned by KnownPathsService are of count 3
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Get language server folder name, Class name = f, completed in 9ms, Arg 1: , Return Value: "languageServer.0.3.20"
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Cached data exists getEnvironmentVariables, c:\Users\userx\Desktop\SimpleNetV2_Pytorch_24_nov_2018\SimpleNetV2_Pytorch\benchmark.py
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Interpreters returned by WorkspaceVirtualEnvService are of count 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Interpreters returned by WorkspaceVirtualEnvService are of count 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Selected Interpreter from workspaceEnvs, Nothing Selected
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Rule = workspaceEnvs, result = runNextRule
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Executing next rule from workspaceEnvs
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: autoSelectInterpreter, Class name = f, completed in 248ms, Arg 1: , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Cached data exists getEnvironmentVariables, c:\Users\userx\Desktop\SimpleNetV2_Pytorch_24_nov_2018\SimpleNetV2_Pytorch\benchmark.py
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Selected Interpreter from system, {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Conda","cachedEntry":true,"envName":"base","envPath":"C:\\Users\\userx\\Anaconda3","displayName":"Python 3.6.7 64-bit ('base': conda)"}
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Interpreters returned by CurrentPathService are of count 2
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:44: setGlobalInterpreter, Class name = f, completed in 32ms, Arg 1: {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Conda","cachedEntry":true,"envName":"base","envPath":"C:\\Users\\userx\\Anaconda3","displayName":"Python 3.6.7 64-bit ('base': conda)"}, Arg 2: undefined, Return Value: false
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:44: Rule = system, result = runNextRule
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:44: Executing next rule from system
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:44: autoSelectInterpreter, Class name = f, completed in 322ms, Arg 1: , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:44: Interpreters returned by WindowsRegistryService are of count 2
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:44: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:44: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:44: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:44: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:44: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:44: Activation Commands received C:/Users/userx/Anaconda3/Scripts/activate,conda activate base for shell cmd
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:44: Cached data exists getEnvironmentVariables, c:\Users\userx\Desktop\SimpleNetV2_Pytorch_24_nov_2018\SimpleNetV2_Pytorch\benchmark.py
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:44: Cached data exists getEnvironmentVariables, c:\Users\userx\Desktop\SimpleNetV2_Pytorch_24_nov_2018\SimpleNetV2_Pytorch\benchmark.py
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:44: Has Custom Env Vars
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:44: Activating Environment to capture Environment variables, C:/Users/userx/Anaconda3/Scripts/activate && conda activate base && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python C:/Users/userx/.vscode/extensions/ms-python.python-2019.6.24221/pythonFiles/printEnvVariables.py
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:45: parseEnvironmentOutput, Class name = b, completed in 1ms
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:45: getActivatedEnvironmentVariables, Class name = b, completed in 1772ms, Arg 1:
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:45: Get language server folder name, Class name = f, completed in 3ms, Arg 1: , Return Value: "languageServer.0.3.20"
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:46: Interpreters returned by CondaEnvFileService are of count 3
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:46: Loading web panel. Panel is notset
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:46: Loading web view...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:46: Web view created.
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:46: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:46: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:46: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:46: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:46: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:47: Interpreters returned by CondaEnvService are of count 3
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:47: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:47: Hide locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:47: All locators have completed locating, Class name = p, completed in 0ms, , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:47: Activation Commands received C:/Users/userx/Anaconda3/Scripts/activate,conda activate base for shell cmd
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:47: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:47: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:47: Has Custom Env Vars
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:47: Activating Environment to capture Environment variables, C:/Users/userx/Anaconda3/Scripts/activate && conda activate base && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python C:/Users/userx/.vscode/extensions/ms-python.python-2019.6.24221/pythonFiles/printEnvVariables.py
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:48: Request for onigasm file at C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\node_modules\onigasm\lib\onigasm.wasm
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:48: Searching for token colors ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:48: Attempting search for colors ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:48: Searching for token colors ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:48: Attempting search for colors ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:48: Loading colors from c:\Users\userx\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\light_plus.json ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:48: Attempting search for colors ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:48: Loading base colors from c:\Users\userx\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\light_plus.json ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:48: Using colors to generate CSS ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:48: Loading colors from c:\Users\userx\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\light_plus.json ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:48: Attempting search for colors ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:48: Loading base colors from c:\Users\userx\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes\light_plus.json ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:48: Using colors to generate CSS ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:48: parseEnvironmentOutput, Class name = b, completed in 0ms
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:48: getActivatedEnvironmentVariables, Class name = b, completed in 1751ms, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Conda","envName":"base","envPath":"C:\\Users\\userx\\Anaconda3","displayName":"Python 3.6.7 64-bit ('base': conda)"}, Arg 3: true
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:49: Request for tmlanguage file.
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:49: Cached data exists ActivatedEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:49: getActivatedEnvironmentVariables, Class name = b, completed in 0ms, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Conda","envName":"base","envPath":"C:\\Users\\userx\\Anaconda3","displayName":"Python 3.6.7 64-bit ('base': conda)"}, Arg 3: true
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:49: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:49: Getting jupyter server options ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:49: Connecting to jupyter server ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:49: Connecting to history server
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:49: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:49: Launching history server
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:49: Generating custom default config at C:\Users\userx\AppData\Local\Temp\c1a94f73-9b05-4f29-a77a-9e280f9ad502\jupyter_notebook_config.py
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:49: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:50: Cached data exists ActivatedEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:50: getActivatedEnvironmentVariables, Class name = b, completed in 1ms, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Conda","envName":"base","envPath":"C:\\Users\\userx\\Anaconda3","displayName":"Python 3.6.7 64-bit ('base': conda)"}, Arg 3: true
workbench.main.js:sourcemap:3582 [Embedded Page] Could not create web worker(s). Falling back to loading web worker code in main thread, which might cause UI freezes. Please see https://github.com/Microsoft/monaco-editor#faq
workbench.main.js:sourcemap:3582 [Embedded Page] Failed to construct 'Worker': Script at 'vscode-resource:/c%3A/Users/userx/.vscode/extensions/ms-python.python-2019.6.24221/out/datascience-ui/history-react/editor.worker.js' cannot be accessed from origin 'null'.
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:50: Cached data exists ActivatedEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:50: getActivatedEnvironmentVariables, Class name = b, completed in 0ms, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Conda","envName":"base","envPath":"C:\\Users\\userx\\Anaconda3","displayName":"Python 3.6.7 64-bit ('base': conda)"}, Arg 3: true
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:51: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:53: [I 09:24:53.149 NotebookApp] The port 8888 is already in use, trying another port.
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:53: [I 09:24:53.391 NotebookApp] Serving notebooks from local directory: C:\Users\userx\AppData\Local\Temp\c1a94f73-9b05-4f29-a77a-9e280f9ad502
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:53: [I 09:24:53.391 NotebookApp] 0 active kernels
[I 09:24:53.391 NotebookApp] The Jupyter Notebook is running at: http://localhost:8889/?token=a62a2ea43780504c9aa2a26286c21507f2c8ce58a2b89fae
[I 09:24:53.391 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:53: Cached data exists ActivatedEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:53: getActivatedEnvironmentVariables, Class name = b, completed in 1ms, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Conda","envName":"base","envPath":"C:\\Users\\userx\\Anaconda3","displayName":"Python 3.6.7 64-bit ('base': conda)"}, Arg 3: true
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:53: [C 09:24:53.392 NotebookApp]
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8889/?token=a62a2ea43780504c9aa2a26286c21507f2c8ce58a2b89fae
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:53: Cached data exists ActivatedEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:53: getActivatedEnvironmentVariables, Class name = b, completed in 1ms, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Conda","envName":"base","envPath":"C:\\Users\\userx\\Anaconda3","displayName":"Python 3.6.7 64-bit ('base': conda)"}, Arg 3: true
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:54: Connecting to process for history server
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:54: Connecting server d7e26939-589d-42e2-bbf1-ba68a1b2693f
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:54: [I 09:24:54.666 NotebookApp] Creating new notebook in /
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:55: [I 09:24:55.242 NotebookApp] Kernel started: 2f92eb72-f9e8-4abf-ab30-371623023b05
workbench.main.js:sourcemap:240 [Extension Host] Starting WebSocket: ws://localhost:8889/api/kernels/2f92eb72-f9e8-4abf-ab30-371623023b05
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:55: Started session d7e26939-589d-42e2-bbf1-ba68a1b2693f
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:55: Waiting for idle d7e26939-589d-42e2-bbf1-ba68a1b2693f
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:55: Waiting for idle: unknown
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:55: [I 09:24:55.248 NotebookApp] Creating new notebook in /
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:55: Waiting for idle: unknown
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:55: Waiting for idle: unknown
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:55: Waiting for idle: unknown
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:55: Waiting for idle: unknown
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:55: [I 09:24:55.681 NotebookApp] Kernel started: ca6e5d5f-cd9d-4e92-a0da-b714b13b69a7
workbench.main.js:sourcemap:240 [Extension Host] Starting WebSocket: ws://localhost:8889/api/kernels/ca6e5d5f-cd9d-4e92-a0da-b714b13b69a7
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:55: Waiting for idle: unknown
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:55: Waiting for idle: unknown
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:55: Waiting for idle: unknown
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:56: Waiting for idle: unknown
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:56: Waiting for idle: unknown
workbench.main.js:sourcemap:240 [Extension Host] Kernel: connected (2f92eb72-f9e8-4abf-ab30-371623023b05)
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:56: Waiting for idle: connected
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:56: Performing initial setup d7e26939-589d-42e2-bbf1-ba68a1b2693f
workbench.main.js:sourcemap:240 [Extension Host] Kernel: connected (ca6e5d5f-cd9d-4e92-a0da-b714b13b69a7)
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:56: Finished connecting d7e26939-589d-42e2-bbf1-ba68a1b2693f
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:56: Connection complete for history server
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:56: Connected to jupyter server.
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:56: Submitting code for f27a1226-9e3d-488c-8cec-f7e6eddb540d
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:56: Waiting for jupyter server and web panel ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:56: Adding sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:56: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:56: Cached data exists ActivatedEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:56: getActivatedEnvironmentVariables, Class name = b, completed in 1ms, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Conda","envName":"base","envPath":"C:\\Users\\userx\\Anaconda3","displayName":"Python 3.6.7 64-bit ('base': conda)"}, Arg 3: true
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:57: Cached data exists ActivatedEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:57: getActivatedEnvironmentVariables, Class name = b, completed in 1ms, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Conda","envName":"base","envPath":"C:\\Users\\userx\\Anaconda3","displayName":"Python 3.6.7 64-bit ('base': conda)"}, Arg 3: true
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:57: Sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0 complete
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:57: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:57: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:57: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Starting Language Server, Class name = d, completed in 16785ms, , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Cached data exists getEnvironmentVariables, c:\Users\userx\Desktop\SimpleNetV2_Pytorch_24_nov_2018\SimpleNetV2_Pytorch\benchmark.py
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Rule = settings, result = exit
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: autoSelectInterpreter, Class name = f, completed in 1ms, Arg 1: undefined, Arg 2: , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Display locator refreshing progress, Class name = p, completed in 1ms, , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Detected refreshing of Interpreters, Class name = p, completed in 1ms, Arg 1: {}, Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Rule = settings, result = exit
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: autoSelectInterpreter, Class name = f, completed in 3ms, Arg 1: undefined, Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Shell path from user settings 'null'
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Shell path 'C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe'
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Shell path identified as shell 'powershell'
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Shell path from user env 'C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe'
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Shell identified as 'powershell'
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Cached data exists getEnvironmentVariables,
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Selected Interpreter from windowsRegistry, {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Unknown"}
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Selected Interpreter from currentPath, {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","type":"Unknown"}
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Create file systemwatcher with pattern *\python.exe
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Create file systemwatcher with pattern *\*\python.exe
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Register Intepreter Watcher, Class name = p, completed in 2ms, Arg 1: undefined, Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Build the workspace interpreter watcher, Class name = h, completed in 3ms, Arg 1: undefined, Return Value:
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Current value for rule system is {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Conda","cachedEntry":true,"envName":"base","envPath":"C:\\Users\\userx\\Anaconda3","displayName":"Python 3.6.7 64-bit ('base': conda)"}
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Current value for rule currentPath is {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","type":"Unknown"}
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Unknown"}
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Unknown"}
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Interpreters returned by PipEnvService are of count 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: setGlobalInterpreter, Class name = f, completed in 32ms, Arg 1: {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Unknown"}, Arg 2: undefined, Return Value: false
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: setGlobalInterpreter, Class name = f, completed in 31ms, Arg 1: {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","type":"Unknown"}, Arg 2: undefined, Return Value: false
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: setGlobalInterpreter, Class name = f, completed in 26ms, Arg 1: {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Unknown"}, Arg 2: undefined, Return Value: false
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Rule = windowsRegistry, result = runNextRule
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Executing next rule from windowsRegistry
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Rule = currentPath, result = runNextRule
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Executing next rule from currentPath
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Rule = cachedInterpreters, result = runNextRule
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Executing next rule from cachedInterpreters
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: autoSelectInterpreter, Class name = f, completed in 47ms, Arg 1: undefined, Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: autoSelectInterpreter, Class name = f, completed in 47ms, Arg 1: undefined, Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: autoSelectInterpreter, Class name = f, completed in 47ms, Arg 1: undefined, Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Interpreters returned by PipEnvService are of count 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Interpreters returned by WorkspaceVirtualEnvService are of count 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Selected Interpreter from workspaceEnvs, Nothing Selected
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Rule = workspaceEnvs, result = runNextRule
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Executing next rule from workspaceEnvs
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: autoSelectInterpreter, Class name = f, completed in 67ms, Arg 1: undefined, Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Interpreters returned by WorkspaceVirtualEnvService are of count 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: true
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Hide locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: All locators have completed locating, Class name = p, completed in 0ms, , Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Selected Interpreter from system, {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Conda","envName":"base","envPath":"C:\\Users\\userx\\Anaconda3","displayName":"Python 3.6.7 64-bit ('base': conda)"}
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: setGlobalInterpreter, Class name = f, completed in 2ms, Arg 1: {"architecture":3,"path":"C:\\Users\\userx\\Anaconda3\\python.exe","version":{"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"C:\\Users\\userx\\Anaconda3","fileHash":"207e6c04b65665e9cd662c16599931892f12ed7091d7e026f040018b87754c76845aad826d8a5ea0f5e7b0ebc4468d6d47eea5636ba4a6391fb0db06c170a6b2","companyDisplayName":"Anaconda, Inc.","type":"Conda","envName":"base","envPath":"C:\\Users\\userx\\Anaconda3","displayName":"Python 3.6.7 64-bit ('base': conda)"}, Arg 2: undefined, Return Value: false
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Rule = system, result = runNextRule
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: Executing next rule from system
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:00: autoSelectInterpreter, Class name = f, completed in 72ms, Arg 1: undefined, Return Value: undefined
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:01: Current value for rule workspaceEnvs is nothing
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:02: Finished execution for aae27b26-c846-471d-a735-b2a745f9d5f8
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:25:45: Cached data exists getEnvironmentVariables, c:\Users\userx\Desktop\SimpleNetV2_Pytorch_24_nov_2018\SimpleNetV2_Pytorch
workbench.main.js:sourcemap:240 [Extension Host] SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse () at module.exports.t.RefactorProxy.handleStdError.n.split.filter.map.e (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524397) at Array.map () at module.exports.t.RefactorProxy.handleStdError (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524385) at t.module.exports.t.RefactorProxy.initialize.s.out.subscribe.e [as _next] (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524186) at t.module.exports.t.__tryOrUnsub (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:281345) at t.module.exports.t.next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:280623) at t.module.exports.t._next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:279674) at t.module.exports.t.next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:279345) at i (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:9:36503) at Socket.module.exports.execObservable.i.Observable.e (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:9:36584) at Socket.emit (events.js:182:13) at addChunk (_stream_readable.js:283:12) at readableAddChunk (_stream_readable.js:264:11) at Socket.Readable.push (_stream_readable.js:219:10) at Pipe.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
t.log @ workbench.main.js:sourcemap:240
workbench.main.js:sourcemap:240 [Extension Host] SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse () at module.exports.t.RefactorProxy.handleStdError.n.split.filter.map.e (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524397) at Array.map () at module.exports.t.RefactorProxy.handleStdError (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524385) at t.module.exports.t.RefactorProxy.initialize.s.out.subscribe.e [as _next] (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524186) at t.module.exports.t.__tryOrUnsub (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:281345) at t.module.exports.t.next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:280623) at t.module.exports.t._next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:279674) at t.module.exports.t.next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:279345) at i (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:9:36503) at Socket.module.exports.execObservable.i.Observable.e (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:9:36584) at Socket.emit (events.js:182:13) at addChunk (_stream_readable.js:283:12) at readableAddChunk (_stream_readable.js:264:11) at Socket.Readable.push (_stream_readable.js:219:10) at Pipe.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
t.log @ workbench.main.js:sourcemap:240
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:26:10: Cached data exists getEnvironmentVariables, c:\Users\userx\Desktop\SimpleNetV2_Pytorch_24_nov_2018\SimpleNetV2_Pytorch
workbench.main.js:sourcemap:240 [Extension Host] SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse () at module.exports.t.RefactorProxy.handleStdError.n.split.filter.map.e (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524397) at Array.map () at module.exports.t.RefactorProxy.handleStdError (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524385) at t.module.exports.t.RefactorProxy.initialize.s.out.subscribe.e [as _next] (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524186) at t.module.exports.t.__tryOrUnsub (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:281345) at t.module.exports.t.next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:280623) at t.module.exports.t._next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:279674) at t.module.exports.t.next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:279345) at i (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:9:36503) at Socket.module.exports.execObservable.i.Observable.e (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:9:36584) at Socket.emit (events.js:182:13) at addChunk (_stream_readable.js:283:12) at readableAddChunk (_stream_readable.js:264:11) at Socket.Readable.push (_stream_readable.js:219:10) at Pipe.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
t.log @ workbench.main.js:sourcemap:240
workbench.main.js:sourcemap:240 [Extension Host] SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse () at module.exports.t.RefactorProxy.handleStdError.n.split.filter.map.e (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524397) at Array.map () at module.exports.t.RefactorProxy.handleStdError (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524385) at t.module.exports.t.RefactorProxy.initialize.s.out.subscribe.e [as _next] (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524186) at t.module.exports.t.__tryOrUnsub (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:281345) at t.module.exports.t.next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:280623) at t.module.exports.t._next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:279674) at t.module.exports.t.next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:279345) at i (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:9:36503) at Socket.module.exports.execObservable.i.Observable.e (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:9:36584) at Socket.emit (events.js:182:13) at addChunk (_stream_readable.js:283:12) at readableAddChunk (_stream_readable.js:264:11) at Socket.Readable.push (_stream_readable.js:219:10) at Pipe.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
t.log @ workbench.main.js:sourcemap:240
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:26:45: Cached data exists getEnvironmentVariables, c:\Users\userx\Desktop\SimpleNetV2_Pytorch_24_nov_2018\SimpleNetV2_Pytorch
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:00: Submitting code for f27a1226-9e3d-488c-8cec-f7e6eddb540d
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:00: Waiting for jupyter server and web panel ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:00: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:00: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:00: Finished execution for 23d6acd5-8228-41be-8649-d9efd6711efa
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:01: Submitting code for f27a1226-9e3d-488c-8cec-f7e6eddb540d
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:01: Waiting for jupyter server and web panel ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:01: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:01: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:04: Finished execution for c5905ca8-7c6e-426b-9f8a-f742452e2438
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:21: Submitting code for f27a1226-9e3d-488c-8cec-f7e6eddb540d
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:21: Waiting for jupyter server and web panel ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:21: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:21: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:21: Finished execution for e531319d-1308-45ef-9d9f-331b30047f61
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:21: Submitting code for f27a1226-9e3d-488c-8cec-f7e6eddb540d
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:21: Waiting for jupyter server and web panel ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:21: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:21: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:22: Finished execution for 67a55dca-552a-4511-8238-33240445ac58
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:22: Submitting code for f27a1226-9e3d-488c-8cec-f7e6eddb540d
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:22: Waiting for jupyter server and web panel ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:22: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:22: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:22: Finished execution for 61c50de0-3539-41f9-b3a6-5308b02c3fb6
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:22: Submitting code for f27a1226-9e3d-488c-8cec-f7e6eddb540d
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:22: Waiting for jupyter server and web panel ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:22: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:22: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:22: Finished execution for fe57dadf-89eb-428a-9980-26a3444fe522
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Submitting code for f27a1226-9e3d-488c-8cec-f7e6eddb540d
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Waiting for jupyter server and web panel ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Finished execution for c8adf74d-911f-45ec-85c6-89982730a86d
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Submitting code for f27a1226-9e3d-488c-8cec-f7e6eddb540d
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Waiting for jupyter server and web panel ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Finished execution for 89e9ee50-7d85-4f06-8d00-fd3c5908d0c1
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Submitting code for f27a1226-9e3d-488c-8cec-f7e6eddb540d
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Waiting for jupyter server and web panel ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Finished execution for f74f4fec-6db4-46ee-be72-c58a888f6baa
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Submitting code for f27a1226-9e3d-488c-8cec-f7e6eddb540d
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Waiting for jupyter server and web panel ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:23: Finished execution for ef67048e-c662-4f06-b5e5-6579e8de6d3c
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:24: Submitting code for f27a1226-9e3d-488c-8cec-f7e6eddb540d
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:24: Waiting for jupyter server and web panel ...
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:24: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:24: Wait for sys info for f27a1226-9e3d-488c-8cec-f7e6eddb540d 0
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:24: Finished execution for 3c5d6bdb-89fa-4aa3-be73-2493485ee4e4
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:27:52: Cached data exists getEnvironmentVariables, c:\Users\userx\Desktop\SimpleNetV2_Pytorch_24_nov_2018\SimpleNetV2_Pytorch
workbench.main.js:sourcemap:2393 Cannot perform refactoring using selected element(s). (Refactor failed. 'Call' object has no attribute 'starargs' [, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ) at module.exports.t.RefactorProxy.handleStdError.n.split.filter.map.e (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524397) at Array.map () at module.exports.t.RefactorProxy.handleStdError (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524385) at t.module.exports.t.RefactorProxy.initialize.s.out.subscribe.e [as _next] (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524186) at t.module.exports.t.__tryOrUnsub (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:281345) at t.module.exports.t.next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:280623) at t.module.exports.t._next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:279674) at t.module.exports.t.next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:279345) at i (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:9:36503) at Socket.module.exports.execObservable.i.Observable.e (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:9:36584) at Socket.emit (events.js:182:13) at addChunk (_stream_readable.js:283:12) at readableAddChunk (_stream_readable.js:264:11) at Socket.Readable.push (_stream_readable.js:219:10) at Pipe.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
t.log @ workbench.main.js:sourcemap:240
workbench.main.js:sourcemap:240 [Extension Host] SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse () at module.exports.t.RefactorProxy.handleStdError.n.split.filter.map.e (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524397) at Array.map () at module.exports.t.RefactorProxy.handleStdError (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524385) at t.module.exports.t.RefactorProxy.initialize.s.out.subscribe.e [as _next] (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524186) at t.module.exports.t.__tryOrUnsub (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:281345) at t.module.exports.t.next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:280623) at t.module.exports.t._next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:279674) at t.module.exports.t.next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:279345) at i (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:9:36503) at Socket.module.exports.execObservable.i.Observable.e (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:9:36584) at Socket.emit (events.js:182:13) at addChunk (_stream_readable.js:283:12) at readableAddChunk (_stream_readable.js:264:11) at Socket.Readable.push (_stream_readable.js:219:10) at Pipe.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
t.log @ workbench.main.js:sourcemap:240
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:30:32: Cached data exists getEnvironmentVariables, c:\Users\userx\Desktop\SimpleNetV2_Pytorch_24_nov_2018\SimpleNetV2_Pytorch
workbench.main.js:sourcemap:240 [Extension Host] SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse () at module.exports.t.RefactorProxy.handleStdError.n.split.filter.map.e (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524397) at Array.map () at module.exports.t.RefactorProxy.handleStdError (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524385) at t.module.exports.t.RefactorProxy.initialize.s.out.subscribe.e [as _next] (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524186) at t.module.exports.t.__tryOrUnsub (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:281345) at t.module.exports.t.next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:280623) at t.module.exports.t._next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:279674) at t.module.exports.t.next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:279345) at i (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:9:36503) at Socket.module.exports.execObservable.i.Observable.e (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:9:36584) at Socket.emit (events.js:182:13) at addChunk (_stream_readable.js:283:12) at readableAddChunk (_stream_readable.js:264:11) at Socket.Readable.push (_stream_readable.js:219:10) at Pipe.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
t.log @ workbench.main.js:sourcemap:240
workbench.main.js:sourcemap:240 [Extension Host] SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse () at module.exports.t.RefactorProxy.handleStdError.n.split.filter.map.e (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524397) at Array.map () at module.exports.t.RefactorProxy.handleStdError (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524385) at t.module.exports.t.RefactorProxy.initialize.s.out.subscribe.e [as _next] (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:1:524186) at t.module.exports.t.__tryOrUnsub (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:281345) at t.module.exports.t.next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:280623) at t.module.exports.t._next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:279674) at t.module.exports.t.next (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:75:279345) at i (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:9:36503) at Socket.module.exports.execObservable.i.Observable.e (C:\Users\userx\.vscode\extensions\ms-python.python-2019.6.24221\out\client\extension.js:9:36584) at Socket.emit (events.js:182:13) at addChunk (_stream_readable.js:283:12) at readableAddChunk (_stream_readable.js:264:11) at Socket.Readable.push (_stream_readable.js:219:10) at Pipe.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
t.log @ workbench.main.js:sourcemap:240
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:30:40: Cached data exists getEnvironmentVariables, tasks
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:30:45: Cached data exists getEnvironmentVariables, extension-output-#3
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:34:36: Cached data exists getEnvironmentVariables, c:\Users\userx\Desktop\SimpleNetV2_Pytorch_24_nov_2018\SimpleNetV2_Pytorch
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:35:02: Cached data exists getEnvironmentVariables, extension-output-#3
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:35:09: Cached data exists getEnvironmentVariables, c:\Users\userx\Desktop\SimpleNetV2_Pytorch_24_nov_2018\SimpleNetV2_Pytorch
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:37:53: Cached data exists getEnvironmentVariables, extension-output-#3
workbench.main.js:sourcemap:240 [Extension Host] Info Python Extension: 2019-07-17 09:42:46: Cached data exists getEnvironmentVariables, c:\Users\userx\Desktop\SimpleNetV2_Pytorch_24_nov_2018\SimpleNetV2_Pytorch
```
Environment data
"python.jediEnabled"
set to; more info #3977): Language ServerExpected behaviour
Should extract the snippets into a new method!
Actual behaviour
Does nothing! (it encounters an error sometimes and fails silently the other times!)
Steps to reproduce:
Here is a demonstration of the issue :
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging
)Developer Tools logs
``` /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:3343 [Extension Host] debugger listening on port 3764 /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] [vscode-icons] v8.8.0 activated! /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] (node:15020) [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/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:1412 ERR Error: [File Watcher (node.js)] Error: ENOENT: no such file or directory, stat 'c:\Users\userx\Desktop\SimpleNetV2_Pytorch_24_nov_2018\SimpleNetV2_Pytorch\.vscode' /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:1412 ERR [File Watcher (node.js)] Error: ENOENT: no such file or directory, stat 'c:\Users\userx\Desktop\SimpleNetV2_Pytorch_24_nov_2018\SimpleNetV2_Pytorch\.vscode' /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Display locator refreshing progress, Class name = p, completed in 1ms, , Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Notify locators are locating, Class name = p, completed in 1ms, , Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detected refreshing of Interpreters, Class name = p, completed in 2ms, Arg 1: {}, Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Create file systemwatcher with pattern *\python.exe /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Create file systemwatcher with pattern *\*\python.exe /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Display locator refreshing progress, Class name = p, completed in 0ms, , Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Notify locators are locating, Class name = p, completed in 0ms, , Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Checking whether locactors have completed locating, Class name = p, completed in 0ms, , Return Value: false /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Detected refreshing of Interpreters, Class name = p, completed in 0ms, Arg 1: {}, Return Value: undefined /C:/Users/userx/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:240 [Extension Host] Info Python Extension: 2019-07-17 09:24:43: Register Intepreter Watcher, Class name = p, completed in 11ms, Arg 1: