microsoft / python-language-server

Microsoft Language Server for Python
Apache License 2.0
910 stars 130 forks source link

Configure workspace/didChangeConfiguration by default #2147

Open smekkley opened 3 years ago

smekkley commented 3 years ago

Currently, lsc client is required to return the following json to prevent server from crashing by default.

{ 'python': { 'analysis': { 'errors': [], 'warnings': [], 'information': [], 'disabled': [] } } }

When there is no config received, make sure to fallback to default.