Skip to content

Intellisense in not working on multiple folder structure #4630

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Jeyanthinath opened this issue Mar 4, 2019 · 10 comments
Closed

Intellisense in not working on multiple folder structure #4630

Jeyanthinath opened this issue Mar 4, 2019 · 10 comments
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug

Comments

@Jeyanthinath
Copy link

Environment data

Expected behaviour

Intellisense should work even in multilevel tree structure

Actual behaviour

Intellisense is working only on single level tree structure

Steps to reproduce:

Multiple folder structure (1)

| - project a
| - project b
| - Project c
...| .vscode
...| - folder 1
...| - folder 2
...| - folder 3
.......| - test.py
.......| - test1.py

Multiple folder structure (2)

| - project a
| - project b
| - Project c
...| - folder 1
...| - folder 2
...| - folder 3
.......| - .vscode
........| - test.py

In both the cases , just the .vscode file is placed differently , here no auto-complete feature is working ,but when I open a new tab with only one folder structure it is working absolutely fine .

Any ideas ?

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.
Downloading https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-osx-x64.0.1.80.nupkg... complete
Unpacking archive... done
Microsoft Python Language Server version 0.1.80.0
Initializing for /Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7

Formatting with autopep8 failed.
You could either install the 'autopep8' formatter, turn it off or use another formatter.
Error: Module 'autopep8' not installed.
##########Linting Output - pep8##########
##########Linting Output - pep8##########
##########Linting Output - pep8##########
3,21,W,W292:no newline at end of file
##########Linting Output - pep8##########
##########Linting Output - pep8##########
##########Linting Output - pep8##########
##########Linting Output - pep8##########
##########Linting Output - pylint##########
************* Module first
2,0,error,syntax-error:invalid syntax (<unknown>, line 2)
##########Linting Output - pep8##########
##########Linting Output - pylint##########

--------------------------------------------------------------------
Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)

##########Linting Output - pep8##########
##########Linting Output - pylint##########

--------------------------------------------------------------------
Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)

##########Linting Output - pylint##########
##########Linting Output - pylint##########

--------------------------------------------------------------------
Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)

Output from Console under the Developer Tools panel (toggle Developer Tools on under Help; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging)

extensionHost.ts:325 [Extension Host] debugger listening on port 47627
extensionService.ts:802 Couldn't find message for key python.snippet.launch.unitTests.description.
t._logMessageInConsole @ extensionService.ts:802
extensionHost.ts:231 Extension Host
extensionHost.ts:232 Debugger listening on ws://127.0.0.1:47627/a170987f-f5b7-405c-b465-f83e035ac113
For help, see: https://nodejs.org/en/docs/inspector

console.ts:134 [Extension Host] �[34m[2019-03-04 11:56:59.601] [TRACE] extension - �[39minitialize
console.ts:134 [Extension Host] �[34m[2019-03-04 11:56:59.601] [TRACE] extension - �[39mgetConfiguration
console.ts:134 [Extension Host] �[36m[2019-03-04 11:56:59.601] [DEBUG] extension - �[39mgetConfiguration { onStartup: true,
  dontShowPortAlreadyInUseError: false,
  port: 52698,
  host: '127.0.0.1' }
console.ts:134 [Extension Host] �[34m[2019-03-04 11:56:59.601] [TRACE] extension - �[39mstartServer
console.ts:134 [Extension Host] �[34m[2019-03-04 11:56:59.601] [TRACE] Server - �[39mconstructor
console.ts:134 [Extension Host] �[34m[2019-03-04 11:56:59.601] [TRACE] StatusBarItem - �[39mconstructor
console.ts:134 [Extension Host] �[34m[2019-03-04 11:56:59.602] [TRACE] Server - �[39msetPort 52698
console.ts:134 [Extension Host] �[34m[2019-03-04 11:56:59.602] [TRACE] Server - �[39msetHost 127.0.0.1
console.ts:134 [Extension Host] �[34m[2019-03-04 11:56:59.602] [TRACE] Server - �[39msetDontShowPortAlreadyInUseError false
console.ts:134 [Extension Host] �[34m[2019-03-04 11:56:59.602] [TRACE] Server - �[39mstart false
console.ts:134 [Extension Host] �[34m[2019-03-04 11:56:59.602] [TRACE] Server - �[39misOnline
console.ts:134 [Extension Host] �[36m[2019-03-04 11:56:59.602] [DEBUG] Server - �[39misOnline? false
console.ts:134 [Extension Host] �[32m[2019-03-04 11:56:59.602] [INFO] Server - �[39mStarting server
console.ts:134 [Extension Host] �[34m[2019-03-04 11:56:59.602] [TRACE] Server - �[39mgetPort 52698
console.ts:134 [Extension Host] �[34m[2019-03-04 11:56:59.602] [TRACE] Server - �[39mgetHost NaN
console.ts:134 [Extension Host] �[34m[2019-03-04 11:56:59.602] [TRACE] StatusBarItem - �[39msetServer
console.ts:134 [Extension Host] �[34m[2019-03-04 11:56:59.602] [TRACE] StatusBarItem - �[39mhandleEvents
console.ts:134 [Extension Host] �[34m[2019-03-04 11:56:59.635] [TRACE] Server - �[39monServerListening
console.ts:134 [Extension Host] �[34m[2019-03-04 11:56:59.635] [TRACE] Server - �[39msetOnline true
console.ts:134 [Extension Host] �[34m[2019-03-04 11:56:59.635] [TRACE] StatusBarItem - �[39monReady
log.ts:161  INFO no standard startup: not a new window
log.ts:173   ERR TypeScript Server Error (3.3.1)
Error processing request. Debug Failure. False expression: Changes overlap
Verbose Debug Information: {"pos":67,"end":525} and {"pos":140,"end":152}
Error: Debug Failure. False expression: Changes overlap
Verbose Debug Information: {"pos":67,"end":525} and {"pos":140,"end":152}
    at _loop_10 (tsserver.js:109091:34)
    at tsserver.js:109097:25
    at Array.map (<anonymous>)
    at Object.getTextChangesFromChanges (tsserver.js:109085:86)
    at ChangeTracker.getChanges (tsserver.js:109055:45)
    at Function.ChangeTracker.with (tsserver.js:108598:32)
    at Object.getCodeActions (tsserver.js:111338:64)
    at tsserver.js:109583:121
    at Object.flatMap (tsserver.js:504:25)
    at Object.getFixes (tsserver.js:109583:23)
    at tsserver.js:118787:35
    at Object.flatMap (tsserver.js:504:25)
    at Object.getCodeFixesAtPosition (tsserver.js:118785:23)
    at Object.proxy.(anonymous function).args [as getCodeFixesAtPosition] (/Users/jaeraam/.vscode/extensions/visualstudioexptteam.vscodeintellicode-1.1.3/node_modules/@vsintellicode/typescript-intellicode-plugin/lib/vscode/index.js:24:43)
    at IOSession.Session.getCodeFixes (tsserver.js:126938:64)
    at Session.handlers.ts.createMapFromTemplate._a.(anonymous function) (tsserver.js:125743:61)
    at tsserver.js:127107:88
    at IOSession.Session.executeWithRequestId (tsserver.js:127098:28)
    at IOSession.Session.executeCommand (tsserver.js:127107:33)
    at IOSession.Session.onMessage (tsserver.js:127129:35)
    at Interface.<anonymous> (tsserver.js:128390:27)
    at Interface.emit (events.js:182:13)
    at Interface._onLine (readline.js:290:10)
    at Interface._normalWrite (readline.js:433:12)
    at Socket.ondata (readline.js:149:10)
    at Socket.emit (events.js:182:13)
    at addChunk (_stream_readable.js:279:12)
    at readableAddChunk (_stream_readable.js:264:11)
    at Socket.Readable.push (_stream_readable.js:219:10)
    at Pipe.onread (net.js:636:20): Error: TypeScript Server Error (3.3.1)
Error processing request. Debug Failure. False expression: Changes overlap
Verbose Debug Information: {"pos":67,"end":525} and {"pos":140,"end":152}
Error: Debug Failure. False expression: Changes overlap
Verbose Debug Information: {"pos":67,"end":525} and {"pos":140,"end":152}
    at _loop_10 (tsserver.js:109091:34)
    at tsserver.js:109097:25
    at Array.map (<anonymous>)
    at Object.getTextChangesFromChanges (tsserver.js:109085:86)
    at ChangeTracker.getChanges (tsserver.js:109055:45)
    at Function.ChangeTracker.with (tsserver.js:108598:32)
    at Object.getCodeActions (tsserver.js:111338:64)
    at tsserver.js:109583:121
    at Object.flatMap (tsserver.js:504:25)
    at Object.getFixes (tsserver.js:109583:23)
    at tsserver.js:118787:35
    at Object.flatMap (tsserver.js:504:25)
    at Object.getCodeFixesAtPosition (tsserver.js:118785:23)
    at Object.proxy.(anonymous function).args [as getCodeFixesAtPosition] (/Users/jaeraam/.vscode/extensions/visualstudioexptteam.vscodeintellicode-1.1.3/node_modules/@vsintellicode/typescript-intellicode-plugin/lib/vscode/index.js:24:43)
    at IOSession.Session.getCodeFixes (tsserver.js:126938:64)
    at Session.handlers.ts.createMapFromTemplate._a.(anonymous function) (tsserver.js:125743:61)
    at tsserver.js:127107:88
    at IOSession.Session.executeWithRequestId (tsserver.js:127098:28)
    at IOSession.Session.executeCommand (tsserver.js:127107:33)
    at IOSession.Session.onMessage (tsserver.js:127129:35)
    at Interface.<anonymous> (tsserver.js:128390:27)
    at Interface.emit (events.js:182:13)
    at Interface._onLine (readline.js:290:10)
    at Interface._normalWrite (readline.js:433:12)
    at Socket.ondata (readline.js:149:10)
    at Socket.emit (events.js:182:13)
    at addChunk (_stream_readable.js:279:12)
    at readableAddChunk (_stream_readable.js:264:11)
    at Socket.Readable.push (_stream_readable.js:219:10)
    at Pipe.onread (net.js:636:20)
	at v.dispatchResponse (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features/dist/extension.js:1:178103)
	at v.dispatchMessage (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features/dist/extension.js:1:176857)
	at constructor._reader.onData.e (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features/dist/extension.js:1:176213)
	at e.fire (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:44:113)
	at t.Reader.onLengthData (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features/dist/extension.js:1:182286)
	at Socket.t.Reader.constructor.e.on.e (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features/dist/extension.js:1:181934)
	at Socket.emit (events.js:182:13)
	at addChunk (_stream_readable.js:279:12)
	at readableAddChunk (_stream_readable.js:264:11)
	at Socket.Readable.push (_stream_readable.js:219:10)
	at Pipe.onread (net.js:636:20)
log.ts:173   ERR TypeScript Server Error (3.3.1)
Error processing request. Cannot read property 'parent' of undefined
TypeError: Cannot read property 'parent' of undefined
    at Object.deleteDeclaration (tsserver.js:109407:56)
    at _loop_9 (tsserver.js:109026:47)
    at ChangeTracker.finishDeleteDeclarations (tsserver.js:109033:21)
    at ChangeTracker.getChanges (tsserver.js:109053:22)
    at Function.ChangeTracker.with (tsserver.js:108598:32)
    at Object.getCodeActions (tsserver.js:113223:68)
    at tsserver.js:109583:121
    at Object.flatMap (tsserver.js:504:25)
    at Object.getFixes (tsserver.js:109583:23)
    at tsserver.js:118787:35
    at Object.flatMap (tsserver.js:504:25)
    at Object.getCodeFixesAtPosition (tsserver.js:118785:23)
    at Object.proxy.(anonymous function).args [as getCodeFixesAtPosition] (/Users/jaeraam/.vscode/extensions/visualstudioexptteam.vscodeintellicode-1.1.3/node_modules/@vsintellicode/typescript-intellicode-plugin/lib/vscode/index.js:24:43)
    at IOSession.Session.getCodeFixes (tsserver.js:126938:64)
    at Session.handlers.ts.createMapFromTemplate._a.(anonymous function) (tsserver.js:125743:61)
    at tsserver.js:127107:88
    at IOSession.Session.executeWithRequestId (tsserver.js:127098:28)
    at IOSession.Session.executeCommand (tsserver.js:127107:33)
    at IOSession.Session.onMessage (tsserver.js:127129:35)
    at Interface.<anonymous> (tsserver.js:128390:27)
    at Interface.emit (events.js:182:13)
    at Interface._onLine (readline.js:290:10)
    at Interface._normalWrite (readline.js:433:12)
    at Socket.ondata (readline.js:149:10)
    at Socket.emit (events.js:182:13)
    at addChunk (_stream_readable.js:279:12)
    at readableAddChunk (_stream_readable.js:264:11)
    at Socket.Readable.push (_stream_readable.js:219:10)
    at Pipe.onread (net.js:636:20): Error: TypeScript Server Error (3.3.1)
Error processing request. Cannot read property 'parent' of undefined
TypeError: Cannot read property 'parent' of undefined
    at Object.deleteDeclaration (tsserver.js:109407:56)
    at _loop_9 (tsserver.js:109026:47)
    at ChangeTracker.finishDeleteDeclarations (tsserver.js:109033:21)
    at ChangeTracker.getChanges (tsserver.js:109053:22)
    at Function.ChangeTracker.with (tsserver.js:108598:32)
    at Object.getCodeActions (tsserver.js:113223:68)
    at tsserver.js:109583:121
    at Object.flatMap (tsserver.js:504:25)
    at Object.getFixes (tsserver.js:109583:23)
    at tsserver.js:118787:35
    at Object.flatMap (tsserver.js:504:25)
    at Object.getCodeFixesAtPosition (tsserver.js:118785:23)
    at Object.proxy.(anonymous function).args [as getCodeFixesAtPosition] (/Users/jaeraam/.vscode/extensions/visualstudioexptteam.vscodeintellicode-1.1.3/node_modules/@vsintellicode/typescript-intellicode-plugin/lib/vscode/index.js:24:43)
    at IOSession.Session.getCodeFixes (tsserver.js:126938:64)
    at Session.handlers.ts.createMapFromTemplate._a.(anonymous function) (tsserver.js:125743:61)
    at tsserver.js:127107:88
    at IOSession.Session.executeWithRequestId (tsserver.js:127098:28)
    at IOSession.Session.executeCommand (tsserver.js:127107:33)
    at IOSession.Session.onMessage (tsserver.js:127129:35)
    at Interface.<anonymous> (tsserver.js:128390:27)
    at Interface.emit (events.js:182:13)
    at Interface._onLine (readline.js:290:10)
    at Interface._normalWrite (readline.js:433:12)
    at Socket.ondata (readline.js:149:10)
    at Socket.emit (events.js:182:13)
    at addChunk (_stream_readable.js:279:12)
    at readableAddChunk (_stream_readable.js:264:11)
    at Socket.Readable.push (_stream_readable.js:219:10)
    at Pipe.onread (net.js:636:20)
	at v.dispatchResponse (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features/dist/extension.js:1:178103)
	at v.dispatchMessage (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features/dist/extension.js:1:176857)
	at constructor._reader.onData.e (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features/dist/extension.js:1:176213)
	at e.fire (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:44:113)
	at t.Reader.onLengthData (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features/dist/extension.js:1:182286)
	at Socket.t.Reader.constructor.e.on.e (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features/dist/extension.js:1:181934)
	at Socket.emit (events.js:182:13)
	at addChunk (_stream_readable.js:279:12)
	at readableAddChunk (_stream_readable.js:264:11)
	at Socket.Readable.push (_stream_readable.js:219:10)
	at Pipe.onread (net.js:636:20)
2log.ts:173   ERR Data tree node not found: [object Object]: Error: Data tree node not found: [object Object]
    at i.e.getDataNode (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1037:266)
    at i.<anonymous> (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1034:703)
    at file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:33:935
    at Object.next (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:34:33)
    at file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:33:160
    at new Promise (<anonymous>)
    at i (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:32:952)
    at i.e.expand (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1034:342)
    at Array.<anonymous> (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:5627:417)
    at t (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:105:891)
    at process._tickCallback (internal/process/next_tick.js:68:7)
2log.ts:173   ERR Data tree node not found: [object Object]: Error: Data tree node not found: [object Object]
    at i.e.getDataNode (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1037:266)
    at i.<anonymous> (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1034:703)
    at file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:33:935
    at Object.next (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:34:33)
    at file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:33:160
    at new Promise (<anonymous>)
    at i (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:32:952)
    at i.e.expand (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1034:342)
    at Array.<anonymous> (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:5627:417)
    at t (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:105:891)
log.ts:173   ERR Data tree node not found: [object Object]: Error: Data tree node not found: [object Object]
    at i.e.getDataNode (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1037:266)
    at i.<anonymous> (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1034:703)
    at file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:33:935
    at Object.next (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:34:33)
    at file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:33:160
    at new Promise (<anonymous>)
    at i (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:32:952)
    at i.e.expand (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1034:342)
    at Array.<anonymous> (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:5627:417)
    at t (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:105:891)
    at process._tickCallback (internal/process/next_tick.js:68:7)
log.ts:173   ERR Data tree node not found: [object Object]: Error: Data tree node not found: [object Object]
    at i.e.getDataNode (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1037:266)
    at i.<anonymous> (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1034:703)
    at file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:33:935
    at Object.next (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:34:33)
    at file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:33:160
    at new Promise (<anonymous>)
    at i (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:32:952)
    at i.e.expand (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1034:342)
    at Array.<anonymous> (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:5627:417)
    at t (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:105:891)
console.ts:134 [Extension Host] (node:95240) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
t.log @ console.ts:134
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Create file systemwatcher with pattern */python
console.ts:134 [Extension Host] Python Extension: Create file systemwatcher with pattern */*/python
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Register Intepreter Watcher, Class name = f, Arg 1: <Uri:/Users/jaeraam/Documents/work/ML/keras/learn/first.py>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Build the workspace interpreter watcher, Class name = h, Arg 1: <Uri:/Users/jaeraam/Documents/work/ML/keras/learn/first.py>, Return Value: <Return value cannot be serialized for logging>
console.ts:134 [Extension Host] Python Extension: Rule = settings, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from settings
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Rule = settings, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from settings
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Create file systemwatcher with pattern */python
console.ts:134 [Extension Host] Python Extension: Create file systemwatcher with pattern */*/python
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Register Intepreter Watcher, Class name = f, Arg 1: <Uri:/Users/jaeraam/Documents/work/golang/src/bitbucket.org/tekion/iotTunnel>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Build the workspace interpreter watcher, Class name = h, Arg 1: <Uri:/Users/jaeraam/Documents/work/golang/src/bitbucket.org/tekion/iotTunnel>, Return Value: <Return value cannot be serialized for logging>
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/learn/first.py.git
24console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource>
2console.ts:134 [Extension Host] Python Extension: Interpreters returned by PipEnvService are of count 0
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:134 [Extension Host] Python Extension: Interpreters returned by VirtualEnvService are of count 0
2console.ts:134 [Extension Host] Python Extension: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:134 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from workspaceEnvs
console.ts:134 [Extension Host] Python Extension: Current value for rule system is {"architecture":3,"path":"/usr/local/bin/python3","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"bc8dbc9752d932c8022cf489468a3a84ef03e616a811fea890fa377baf8567af6c686aa393962e9afd5429ba18e4a6e17ac12e1a0cf70246e528cf12aceca3dd","type":"Unknown","displayName":"Python 3.7.0 64-bit"}
console.ts:134 [Extension Host] Python Extension: Current value for rule currentPath is {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}
console.ts:134 [Extension Host] Python Extension: Current value for rule windowsRegistry is nothing
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}
console.ts:134 [Extension Host] Python Extension: Interpreters returned by PipEnvService are of count 0
console.ts:134 [Extension Host] Python Extension: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:134 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from workspaceEnvs
console.ts:134 [Extension Host] Python Extension: Current value for rule system is {"architecture":3,"path":"/usr/local/bin/python3","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"bc8dbc9752d932c8022cf489468a3a84ef03e616a811fea890fa377baf8567af6c686aa393962e9afd5429ba18e4a6e17ac12e1a0cf70246e528cf12aceca3dd","type":"Unknown","displayName":"Python 3.7.0 64-bit"}
console.ts:134 [Extension Host] Python Extension: Current value for rule currentPath is {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}
console.ts:134 [Extension Host] Python Extension: Current value for rule windowsRegistry is nothing
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}
4console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:134 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:134 [Extension Host] Python Extension: Rule = cachedInterpreters, result = exit
3console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:/Users/jaeraam/Documents/work/ML/keras/learn/first.py>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Rule = windowsRegistry, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from windowsRegistry
console.ts:134 [Extension Host] Python Extension: Rule = settings, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from settings
2console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:/Users/jaeraam/Documents/work/ML/keras/learn/first.py>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from currentPath, {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown","cachedEntry":true}
console.ts:134 [Extension Host] Python Extension: Current value for rule system is {"architecture":3,"path":"/usr/local/bin/python3","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"bc8dbc9752d932c8022cf489468a3a84ef03e616a811fea890fa377baf8567af6c686aa393962e9afd5429ba18e4a6e17ac12e1a0cf70246e528cf12aceca3dd","type":"Unknown","displayName":"Python 3.7.0 64-bit"}
console.ts:134 [Extension Host] Python Extension: Current value for rule currentPath is {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown","cachedEntry":true}
console.ts:134 [Extension Host] Python Extension: Current value for rule windowsRegistry is nothing
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown","cachedEntry":true}
console.ts:134 [Extension Host] Python Extension: Listing packages for stable for Python-Language-Server-osx-x64
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/learn/first.py
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/learn/first.py.git
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from system, {"architecture":3,"path":"/usr/local/bin/python3","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"bc8dbc9752d932c8022cf489468a3a84ef03e616a811fea890fa377baf8567af6c686aa393962e9afd5429ba18e4a6e17ac12e1a0cf70246e528cf12aceca3dd","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.0 64-bit"}
console.ts:134 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:134 [Extension Host] Python Extension: Rule = cachedInterpreters, result = exit
3console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:/Users/jaeraam/Documents/work/golang/src/bitbucket.org/tekion/iotTunnel>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Rule = windowsRegistry, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from windowsRegistry
console.ts:134 [Extension Host] Python Extension: Rule = settings, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from settings
2console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:/Users/jaeraam/Documents/work/golang/src/bitbucket.org/tekion/iotTunnel>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from currentPath, {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown","cachedEntry":true}
console.ts:134 [Extension Host] Python Extension: Current value for rule system is {"architecture":3,"path":"/usr/local/bin/python3","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"bc8dbc9752d932c8022cf489468a3a84ef03e616a811fea890fa377baf8567af6c686aa393962e9afd5429ba18e4a6e17ac12e1a0cf70246e528cf12aceca3dd","type":"Unknown","displayName":"Python 3.7.0 64-bit"}
console.ts:134 [Extension Host] Python Extension: Current value for rule currentPath is {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown","cachedEntry":true}
console.ts:134 [Extension Host] Python Extension: Current value for rule windowsRegistry is nothing
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown","cachedEntry":true}
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from system, {"architecture":3,"path":"/usr/local/bin/python3","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"bc8dbc9752d932c8022cf489468a3a84ef03e616a811fea890fa377baf8567af6c686aa393962e9afd5429ba18e4a6e17ac12e1a0cf70246e528cf12aceca3dd","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.0 64-bit"}
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:134 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:134 [Extension Host] Python Extension: Rule = currentPath, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from currentPath
console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:/Users/jaeraam/Documents/work/ML/keras/learn/first.py>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:134 [Extension Host] Python Extension: Rule = cachedInterpreters, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from cachedInterpreters
console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:/Users/jaeraam/Documents/work/ML/keras/learn/first.py>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Interpreters returned by PipEnvService are of count 0
console.ts:134 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"/usr/local/bin/python3","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"bc8dbc9752d932c8022cf489468a3a84ef03e616a811fea890fa377baf8567af6c686aa393962e9afd5429ba18e4a6e17ac12e1a0cf70246e528cf12aceca3dd","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.0 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:134 [Extension Host] Python Extension: Rule = system, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from system
console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:/Users/jaeraam/Documents/work/ML/keras/learn/first.py>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:134 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from workspaceEnvs
console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:/Users/jaeraam/Documents/work/ML/keras/learn/first.py>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:134 [Extension Host] Python Extension: Rule = currentPath, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from currentPath
console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:/Users/jaeraam/Documents/work/golang/src/bitbucket.org/tekion/iotTunnel>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:134 [Extension Host] Python Extension: Rule = cachedInterpreters, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from cachedInterpreters
console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:/Users/jaeraam/Documents/work/golang/src/bitbucket.org/tekion/iotTunnel>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Interpreters returned by PipEnvService are of count 0
console.ts:134 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"/usr/local/bin/python3","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"bc8dbc9752d932c8022cf489468a3a84ef03e616a811fea890fa377baf8567af6c686aa393962e9afd5429ba18e4a6e17ac12e1a0cf70246e528cf12aceca3dd","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.0 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:134 [Extension Host] Python Extension: Rule = system, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from system
console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:/Users/jaeraam/Documents/work/golang/src/bitbucket.org/tekion/iotTunnel>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:134 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from workspaceEnvs
console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:/Users/jaeraam/Documents/work/golang/src/bitbucket.org/tekion/iotTunnel>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Interpreters returned by KnownPathsService are of count 23
console.ts:134 [Extension Host] Python Extension: Interpreters returned by CurrentPathService are of count 6
3console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:134 [Extension Host] Python Extension: Listing Nuget Packages, Class name = h, Arg 1: "https://pvsc.blob.core.windows.net", Arg 2: "python-language-server-stable", Arg 3: "Python-Language-Server-osx-x64", Arg 4: "https://pvsc.azureedge.net", Return Value: [{"package":"Python-Language-Server-osx-x64.0.1.78.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-osx-x64.0.1.78.nupkg","version":{"loose":true,"raw":"0.1.78","major":0,"minor":1,"patch":78,"prerelease":[],"build":[],"version":"0.1.78"}},{"package":"Python-Language-Server-osx-x64.0.1.80.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-osx-x64.0.1.80.nupkg","version":{"loose":true,"raw":"0.1.80","major":0,"minor":1,"patch":80,"prerelease":[],"build":[],"version":"0.1.80"}}]
console.ts:134 [Extension Host] Python Extension: Get latest language server nuget package version, Class name = v, , Return Value: {"package":"Python-Language-Server-osx-x64.0.1.80.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-osx-x64.0.1.80.nupkg","version":{"loose":true,"raw":"0.1.80","major":0,"minor":1,"patch":80,"prerelease":[],"build":[],"version":"0.1.80"}}
console.ts:134 [Extension Host] Python Extension: Get latest version of Language Server, Class name = g, , Return Value: {"package":"Python-Language-Server-osx-x64.0.1.80.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-osx-x64.0.1.80.nupkg","version":{"loose":true,"raw":"0.1.80","major":0,"minor":1,"patch":80,"prerelease":[],"build":[],"version":"0.1.80"}}
console.ts:134 [Extension Host] Python Extension: Get language server folder name, Class name = g, , Return Value: "languageServer.0.1.80"
console.ts:134 [Extension Host] Python Extension: Listing packages for stable for Python-Language-Server-osx-x64
console.ts:134 [Extension Host] Python Extension: Interpreters returned by CondaEnvFileService are of count 1
console.ts:134 [Extension Host] Python Extension: Interpreters returned by CondaEnvService are of count 2
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: true
console.ts:134 [Extension Host] Python Extension: Hide locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: All locators have completed locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Listing Nuget Packages, Class name = h, Arg 1: "https://pvsc.blob.core.windows.net", Arg 2: "python-language-server-stable", Arg 3: "Python-Language-Server-osx-x64", Arg 4: "https://pvsc.azureedge.net", Return Value: [{"package":"Python-Language-Server-osx-x64.0.1.78.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-osx-x64.0.1.78.nupkg","version":{"loose":true,"raw":"0.1.78","major":0,"minor":1,"patch":78,"prerelease":[],"build":[],"version":"0.1.78"}},{"package":"Python-Language-Server-osx-x64.0.1.80.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-osx-x64.0.1.80.nupkg","version":{"loose":true,"raw":"0.1.80","major":0,"minor":1,"patch":80,"prerelease":[],"build":[],"version":"0.1.80"}}]
console.ts:134 [Extension Host] Python Extension: Get latest language server nuget package version, Class name = v, , Return Value: {"package":"Python-Language-Server-osx-x64.0.1.80.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-osx-x64.0.1.80.nupkg","version":{"loose":true,"raw":"0.1.80","major":0,"minor":1,"patch":80,"prerelease":[],"build":[],"version":"0.1.80"}}
console.ts:134 [Extension Host] Python Extension: Get latest version of Language Server, Class name = g, , Return Value: {"package":"Python-Language-Server-osx-x64.0.1.80.nupkg","uri":"https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-osx-x64.0.1.80.nupkg","version":{"loose":true,"raw":"0.1.80","major":0,"minor":1,"patch":80,"prerelease":[],"build":[],"version":"0.1.80"}}
console.ts:134 [Extension Host] Python Extension: Get language server folder name, Class name = g, , Return Value: "languageServer.0.1.80"
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/learn/first.py
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:134 [Extension Host] Python Extension: Get language server folder name, Class name = g, , Return Value: "languageServer.0.1.80"
console.ts:134 [Extension Host] Python Extension: Starting Language Server, Class name = p, , Return Value: undefined
2console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/learn/first.py
console.ts:134 [Extension Host] Python Extension: Rule = settings, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from settings
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Interpreters returned by PipEnvService are of count 0
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: true
console.ts:134 [Extension Host] Python Extension: Hide locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: All locators have completed locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:134 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from workspaceEnvs
console.ts:134 [Extension Host] Python Extension: Current value for rule system is {"architecture":3,"path":"/usr/local/bin/python3","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"bc8dbc9752d932c8022cf489468a3a84ef03e616a811fea890fa377baf8567af6c686aa393962e9afd5429ba18e4a6e17ac12e1a0cf70246e528cf12aceca3dd","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.0 64-bit"}
console.ts:134 [Extension Host] Python Extension: Current value for rule currentPath is {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown","cachedEntry":true}
console.ts:134 [Extension Host] Python Extension: Current value for rule windowsRegistry is nothing
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown","cachedEntry":true}
console.ts:134 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown","cachedEntry":true}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:134 [Extension Host] Python Extension: Rule = cachedInterpreters, result = exit
3console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Rule = windowsRegistry, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from windowsRegistry
console.ts:134 [Extension Host] Python Extension: Rule = settings, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from settings
2console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource>
2console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: undefined, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from currentPath, {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Create file systemwatcher with pattern */python
console.ts:134 [Extension Host] Python Extension: Create file systemwatcher with pattern */*/python
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Register Intepreter Watcher, Class name = f, Arg 1: undefined, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Build the workspace interpreter watcher, Class name = h, Arg 1: undefined, Return Value: <Return value cannot be serialized for logging>
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from system, {"architecture":3,"path":"/usr/local/bin/python3","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"bc8dbc9752d932c8022cf489468a3a84ef03e616a811fea890fa377baf8567af6c686aa393962e9afd5429ba18e4a6e17ac12e1a0cf70246e528cf12aceca3dd","type":"Unknown","displayName":"Python 3.7.0 64-bit"}
console.ts:134 [Extension Host] Python Extension: Current value for rule system is {"architecture":3,"path":"/usr/local/bin/python3","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"bc8dbc9752d932c8022cf489468a3a84ef03e616a811fea890fa377baf8567af6c686aa393962e9afd5429ba18e4a6e17ac12e1a0cf70246e528cf12aceca3dd","type":"Unknown","displayName":"Python 3.7.0 64-bit"}
console.ts:134 [Extension Host] Python Extension: Current value for rule currentPath is {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}
console.ts:134 [Extension Host] Python Extension: Current value for rule windowsRegistry is nothing
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}
console.ts:134 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:134 [Extension Host] Python Extension: Rule = currentPath, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from currentPath
console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: undefined, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"/usr/local/bin/python3","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"bc8dbc9752d932c8022cf489468a3a84ef03e616a811fea890fa377baf8567af6c686aa393962e9afd5429ba18e4a6e17ac12e1a0cf70246e528cf12aceca3dd","type":"Unknown","displayName":"Python 3.7.0 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:134 [Extension Host] Python Extension: Rule = system, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from system
console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: undefined, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:134 [Extension Host] Python Extension: Rule = cachedInterpreters, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from cachedInterpreters
console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: undefined, Return Value: undefined
2console.ts:134 [Extension Host] Python Extension: Interpreters returned by PipEnvService are of count 0
2console.ts:134 [Extension Host] Python Extension: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: true
console.ts:134 [Extension Host] Python Extension: Hide locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: All locators have completed locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from workspaceEnvs, Nothing Selected
console.ts:134 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from workspaceEnvs
console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: undefined, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Current value for rule workspaceEnvs is nothing
console.ts:134 [Extension Host] �[34m[2019-03-04 19:28:31.894] [TRACE] extension - �[39monConfigurationChange
console.ts:134 [Extension Host] �[34m[2019-03-04 19:28:31.894] [TRACE] extension - �[39mgetConfiguration
console.ts:134 [Extension Host] �[36m[2019-03-04 19:28:31.894] [DEBUG] extension - �[39mgetConfiguration { onStartup: true,
  dontShowPortAlreadyInUseError: false,
  port: 52698,
  host: '127.0.0.1' }
console.ts:134 [Extension Host] �[34m[2019-03-04 19:28:31.895] [TRACE] extension - �[39mhasConfigurationChanged
console.ts:134 [Extension Host] �[36m[2019-03-04 19:28:31.895] [DEBUG] extension - �[39mhasConfigurationChanged? false
2console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/learn/first.py
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML
console.ts:134 [Extension Host] Python Extension: Changes in python settings detected in analysis options, Class name = y, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/learn/first.py
console.ts:134 [Extension Host] �[34m[2019-03-04 19:28:53.109] [TRACE] extension - �[39monConfigurationChange
console.ts:134 [Extension Host] �[34m[2019-03-04 19:28:53.109] [TRACE] extension - �[39mgetConfiguration
console.ts:134 [Extension Host] �[36m[2019-03-04 19:28:53.109] [DEBUG] extension - �[39mgetConfiguration { onStartup: true,
  dontShowPortAlreadyInUseError: false,
  port: 52698,
  host: '127.0.0.1' }
console.ts:134 [Extension Host] �[34m[2019-03-04 19:28:53.109] [TRACE] extension - �[39mhasConfigurationChanged
console.ts:134 [Extension Host] �[36m[2019-03-04 19:28:53.110] [DEBUG] extension - �[39mhasConfigurationChanged? false
console.ts:134 [Extension Host] Python Extension: Stopping Language Server, Class name = v, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/learn/first.py
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML
console.ts:134 [Extension Host] Python Extension: Changes in python settings detected in analysis options, Class name = y, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/learn/first.py
notificationsAlerts.ts:40 Formatter autopep8 is not installed. Install?
t.onDidNotificationChange @ notificationsAlerts.ts:40
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Create file systemwatcher with pattern */python
console.ts:134 [Extension Host] Python Extension: Create file systemwatcher with pattern */*/python
console.ts:134 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Register Intepreter Watcher, Class name = f, Arg 1: <Uri:/Users/jaeraam/Documents/work/ML/keras>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Build the workspace interpreter watcher, Class name = h, Arg 1: <Uri:/Users/jaeraam/Documents/work/ML/keras>, Return Value: <Return value cannot be serialized for logging>
console.ts:134 [Extension Host] Python Extension: Interpreters returned by PipEnvService are of count 0
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
console.ts:134 [Extension Host] Python Extension: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:134 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: true
console.ts:134 [Extension Host] Python Extension: Hide locator refreshing progress, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: All locators have completed locating, Class name = p, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/.vscode/settings.json
console.ts:134 [Extension Host] �[34m[2019-03-04 19:29:35.240] [TRACE] extension - �[39monConfigurationChange
console.ts:134 [Extension Host] �[34m[2019-03-04 19:29:35.240] [TRACE] extension - �[39mgetConfiguration
console.ts:134 [Extension Host] �[36m[2019-03-04 19:29:35.240] [DEBUG] extension - �[39mgetConfiguration { onStartup: true,
  dontShowPortAlreadyInUseError: false,
  port: 52698,
  host: '127.0.0.1' }
console.ts:134 [Extension Host] �[34m[2019-03-04 19:29:35.240] [TRACE] extension - �[39mhasConfigurationChanged
console.ts:134 [Extension Host] �[36m[2019-03-04 19:29:35.240] [DEBUG] extension - �[39mhasConfigurationChanged? false
2console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:134 [Extension Host] Python Extension: Changes in python settings detected in analysis options, Class name = y, , Return Value: undefined
2console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource>
6console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/learn/first.py
console.ts:134 [Extension Host] Python Extension: Rule = settings, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from settings
console.ts:134 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from workspaceEnvs
console.ts:134 [Extension Host] Python Extension: Current value for rule system is {"architecture":3,"path":"/usr/local/bin/python3","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"bc8dbc9752d932c8022cf489468a3a84ef03e616a811fea890fa377baf8567af6c686aa393962e9afd5429ba18e4a6e17ac12e1a0cf70246e528cf12aceca3dd","type":"Unknown","displayName":"Python 3.7.0 64-bit"}
console.ts:134 [Extension Host] Python Extension: Current value for rule currentPath is {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}
console.ts:134 [Extension Host] Python Extension: Current value for rule windowsRegistry is nothing
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}
console.ts:134 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:134 [Extension Host] Python Extension: Rule = cachedInterpreters, result = exit
3console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:/Users/jaeraam/Documents/work/ML/keras>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras
console.ts:134 [Extension Host] Python Extension: Rule = windowsRegistry, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from windowsRegistry
console.ts:134 [Extension Host] Python Extension: Rule = settings, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from settings
console.ts:134 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from workspaceEnvs
3console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:/Users/jaeraam/Documents/work/ML/keras>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from currentPath, {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from system, {"architecture":3,"path":"/usr/local/bin/python3","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"bc8dbc9752d932c8022cf489468a3a84ef03e616a811fea890fa377baf8567af6c686aa393962e9afd5429ba18e4a6e17ac12e1a0cf70246e528cf12aceca3dd","type":"Unknown","displayName":"Python 3.7.0 64-bit"}
console.ts:134 [Extension Host] Python Extension: Current value for rule system is {"architecture":3,"path":"/usr/local/bin/python3","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"bc8dbc9752d932c8022cf489468a3a84ef03e616a811fea890fa377baf8567af6c686aa393962e9afd5429ba18e4a6e17ac12e1a0cf70246e528cf12aceca3dd","type":"Unknown","displayName":"Python 3.7.0 64-bit"}
console.ts:134 [Extension Host] Python Extension: Current value for rule currentPath is {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}
console.ts:134 [Extension Host] Python Extension: Current value for rule windowsRegistry is nothing
console.ts:134 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}
console.ts:134 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:134 [Extension Host] Python Extension: Rule = currentPath, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from currentPath
console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:/Users/jaeraam/Documents/work/ML/keras>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"/usr/local/bin/python3","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"bc8dbc9752d932c8022cf489468a3a84ef03e616a811fea890fa377baf8567af6c686aa393962e9afd5429ba18e4a6e17ac12e1a0cf70246e528cf12aceca3dd","type":"Unknown","displayName":"Python 3.7.0 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:134 [Extension Host] Python Extension: Rule = system, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from system
console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:/Users/jaeraam/Documents/work/ML/keras>, Return Value: undefined
console.ts:134 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7","version":{"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"fe547d0d8f4c1be8564ce225955547eb990358cba0c3e7c0c941887b0865b490490c9901120d545881a2b8ae09b80de7061bb3a1b4348f642096dd4c2eaa86eb","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:134 [Extension Host] Python Extension: Rule = cachedInterpreters, result = runNextRule
console.ts:134 [Extension Host] Python Extension: Executing next rule from cachedInterpreters
console.ts:134 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:/Users/jaeraam/Documents/work/ML/keras>, Return Value: undefined
console.ts:134 [Extension Host] �[34m[2019-03-04 19:30:24.915] [TRACE] extension - �[39monConfigurationChange
console.ts:134 [Extension Host] �[34m[2019-03-04 19:30:24.916] [TRACE] extension - �[39mgetConfiguration
console.ts:134 [Extension Host] �[36m[2019-03-04 19:30:24.916] [DEBUG] extension - �[39mgetConfiguration { onStartup: true,
  dontShowPortAlreadyInUseError: false,
  port: 52698,
  host: '127.0.0.1' }
console.ts:134 [Extension Host] �[34m[2019-03-04 19:30:24.916] [TRACE] extension - �[39mhasConfigurationChanged
console.ts:134 [Extension Host] �[36m[2019-03-04 19:30:24.916] [DEBUG] extension - �[39mhasConfigurationChanged? false
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/learn/first.py
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/learn/first.py
console.ts:134 [Extension Host] Python Extension: Changes in python settings detected in analysis options, Class name = y, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/learn/first.py
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, tasks
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, extension-output-#7
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras
4console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/learn/first.py
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Library/Application Support/Code/User/settings.json
console.ts:134 [Extension Host] �[34m[2019-03-04 19:33:11.614] [TRACE] extension - �[39monConfigurationChange
console.ts:134 [Extension Host] �[34m[2019-03-04 19:33:11.614] [TRACE] extension - �[39mgetConfiguration
console.ts:134 [Extension Host] �[36m[2019-03-04 19:33:11.614] [DEBUG] extension - �[39mgetConfiguration { onStartup: true,
  dontShowPortAlreadyInUseError: false,
  port: 52698,
  host: '127.0.0.1' }
console.ts:134 [Extension Host] �[34m[2019-03-04 19:33:11.614] [TRACE] extension - �[39mhasConfigurationChanged
console.ts:134 [Extension Host] �[36m[2019-03-04 19:33:11.614] [DEBUG] extension - �[39mhasConfigurationChanged? false
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/learn/first.py
console.ts:134 [Extension Host] Python Extension: Changes in python settings detected in analysis options, Class name = y, , Return Value: undefined
2console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras
6console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/learn/first.py
console.ts:134 [Extension Host] �[34m[2019-03-04 19:37:29.984] [TRACE] extension - �[39monConfigurationChange
console.ts:134 [Extension Host] �[34m[2019-03-04 19:37:29.984] [TRACE] extension - �[39mgetConfiguration
console.ts:134 [Extension Host] �[36m[2019-03-04 19:37:29.984] [DEBUG] extension - �[39mgetConfiguration { onStartup: true,
  dontShowPortAlreadyInUseError: false,
  port: 52698,
  host: '127.0.0.1' }
console.ts:134 [Extension Host] �[34m[2019-03-04 19:37:29.984] [TRACE] extension - �[39mhasConfigurationChanged
console.ts:134 [Extension Host] �[36m[2019-03-04 19:37:29.984] [DEBUG] extension - �[39mhasConfigurationChanged? false
3console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/learn/first.py
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras
console.ts:134 [Extension Host] Python Extension: Changes in python settings detected in analysis options, Class name = y, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Library/Application Support/Code/Workspaces/1549964057679/workspace.json
event.ts:434 [abb] potential listener LEAK detected, having 175 listeners already. MOST frequent listener (1):
e.check @ event.ts:434
_event._event @ event.ts:514
s @ styler.ts:57
t.attachInputBoxStyler @ styler.ts:100
t.renderTemplate @ settingsTree.ts:860
e.renderTemplate @ abstractTree.ts:221
(anonymous) @ listWidget.ts:957
e.renderTemplate @ listWidget.ts:957
e.alloc @ rowCache.ts:42
e.insertItemInDOM @ listView.ts:530
e.rerender @ listView.ts:1013
e.onScroll @ listView.ts:694
e.fire @ event.ts:569
(anonymous) @ scrollableElement.ts:177
e.fire @ event.ts:567
t._setState @ scrollable.ts:334
t.setScrollDimensions @ scrollable.ts:221
t.setScrollDimensions @ scrollableElement.ts:260
e.layout @ listView.ts:454
e.layout @ listWidget.ts:1305
e.layout @ abstractTree.ts:1012
t.layoutTrees @ settingsEditor2.ts:1234
t.layout @ settingsEditor2.ts:275
t.layout @ editorControl.ts:231
t.layout @ editorGroupView.ts:1393
e.layout @ gridview.ts:483
layout @ splitview.ts:211
(anonymous) @ splitview.ts:616
t.layoutViews @ splitview.ts:616
t.relayout @ splitview.ts:338
t.onViewChange @ splitview.ts:457
(anonymous) @ splitview.ts:201
(anonymous) @ event.ts:89
(anonymous) @ event.ts:56
e.fire @ event.ts:567
e.fire @ event.ts:569
t.doSetActiveControl @ editorControl.ts:148
t.doShowEditorControl @ editorControl.ts:86
t.openEditor @ editorControl.ts:66
t.doShowEditor @ editorGroupView.ts:792
t.doOpenEditor @ editorGroupView.ts:784
t.openEditor @ editorGroupView.ts:743
t.doCloseActiveEditor @ editorGroupView.ts:1034
t.doCloseEditor @ editorGroupView.ts:981
(anonymous) @ editorGroupView.ts:973
event.ts:435     at s (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1874:428)
    at Object.t.attachInputBoxStyler (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1874:910)
    at t.renderTemplate (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:4077:656)
    at e.renderTemplate (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:999:387)
    at file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:874:798
    at Array.map (<anonymous>)
    at e.renderTemplate (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:874:773)
    at e.alloc (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:177:207)
    at e.insertItemInDOM (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:428:686)
    at e.rerender (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:439:786)
    at e.onScroll (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:434:274)
    at e.fire (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:81:332)
    at file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:404:911
    at e.fire (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:81:312)
    at t._setState (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:212:817)
    at t.setScrollDimensions (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:210:923)
    at t.setScrollDimensions (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:407:198)
    at e.layout (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:427:294)
    at t.e.layout (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:884:135)
    at t.e.layout (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1017:99)
    at t.layoutTrees (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:4121:696)
    at t.layout (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:4101:131)
    at t.layout (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:3842:317)
    at t.layout (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:5355:785)
    at e.layout (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:470:446)
    at Object.layout (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:445:146)
    at file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:453:153
    at Array.forEach (<anonymous>)
    at t.layoutViews (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:453:124)
    at t.relayout (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:447:520)
    at t.onViewChange (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:449:901)
    at file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:444:737
    at file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:76:698
    at file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:75:996
    at e.fire (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:81:312)
    at e.fire (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:81:332)
    at t.doSetActiveControl (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:3841:328)
    at t.doShowEditorControl (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:3840:301)
    at t.openEditor (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:3839:961)
    at t.doShowEditor (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:5348:237)
    at t.doOpenEditor (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:5348:125)
    at t.openEditor (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:5347:585)
    at t.doCloseActiveEditor (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:5351:25)
    at t.doCloseEditor (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:5350:451)
    at file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:5350:293
e.check @ event.ts:435
_event._event @ event.ts:514
s @ styler.ts:57
t.attachInputBoxStyler @ styler.ts:100
t.renderTemplate @ settingsTree.ts:860
e.renderTemplate @ abstractTree.ts:221
(anonymous) @ listWidget.ts:957
e.renderTemplate @ listWidget.ts:957
e.alloc @ rowCache.ts:42
e.insertItemInDOM @ listView.ts:530
e.rerender @ listView.ts:1013
e.onScroll @ listView.ts:694
e.fire @ event.ts:569
(anonymous) @ scrollableElement.ts:177
e.fire @ event.ts:567
t._setState @ scrollable.ts:334
t.setScrollDimensions @ scrollable.ts:221
t.setScrollDimensions @ scrollableElement.ts:260
e.layout @ listView.ts:454
e.layout @ listWidget.ts:1305
e.layout @ abstractTree.ts:1012
t.layoutTrees @ settingsEditor2.ts:1234
t.layout @ settingsEditor2.ts:275
t.layout @ editorControl.ts:231
t.layout @ editorGroupView.ts:1393
e.layout @ gridview.ts:483
layout @ splitview.ts:211
(anonymous) @ splitview.ts:616
t.layoutViews @ splitview.ts:616
t.relayout @ splitview.ts:338
t.onViewChange @ splitview.ts:457
(anonymous) @ splitview.ts:201
(anonymous) @ event.ts:89
(anonymous) @ event.ts:56
e.fire @ event.ts:567
e.fire @ event.ts:569
t.doSetActiveControl @ editorControl.ts:148
t.doShowEditorControl @ editorControl.ts:86
t.openEditor @ editorControl.ts:66
t.doShowEditor @ editorGroupView.ts:792
t.doOpenEditor @ editorGroupView.ts:784
t.openEditor @ editorGroupView.ts:743
t.doCloseActiveEditor @ editorGroupView.ts:1034
t.doCloseEditor @ editorGroupView.ts:981
(anonymous) @ editorGroupView.ts:973
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras
console.ts:134 [Extension Host] �[34m[2019-03-04 19:41:02.078] [TRACE] extension - �[39monConfigurationChange
console.ts:134 [Extension Host] �[34m[2019-03-04 19:41:02.078] [TRACE] extension - �[39mgetConfiguration
console.ts:134 [Extension Host] �[36m[2019-03-04 19:41:02.078] [DEBUG] extension - �[39mgetConfiguration { onStartup: true,
  dontShowPortAlreadyInUseError: false,
  port: 52698,
  host: '127.0.0.1' }
console.ts:134 [Extension Host] �[34m[2019-03-04 19:41:02.078] [TRACE] extension - �[39mhasConfigurationChanged
console.ts:134 [Extension Host] �[36m[2019-03-04 19:41:02.078] [DEBUG] extension - �[39mhasConfigurationChanged? false
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras/learn/first.py
console.ts:134 [Extension Host] Python Extension: Changes in python settings detected in analysis options, Class name = y, , Return Value: undefined
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Library/Application Support/Code/User/settings.json
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Library/Application Support/Code/User/settings.json
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Library/Application Support/Code/User/settings.json
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, /Users/jaeraam/Documents/work/ML/keras
console.ts:134 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, extension-output-#7
@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Mar 4, 2019
@d3r3kk d3r3kk added the triage label Mar 4, 2019
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Mar 4, 2019
@ericsnowcurrently
Copy link

@Jeyanthinath, thanks for letting us know about this problem. It's likely that this is a bug in the language server, but before we go that route I'd like to reproduce the issue. Is this a problem with a multi-root workspace or with a normal, single-root workspace?

How does the location of the .vscode file factor into the problem you are seeing? Presumably it is in the workspace folder you have loaded. Note that the language server will only deal with files under your workspace root (i.e. where the .vscode directory is).

@ericsnowcurrently ericsnowcurrently added the info-needed Issue requires more information from poster label Mar 4, 2019
@Jeyanthinath
Copy link
Author

@ericsnowcurrently , its happening in multi-root folder structure , after I keep on adding other folders the python intellisense stopped working randomly .

If I open the python folder in a new single root folder structure it works

@ericsnowcurrently ericsnowcurrently added the area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. label Mar 13, 2019
@ericsnowcurrently
Copy link

Support for multi-root workspaces with the new language server was added in the most recent release of the extension. (See #3008.) Are you seeing the problem with the latest release? It looks like that's the one you are using. Are you using the new language server? See #3977 for instructions.

@Jeyanthinath
Copy link
Author

Jeyanthinath commented Mar 15, 2019

Language Server : Microsoft Python Language Server version 0.1.80.0 (latest as per package.json)

user settings:

"python.jediEnabled": false,

@ericsnowcurrently ericsnowcurrently removed the info-needed Issue requires more information from poster label Mar 18, 2019
@ericsnowcurrently
Copy link

Thanks for checking that, @Jeyanthinath. We will work on fixing the problem.

@ericsnowcurrently ericsnowcurrently added bug Issue identified by VS Code Team member as probable bug needs PR and removed triage labels Mar 18, 2019
@ericsnowcurrently ericsnowcurrently removed their assignment Mar 18, 2019
@raaaaaymond
Copy link

I'm having the same problem on VSCode 1.39.2, Microsoft Python Language Server version 0.4.79.0, Python 3.7.4, Windows 10.

@raaaaaymond
Copy link

As far as I can see, code analysis only works for 1 of the several roots I have in my workspace. The way the Language Server works out which root to use is by checking which file is displayed in the active tab during application start. You can influence which file will be active during application start, for example by ensuring that only 1 tab is open when you close the window, and the next time you start VSCode, the file in that tab will be open, and the Language Server will only analyse the Python code in the root folder that contains the active file. Intellisense will not work in other root folders.

@jornj
Copy link

jornj commented Nov 22, 2019

I have the exact same problem as described by @raaaaaymond.
This is with on Ubuntu 19.10 with VS Code 1.40.1 and Language Server 0.4.114.0. Verified with both Python 2.7 and Python 3.7.

To verify, clone the vscode_multi_workspace_bug_repro and use the 'Peek definition' for the different classes in the repo. This works for only one root.

Below is the output from "VS Code About':

Version: 1.40.1
Commit: 8795a9889db74563ddd43eb0a897a2384129a619
Date: 2019-11-13T16:49:30.162Z
Electron: 6.1.2
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Linux x64 5.0.0-32-generic snap

@kronerm
Copy link

kronerm commented Dec 20, 2019

Same issue. Only remedy seems to be to reopen vscode every time to switch the current root.

@luabud
Copy link
Member

luabud commented Mar 11, 2020

Closing in favour of #5132.

@luabud luabud closed this as completed Mar 11, 2020
@ghost ghost removed the needs PR label Mar 11, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Mar 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

8 participants