Not all typescript problems are found/visible in the problem panel #8268
Labels
bug
[core label]
diagnostics
Feedback for diagnostics, error messages, logs, etc
language
An umbrella label for all programming languages syntax behaviors
setting
Feedback for preferences, configuration, etc
typescript
TypeScript programming language support
Check for existing issues
Describe the bug / provide steps to reproduce it
The problem panel only show a certain amount of problems while the command
tsc --noEmit --skipLibCheck
will show all the problems found.Environment
Maybe a way to specify a command for problems but I would expect the editor to automatically run
tsc
when in a Typescript project.VSCode has for example a
typescript.tsserver.experimental.enableProjectDiagnostics
option. (microsoft/vscode#13953)While one solution would be to just run
tsc
in a terminal, it's not possible for now to split a terminal panel (in v.0.123.3) vertically and thus isn't practical to have to choose between having the server or the problems visible at any time.If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.If you only need the most recent lines, you can run the
zed: open log
command palette action to see the last 1000.No response
The text was updated successfully, but these errors were encountered: