Skip to content

Pylint Incorrect Error #4299

@nadrojisk

Description

@nadrojisk

Environment data

  • VS Code version: 1.30.2
  • Extension version (available under the Extensions sidebar): 4.5
  • OS and version: Windows 10 Ver 1809
  • Python version (& distribution if applicable, e.g. Anaconda): 3.72
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
  • Relevant/affected Python packages and their versions: N/A

Expected behaviour

Trying to import a sibling modules, after appending to the path to allow this it should not give an error in pylint. The code should run successfully.

Actual behaviour

Pylint says there is an error. Yet, I can perfectly run the code and it gives me the desired output.
pylint_error

Steps to reproduce:

  1. Directory Structure:
    ----- dir
    ----------sub
    -----------------test.py
    ----------foo.py
*foo.py*
def foo():
     print("foo")


*test.py*
import os,sys
sys.path.append(os.path.dirnam(sys.path[0]))
from foo import foo

foo()

Logs

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

##########Linting Output - pylint##########
************* Module DemoWeatherScript
4,0,error,import-error:Unable to import 'WeatherScraper'

------------------------------------------------------------------

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

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)

 INFO no standard startup: not just one window
extensionHost.ts:329 [Extension Host] debugger listening on port 28877
extensionHost.ts:235 Extension Host
extensionHost.ts:236 Debugger listening on ws://127.0.0.1:28877/1ee948e0-407a-4574-b17a-82398351321d
For help see https://nodejs.org/en/docs/inspector

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: 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.exe
console.ts:134 [Extension Host] Python Extension: Create file systemwatcher with pattern *\*\python.exe
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
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Register Intepreter Watcher, Class name = f, Arg 1: <Uri:c:\Users\Jordan\Documents\GitHub\LakeFish\Weather\Demos\DemoWeatherScript.py>, Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Build the workspace interpreter watcher, Class name = h, Arg 1: <Uri:c:\Users\Jordan\Documents\GitHub\LakeFish\Weather\Demos\DemoWeatherScript.py>, Return Value: <Return value cannot be serialized for logging>
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Rule = settings, result = runNextRule
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Executing next rule from settings
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Executing next rule from workspaceEnvs
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Detection of Python Interpreter for Command python3.7 and args  failed
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Detection of Python Interpreter for Command python3.6 and args  failed
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Detection of Python Interpreter for Command python3 and args  failed
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Detection of Python Interpreter for Command python2 and args  failed
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Current value for rule system is {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.2 64-bit"}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Current value for rule currentPath is {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","type":"Unknown"}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource>
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Interpreters returned by CondaEnvFileService are of count 0
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Interpreters returned by PipEnvService are of count 0
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Interpreters returned by CondaEnvService are of count 0
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Interpreters returned by VirtualEnvService are of count 0
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Rule = cachedInterpreters, result = exit
3/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:c:\Users\Jordan\Documents\GitHub\LakeFish>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, c:\Users\Jordan\Documents\GitHub\LakeFish
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Rule = settings, result = runNextRule
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Executing next rule from settings
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Executing next rule from workspaceEnvs
2/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:c:\Users\Jordan\Documents\GitHub\LakeFish>, Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, c:\Users\Jordan\Documents\GitHub\LakeFish\Weather\Demos\DemoWeatherScript.py
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Selected Interpreter from windowsRegistry, {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Selected Interpreter from currentPath, {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","type":"Unknown","cachedEntry":true}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Current value for rule system is {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.2 64-bit"}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Current value for rule currentPath is {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","type":"Unknown","cachedEntry":true}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Detection of Python Interpreter for Command py and args -2 failed as file Python 2 not found!

 -3.7-64 does not exist
t.log @ /C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Detection of Python Interpreter for Command py and args -3.6 failed as file Python 3.6 not found!

 -3.7-64 does not exist
t.log @ /C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Interpreters returned by KnownPathsService are of count 1
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Interpreters returned by WorkspaceVirtualEnvService are of count 0
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Selected Interpreter from system, {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.2 64-bit"}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Rule = settings, result = runNextRule
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Executing next rule from settings
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Executing next rule from workspaceEnvs
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Rule = windowsRegistry, result = runNextRule
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Executing next rule from windowsRegistry
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Rule = currentPath, result = runNextRule
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Executing next rule from currentPath
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Rule = cachedInterpreters, result = runNextRule
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Executing next rule from cachedInterpreters
3/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:c:\Users\Jordan\Documents\GitHub\LakeFish>, Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Current value for rule system is {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.2 64-bit"}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Current value for rule currentPath is {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","type":"Unknown","cachedEntry":true}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.2 64-bit"}, Arg 2: undefined, Return Value: false
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Rule = system, result = runNextRule
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Executing next rule from system
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: <Uri:c:\Users\Jordan\Documents\GitHub\LakeFish>, Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Interpreters returned by CurrentPathService are of count 4
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Rule = cachedInterpreters, result = exit
3/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Rule = settings, result = runNextRule
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Executing next rule from settings
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Rule = workspaceEnvs, result = runNextRule
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Executing next rule from workspaceEnvs
2/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource>
2/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: undefined, Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, <No Resource>
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Selected Interpreter from windowsRegistry, {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Selected Interpreter from currentPath, {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","type":"Unknown"}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Create file systemwatcher with pattern *\python.exe
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Create file systemwatcher with pattern *\*\python.exe
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Display locator refreshing progress, Class name = p, , Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Notify locators are locating, Class name = p, , Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: false
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Detected refreshing of Interpreters, Class name = p, Arg 1: {}, Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Register Intepreter Watcher, Class name = f, Arg 1: undefined, Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Build the workspace interpreter watcher, Class name = h, Arg 1: undefined, Return Value: <Return value cannot be serialized for logging>
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Current value for rule system is {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.2 64-bit"}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Current value for rule currentPath is {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","type":"Unknown"}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Selected Interpreter from system, {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.2 64-bit"}
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Current value for rule workspaceEnvs is nothing
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","type":"Unknown"}, Arg 2: undefined, Return Value: false
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Rule = windowsRegistry, result = runNextRule
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Executing next rule from windowsRegistry
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Rule = currentPath, result = runNextRule
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Executing next rule from currentPath
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Rule = cachedInterpreters, result = runNextRule
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Executing next rule from cachedInterpreters
3/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: undefined, Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Interpreters returned by PipEnvService are of count 0
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: setGlobalInterpreter, Class name = g, Arg 1: {"architecture":3,"path":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37\\python.exe","version":{"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"C:\\Users\\Jordan\\AppData\\Local\\Programs\\Python\\Python37","fileHash":"aa5d2efb7d3e232430d7314d71fc6ca34833f1f216063025b3eaeab90c1641f9621f484f25d1f583e6ee90e3340ef6d2ba6a971a97227e84e6e14cab2feb0850","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.2 64-bit"}, Arg 2: undefined, Return Value: false
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Rule = system, result = runNextRule
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Executing next rule from system
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: autoSelectInterpreter, Class name = g, Arg 1: undefined, Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Interpreters returned by WorkspaceVirtualEnvService are of count 0
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Interpreters returned by WindowsRegistryService are of count 1
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Checking whether locactors have completed locating, Class name = p, , Return Value: true
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Hide locator refreshing progress, Class name = p, , Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: All locators have completed locating, Class name = p, , Return Value: undefined
/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, c:\Users\Jordan\Documents\GitHub\LakeFish\Weather\Demos\DemoWeatherScript.py
12/C:/Users/Jordan/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:303 [Extension Host] Python Extension: Cached data exists getEnvironmentVariables, c:\Users\Jordan\Documents\GitHub\LakeFish

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions