Skip to content

Commit

Permalink
Merge pull request #4 from jabraham17/add-breakpoints
Browse files Browse the repository at this point in the history
Allows users to set breakpoints in Chapel code

[Reviewed by @ShreyasKhandekar]
  • Loading branch information
jabraham17 authored Feb 29, 2024
2 parents 043d49a + d008726 commit 1745d79
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 1745d79

Please sign in to comment.