aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2019-03-31 13:00:50 +0100
committerEdwin Cheng <[email protected]>2019-04-02 08:03:30 +0100
commitb3683df0cd67ca97c83f5a7ea58a780dbe4e1b8e (patch)
tree19b36b1a771914586cf79dd4e141ebf7a6219e18 /editors/code/package.json
parentc2912892effbcf24d94da235b9ac0d2a7fccea5d (diff)
Improve cargo-watch usage
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index facb633d9..240aff6c9 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -223,18 +223,6 @@
223 "${workspaceRoot}" 223 "${workspaceRoot}"
224 ], 224 ],
225 "pattern": "$rustc" 225 "pattern": "$rustc"
226 },
227 {
228 "name": "rustc-watch",
229 "fileLocation": [
230 "relative",
231 "${workspaceRoot}"
232 ],
233 "background": {
234 "beginsPattern": "^\\[Running\\b",
235 "endsPattern": "^\\[Finished running\\b"
236 },
237 "pattern": "$rustc"
238 } 226 }
239 ] 227 ]
240 } 228 }