python-language-server icon indicating copy to clipboard operation
python-language-server copied to clipboard

Configure workspace/didChangeConfiguration by default

Open smekkley opened this issue 4 years ago • 0 comments

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.

smekkley avatar May 15 '21 00:05 smekkley