Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/src/run.ts')
-rw-r--r--editors/code/src/run.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/src/run.ts b/editors/code/src/run.ts
index cc2ecfa2d8..bdd8524313 100644
--- a/editors/code/src/run.ts
+++ b/editors/code/src/run.ts
@@ -151,6 +151,7 @@ export async function createTask(runnable: ra.Runnable, config: Config): Promise
definition,
runnable.label,
args,
+ config.problemMatcher,
config.cargoRunner,
true
);