microsoft / microsoft/typespec
IDE Fail safe it there is no direct errors in current document but fail in non-open imported ones
Open
ide
- Dominant language
- Java
- Stars
- 5.9k
- Forks
- 394
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 104
Description
Related to https://github.com/microsoft/cadl/issues/1440 where we might not be running later validation because of an error in a previous step. This is quite problematic in the IDE where the error in the previous step might be in another unopened file and then this cause all the validation in the current file to not run.
Maybe we can have the ide show something like:
- if there is errors but none if any of the opened files then show a "External error in that file preventing this from building"
Contributor guide
Assessment
This issue has not been assessed yet.