ffi-navigator icon indicating copy to clipboard operation
ffi-navigator copied to clipboard

Results 4 ffi-navigator issues
Sort by recently updated
recently updated
newest added

Hi, When I installed FFI Navigator vscode extension and pip install ffi-navigator, then restart vscode. This error comes out. Is there anyone to meet this before and how can I...

error log: Traceback (most recent call last): File "C:\Users\Admin\AppData\Roaming\Python\Python39\site-packages\pyls_jsonrpc\endpoint.py", line 113, in consume self._handle_request(message['id'], message['method'], message.get('params')) File "C:\Users\Admin\AppData\Roaming\Python\Python39\site-packages\pyls_jsonrpc\endpoint.py", line 182, in _handle_request handler_result = handler(params) File "C:\Users\Admin\AppData\Roaming\Python\Python39\site-packages\pyls_jsonrpc\dispatchers.py", line 23, in...

`pyls` we depend on has not been active https://github.com/palantir/python-language-server Emacs lsp-mode also says `pyls` is deprecated https://emacs-lsp.github.io/lsp-mode/page/lsp-pyls/ Apparently, [pyright](https://github.com/microsoft/pyright) is a popular lang server right now. Probably we should support...

TypeError: startswith first arg must be str or a tuple of str, not NoneType ![2022-11-28_103645](https://user-images.githubusercontent.com/8529512/204180041-1bc75c0b-8a6d-4be4-aaec-e91dc64c97a4.jpg)