Skip to content

Commit

Permalink
[vscode] tasks: problemMatcher python
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Oct 4, 2024
1 parent f1c38e6 commit 7e9fab8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"label": "edgedb_pydantic_codegen",
"type": "shell",
"command": "poetry run edgedb-pydantic-codegen nanapi/database/",
"group": "build"
"problemMatcher": "$python",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}

0 comments on commit 7e9fab8

Please sign in to comment.