kalsky
kalsky
That's because in the example, it says to add to settings.py the dictionary called DJANGO_CLOUD_TASKS, And after this dictionary there is a comma which makes it a tuple. Remove the...
Another thing that is not documented is that you also need to have the following key in your settings.py: DJANGO_CLOUD_TASKS_HANDLER_SECRET = 'some_secret_key' This value will be added to the task...
When I try to use @server.feature(TEXT_DOCUMENT_SEMANTIC_TOKENS) I see in the logs that it registers it as a provider, but nothing gets to this function. When I try to use @server.feature(TEXT_DOCUMENT_SEMANTIC_TOKENS_FULL)...