@Astrantia commented on Fri Mar 15 2019
from .common.desired_capabilities import DesiredCapabilities
from .common.action_chains import ActionChains
from .common.touch_actions import TouchActions
[Info - 1:57:57 AM] Microsoft Python Language Server version 0.2.23.0
[Info - 1:57:57 AM] Initializing for C:\Python37\python.exe
Extension compiled from master.
Clicking CTRL and hovering over DesiredCapabilities, ActionChains, etc will not resolve. from . import A doesn't work in general with latest LS and latest extension
@Astrantia commented on Sat Mar 16 2019
@DonJayamanne can you reproduce this?
@Astrantia commented on Sat Mar 16 2019
This is critical because most modules are written like this, meaning that intellisense cant be used for those modules
python
import logging
import os
import shutil
import stat
import sys
import time
import traceback
from typing import List
from contextlib import contextmanager
from functools import partialmethod
Among the above imports, I only got unresoved import for sys and time. Others are OK.
Python 3.7.0 64-bit
VSCode 1.32.1
VSCode-Python 2019.3.6139
Same here I have unresolved import 'sys'
VSCode 1.32.3
Python 3.6.4
Folding into #726
Most helpful comment
python import logging import os import shutil import stat import sys import time import traceback from typing import List from contextlib import contextmanager from functools import partialmethodAmong the above imports, I only got
unresoved importforsysandtime. Others are OK.Python 3.7.0 64-bit
VSCode 1.32.1
VSCode-Python 2019.3.6139