Skip to content

Commit

Permalink
Do not run tests with --no-color
Browse files Browse the repository at this point in the history
The output looks good in recent VSCode
Fixes #422
  • Loading branch information
lukaszsamson committed Jun 23, 2024
1 parent 160e08a commit 23165d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,7 @@ export async function runTest(
});
}

// as of vscode 1.85 ANSI is not fully supported
const COMMON_ARGS = [
"--no-color",
"--formatter",
"ElixirLS.DebugAdapter.ExUnitFormatter",
];
Expand Down

0 comments on commit 23165d9

Please sign in to comment.