mmshivesh / Python-Nova.novaextension

Python Extension for Panic's Nova editor for macOS
https://extensions.panic.com/extensions/works.creativecode/works.creativecode.python-nova/
22 stars 6 forks source link

Received cancel notification for unknown message #7

Open mmshivesh opened 3 years ago

mmshivesh commented 3 years ago

Warning message emitted by the Language server of the following format:

WARNING - pyls_jsonrpc.endpoint - Received cancel notification for unknown message id xxx

Breaks completions and linting. Related Issues open on the core LS implementation:

https://github.com/palantir/python-jsonrpc-server/issues/17 https://github.com/palantir/python-jsonrpc-server/issues/50