-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Labels
Description
After updating to Python version 3.14, this bug appeared:
~/.config/cudatext/py/cuda_lsp/lsp_modules/pydantic/fields.py", line 576, in _set_default_and_type raise errors_.ConfigError(f'unable to infer type for attribute "{self.name}"') pydantic.errors.ConfigError: unable to infer type for attribute "result" ERROR: Exception in CudaText for cuda_lsp.on_open: ConfigError: unable to infer type for attribute "result"
OS: Manjaro x64
CudaText 1.232.0.4, linux-x86_64-gtk2, fpc 3.2.3
File: lsp_py.json
{ "lexers": { "Python": "python" }, "cmd_unix": ["pylsp"] }
Reactions are currently unavailable