File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def pyls_document_symbols(config, document):
37
37
not sym_full_name .startswith ('__main__' )):
38
38
continue
39
39
40
- if _include_def (d ) and document .path == d .module_path :
40
+ if _include_def (d ) and os . path . samefile ( document .path , d .module_path ) :
41
41
tuple_range = _tuple_range (d )
42
42
if tuple_range in exclude :
43
43
continue
Original file line number Diff line number Diff line change 10
10
'configparser; python_version<"3.0"' ,
11
11
'future>=0.14.0; python_version<"3"' ,
12
12
'backports.functools_lru_cache; python_version<"3.2"' ,
13
- 'jedi>=0.17.2,<0.18 .0' ,
13
+ 'jedi>=0.17.2,<0.19 .0' ,
14
14
'python-jsonrpc-server>=0.4.0' ,
15
15
'pluggy' ,
16
16
'ujson<=2.0.3 ; platform_system!="Windows" and python_version<"3.0"' ,
You can’t perform that action at this time.
0 commit comments