Skip to content

Fix problem with too many ripgrep processes being spawned by VSCode #50

Fix problem with too many ripgrep processes being spawned by VSCode

Fix problem with too many ripgrep processes being spawned by VSCode #50

Triggered via pull request March 28, 2025 23:58
Status Failure
Total duration 3m 57s
Artifacts

ci.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors
tests/document-links/document-links.test.js > basic > file does not exist: packages/tailwindcss-language-server/tests/document-links/document-links.test.js#L14
AssertionError: expected null to deeply equal [ { …(2) } ] - Expected: [ { "range": { "end": { "character": 27, "line": 0, }, "start": { "character": 8, "line": 0, }, }, "target": "file:///d%3A/a/tailwindcss-intellisense/tailwindcss-intellisense/packages/tailwindcss-language-server/tests/fixtures/basic/does-not-exist.js", }, ] + Received: null ❯ tests/document-links/document-links.test.js:14:19
Run Tests - Node v22 / windows-latest
Process completed with exit code 1.
tests/colors/colors.test.js > basic > opacity modifier: packages/tailwindcss-language-server/tests/colors/colors.test.js#L20
AssertionError: expected [] to deeply equal [ Array(1) ] - Expected + Received - [ - { - "color": { - "alpha": 0.2, - "blue": 0.26666666666666666, - "green": 0.26666666666666666, - "red": 0.9372549019607843, - }, - "range": { - "end": { - "character": 25, - "line": 0, - }, - "start": { - "character": 12, - "line": 0, - }, - }, - }, - ] + [] ❯ tests/colors/colors.test.js:20:19
tests/colors/colors.test.js > basic > arbitrary value: packages/tailwindcss-language-server/tests/colors/colors.test.js#L20
AssertionError: expected [] to deeply equal [ { range: { …(2) }, …(1) } ] - Expected + Received - [ - { - "color": { - "alpha": 1, - "blue": 0, - "green": 0, - "red": 1, - }, - "range": { - "end": { - "character": 20, - "line": 0, - }, - "start": { - "character": 12, - "line": 0, - }, - }, - }, - ] + [] ❯ tests/colors/colors.test.js:20:19
tests/colors/colors.test.js > basic > arbitrary value and opacity modifier: packages/tailwindcss-language-server/tests/colors/colors.test.js#L20
AssertionError: expected [] to deeply equal [ { range: { …(2) }, …(1) } ] - Expected + Received - [ - { - "color": { - "alpha": 0.5, - "blue": 0, - "green": 0, - "red": 1, - }, - "range": { - "end": { - "character": 26, - "line": 0, - }, - "start": { - "character": 12, - "line": 0, - }, - }, - }, - ] + [] ❯ tests/colors/colors.test.js:20:19
tests/colors/colors.test.js > basic > oklch colors are parsed: packages/tailwindcss-language-server/tests/colors/colors.test.js#L20
AssertionError: expected [] to deeply equal [ Array(1) ] - Expected + Received - [ - { - "color": { - "alpha": 1, - "blue": 0.14005415620741646, - "green": 0, - "red": 0.9475942429386454, - }, - "range": { - "end": { - "character": 35, - "line": 0, - }, - "start": { - "character": 12, - "line": 0, - }, - }, - }, - ] + [] ❯ tests/colors/colors.test.js:20:19
tests/colors/colors.test.js > basic > gradient utilities show colors: packages/tailwindcss-language-server/tests/colors/colors.test.js#L20
AssertionError: expected [] to deeply equal [ { range: { …(2) }, …(1) }, …(5) ] - Expected + Received - [ - { - "color": { - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "range": { - "end": { - "character": 22, - "line": 0, - }, - "start": { - "character": 12, - "line": 0, - }, - }, - }, - { - "color": { - "alpha": 0.5, - "blue": 0, - "green": 0, - "red": 0, - }, - "range": { - "end": { - "character": 36, - "line": 0, - }, - "start": { - "character": 23, - "line": 0, - }, - }, - }, - { - "color": { - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "range": { - "end": { - "character": 46, - "line": 0, - }, - "start": { - "character": 37, - "line": 0, - }, - }, - }, - { - "color": { - "alpha": 0.5, - "blue": 0, - "green": 0, - "red": 0, - }, - "range": { - "end": { - "character": 59, - "line": 0, - }, - "start": { - "character": 47, - "line": 0, - }, - }, - }, - { - "color": { - "alpha": 1, - "blue": 0, - "green": 0, - "red": 0, - }, - "range": { - "end": { - "character": 68, - "line": 0, - }, - "start": { - "character": 60, - "line": 0, - }, - }, - }, - { - "color": { - "alpha": 0.5, - "blue": 0, - "green": 0, - "red": 0, - }, - "range": { - "end": { - "character": 80, - "line": 0, - }, - "start": { - "character": 69, - "line": 0, - }, - }, - }, - ] + [] ❯ tests/colors/colors.test.js:20:19
Run Tests - Node v18 / windows-latest
Process completed with exit code 1.