Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>sxy-test-runner status fileNew to Visual Studio Code? Get it now.
sxy-test-runner status file

sxy-test-runner status file

Robert Sandiford

|
1 install
| (0) | Free
Syntax highlighting for sxy-test-runner status files (.sxys)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

sxy-test-runner status file highlighting

Syntax highlighting for the status file written by sxy-test-runner --status-file <file> (watch.statusFile in the config). Applies to any file ending .sxys or .sxyt-status, and to a file named sxyt-status or .sxyt-status.

1 - 2 tests failed
2026-08-03 20:14:52 +01:00
Tests: 8/10
Items: 4/5
Test Files: 1/2
Failures:
  f: tests/users.test.js
    d: creating a user
      t: rejects a duplicate email
        e: AssertionError: expected 409 to equal 200
1,204ms

The colours are sxy-test-runner's own rather than the theme's, so the file reads like the terminal whatever theme is active:

part colour
status line 0, and complete tallies (3/3) #20d970 mediumgreen
status line non-zero, short tallies (8/10), e: errors #e0444c mediumred
d: describe thing #1E90FF brightblue
f: / d: / t: / e: prefixes, tally labels #C0C0C0 lightgrey
timestamp, duration, (...) tally detail, the -1 line grey
f: file paths and t: test names your normal foreground

They ship as configurationDefaults. If you already have an editor.tokenColorCustomizations block with top-level textMateRules in settings.json, VS Code replaces these rather than merging, and the file will show no colour - copy the rules from this extension's package.json into your own block to restore them.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft