Skip to content

Commit 2e6d2ef

Browse files
committed
Do not skip other diagnostics on jedi syntax errors
1 parent 770fe74 commit 2e6d2ef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

anakinls/server.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,6 @@ def _validate(ls: LanguageServer, uri: str, script: Script = None):
362362
)
363363
for x in script.get_syntax_errors()
364364
]
365-
if result:
366-
ls.publish_diagnostics(uri, result)
367-
return
368365

369366
# pyflakes
370367
pyflakes_check(script._code, script.path,

0 commit comments

Comments
 (0)