Skip to content

Commit

Permalink
Fix installation of VS Code extension
Browse files Browse the repository at this point in the history
Ref. eng/recordflux/RecordFlux#1544
  • Loading branch information
treiher committed Mar 5, 2024
1 parent d04fc70 commit 0830840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Parsing of messages that depend on fraction comparisons in PyRFLX (AdaCore/RecordFlux#981, eng/recordflux/RecordFlux#981)
- Installation of VS Code extension (eng/recordflux/RecordFlux#1544)

## [0.19.0] - 2024-02-29

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ include = [
{ path = "rflx/lang/py.typed" },
]
exclude = [
"rflx/ide/vscode",
"rflx/ide/vscode/*",
"rflx/lang/librflxlang.so",
]

Expand Down

0 comments on commit 0830840

Please sign in to comment.