Closed rwols closed 4 years ago
const configRequestParam = { items: [{ scopeUri: textDocument.uri, section: textDocument.languageId }] };
It seems like it's using textDocument.languageId
so did we sent this wrong earlier? I can't see the problem here. Check your languages configuration.
It was a bug in my session-views branch.
I'm getting this:
Traceback from console:
'section'
should be a string according to the spec, so I don't know where vscode-css-language-server is getting this from: