Disable unused type warnings for type used inside of records (#492)

* Do not show warning for types used in records

* Exclude .vscode in .gitignore

* Update CHANGELOG.md
This commit is contained in:
Gaith Hallak
2023-11-27 12:12:24 +03:00
committed by GitHub
parent 03d6dd6ca2
commit cdbd430f23
5 changed files with 10 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
include paths are now always relative to the file containing the `include` statement.
### Removed
### Fixed
- Disable unused type warnings for types used inside of records.
## [7.4.0]
### Changed