Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index f1dd3aa79f..ccf62d002b 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1301,6 +1301,15 @@ "endsPattern": "^\\[Finished running\\b" }, "pattern": "$rustc" + }, + { + "name": "rustc-run", + "base": "$rustc", + "fileLocation": [ + "autoDetect", + "${command:rust-analyzer.cargoWorkspaceRootForCurrentRun}" + ], + "pattern": "$rustc-run" } ], "colors": [ |