Skip to content

Commit

Permalink
allow users to set breakpoints
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Feb 28, 2024
1 parent 043d49a commit d008726
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
"configuration": "./chapel-ast-language-configuration.json"
}
],
"breakpoints": [
{
"language": "chapel"
}
],
"snippets": [
{
"language": "chapel",
Expand Down

0 comments on commit d008726

Please sign in to comment.