Skip to content

Commit

Permalink
Let the extension use the Dafny server to track changes in dfyconfig.… (
Browse files Browse the repository at this point in the history
#435)

### Changes
- Let the extension use the Dafny server to track changes in
`dfyconfig.toml` files

### Testing
- Manually assert that changes in `dfyconfig.toml` files are picked up
instantly, without saving the file.
- Assert that only opening the `dfyconfig.toml` already publishes
diagnotics
  • Loading branch information
keyboardDrummer committed Sep 20, 2023
1 parent 9578afe commit b42c02e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
],
"extensions": [
".dfy",
".dfyi"
".dfyi",
"dfyconfig.toml"
],
"configuration": "./language-configuration.json"
}
Expand Down

0 comments on commit b42c02e

Please sign in to comment.