Skip to content

Commit

Permalink
docs: rustc problem matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
aspizu committed Jan 13, 2025
1 parent 8606001 commit 7d2488c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/editor-integration/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add to `.vscode/tasks.json`:
"tasks": [
{
"type": "goboscript-build",
"problemMatcher": ["$goboscript"],
"problemMatcher": ["$rustc"],
"group": {
"kind": "build",
"isDefault": true
Expand Down

0 comments on commit 7d2488c

Please sign in to comment.