We believe the issue has been resolved, if not, please do open a new issue.
Locking this issue, to ensure we create a new issue.
Issue Type: Bug
I have python script which imports some libraries from subdirectories like this:
from easylog import EasyLog
from lib.fclib.misc import *
from lib.fclib.datelib import timestamp
with this directory hierachy:
myscript.py
lib
|-__init__.py
|-fclib
|-__init__.py
|-misc.py
|-datelib.py
But VSCODE shows warnings like "unresolved import 'lib.fclib.misc' Python(unresolved-import)". And the functions in the libs have so many warnings about the codes.
Extension version: 2018.12.1
VS Code version: Code 1.30.1 (dea8705087adb1b5e5ae1d9123278e178656186a, 2018-12-18T18:12:07.165Z)
OS version: Windows_NT x64 10.0.16299
System Info
| Item |
Value |
| CPUs |
Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz (4 x 2594) |
| GPU Status |
2d_canvas: enabled checker_imaging: disabled_off flash_3d: enabled flash_stage3d: enabled flash_stage3d_baseline: enabled gpu_compositing: enabled multiple_raster_threads: enabled_on native_gpu_memory_buffers: disabled_software rasterization: enabled video_decode: enabled video_encode: enabled webgl: enabled webgl2: enabled |
| Memory (System) |
7.88GB (1.36GB free) |
| Process Argv |
|
| Screen Reader |
no |
| VM |
67% |
We believe the issue has been resolved, if not, please do open a new issue.
Locking this issue, to ensure we create a new issue.
Issue Type: Bug
I have python script which imports some libraries from subdirectories like this:
with this directory hierachy:
But VSCODE shows warnings like "unresolved import 'lib.fclib.misc' Python(unresolved-import)". And the functions in the libs have so many warnings about the codes.
Extension version: 2018.12.1
VS Code version: Code 1.30.1 (dea8705087adb1b5e5ae1d9123278e178656186a, 2018-12-18T18:12:07.165Z)
OS version: Windows_NT x64 10.0.16299
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled