Skip to content

Commit

Permalink
fix(vscode): prettier (#3187)
Browse files Browse the repository at this point in the history
Remove extra commas in vscode tasks and launch
  • Loading branch information
tknickman committed Jan 5, 2023
1 parent de52778 commit ddbbbc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"preLaunchTask": "prepare turbo",
"program": "${workspaceRoot}/target/debug/turbo",
"args": ["build"],
"cwd": "${workspaceRoot}/examples/basic",
"cwd": "${workspaceRoot}/examples/basic"
}
]
}
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"type": "shell",
"label": "prepare turbo",
"command": "cargo build -p turbo"
},
}
]
}

0 comments on commit ddbbbc0

Please sign in to comment.