Improve language server detection for workspace folders #111
Annotations
2 errors
tests/env/restart.test.ts > The design system is reloaded when the CSS changes ($watcher):
packages/tailwindcss-language-server/tests/env/restart.test.ts#L74
AssertionError: expected null to deeply equal { contents: { …(2) }, range: { …(2) } }
- Expected:
{
"contents": {
"language": "css",
"value": ".text-primary {
color: var(--color-primary) /* #bada55 */;
}",
},
"range": {
"end": {
"character": 24,
"line": 0,
},
"start": {
"character": 12,
"line": 0,
},
},
}
+ Received:
null
❯ Object.handle tests/env/restart.test.ts:74:20
❯ runTest src/testing/index.ts:48:5
|
Run Tests - Node v18 / ubuntu-latest
Process completed with exit code 1.
|