Guest User

Untitled

a guest
Jan 17th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. "code-runner.executorMap": {
  2. "rust": "if cd $dir && cargo run 2>/dev/null; then echo 'executed with cargo.'; else cd $dir && rustc $fileName && $dir$fileNameWithoutExt; fi",
  3. }
Add Comment
Please, Sign In to add comment