Revert "fix: in VSCode, correctly resolve relative paths to errors"

This commit is contained in:
Jonas Schievink
2022-10-14 09:28:44 +02:00
committed by GitHub
parent 36a70b7435
commit 55fdcbe339
6 changed files with 1 additions and 21 deletions

View File

@@ -128,7 +128,7 @@ export async function buildCargoTask(
name,
TASK_SOURCE,
exec,
["$rustc-run"]
["$rustc"]
);
}