Pass URI to configuration call not a file path (#982) #101
Annotations
2 errors and 1 warning
tests/env/workspace-folders.test.ts > workspace: basic, v4/basic > added workspaces can provide hovers:
packages/tailwindcss-language-server/tests/env/workspace-folders.test.ts#L75
AssertionError: expected null to deeply equal { contents: { …(2) }, range: { …(2) } }
- Expected:
Object {
"contents": Object {
"language": "css",
"value": ".bg-cool {
--tw-bg-opacity: 1;
background-color: rgb(0 0 255 / var(--tw-bg-opacity)) /* #0000ff */;
}",
},
"range": Object {
"end": Object {
"character": 19,
"line": 0,
},
"start": Object {
"character": 12,
"line": 0,
},
},
}
+ Received:
null
❯ tests/env/workspace-folders.test.ts:75:19
|
publish
Process completed with exit code 1.
|
publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|