-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dafny project file improvements (#475)
### Changes - No longer let the syntax definitions for .dfy files also be applied to dfyconfig.toml files - Activate extension when `.toml` file is opened, such as a `dfyconfig.toml` - Let the language client also operate on files ending in `dfyconfig.toml` ### Testing - Manually tested that only opening a `dfyconfig.toml` will already trigger the extension and provide diagnostics. - Manually tested that making changing in a `dfyconfig.toml` file causes diagnostics to be updated - Manually tested that syntax highlighting for `dfyconfig.toml` files works correctly.
- Loading branch information
1 parent
668ec8b
commit 24f83bd
Showing
3 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters