diff options
| author | Edwin Cheng <edwin0cheng@gmail.com> | 2019-03-31 20:00:50 +0800 |
|---|---|---|
| committer | Edwin Cheng <edwin0cheng@gmail.com> | 2019-04-02 15:03:30 +0800 |
| commit | b3683df0cd67ca97c83f5a7ea58a780dbe4e1b8e (patch) | |
| tree | 19b36b1a771914586cf79dd4e141ebf7a6219e18 /editors/code/package.json | |
| parent | c2912892effbcf24d94da235b9ac0d2a7fccea5d (diff) | |
| download | rust-b3683df0cd67ca97c83f5a7ea58a780dbe4e1b8e.tar.gz rust-b3683df0cd67ca97c83f5a7ea58a780dbe4e1b8e.zip | |
Improve cargo-watch usage
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index facb633d9ad..240aff6c9bc 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -223,18 +223,6 @@ "${workspaceRoot}" ], "pattern": "$rustc" - }, - { - "name": "rustc-watch", - "fileLocation": [ - "relative", - "${workspaceRoot}" - ], - "background": { - "beginsPattern": "^\\[Running\\b", - "endsPattern": "^\\[Finished running\\b" - }, - "pattern": "$rustc" } ] } |
