microsoft / microsoft/typespec
[ide] misconfigured emiter in vscode won't be reported in vscode and it will also block the linter rules to run silently
Open
ide
- Dominant language
- Java
- Stars
- 5.9k
- Forks
- 394
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 104
Description
repro:
1. write some valid typespec and config an invalid emitter
2. No issue is reported in vscode about the invalid emitter
3. configure some linter rule
4. the linter won't take effect because the compile stopped for the invalid emitter. And there is no error shown in the vscode which tells user everything is good which is incorrect.
expected:
error reported for the invalid emitter
Contributor guide
Assessment
This issue has not been assessed yet.