pretty-ts-errors icon indicating copy to clipboard operation
pretty-ts-errors copied to clipboard

🔵 Make TypeScript errors prettier and human-readable in VSCode 🎀

Results 36 pretty-ts-errors issues
Sort by recently updated
recently updated
newest added

- Issue Type: `Performance` - Extension Name: `pretty-ts-errors` - Extension Version: `0.5.4` - OS Version: `Darwin arm64 23.5.0` - VS Code version: `1.91.1` :warning: Make sure to **attach** this file...

This PR adds support of other languages (only for few errors). Supported: - Missing properties error - Overload error This PR partially supports: #27. Status (for backlog) Status: - I...

Type: Bug Open a larget typescript project with more than 5000 thousand files including node_modules Vscode tries to load typescript intelisense and takes too long to finish. It may take...

**Describe the bug** A clear and concise description of what the bug is. I am using Drizzle and Kysely together. I have a database schema with nearly 200 tables. I...

bug

**Describe the bug** A third-party-extension security rater (similar to Snyk) has given this repo's VS Code Extension a "medium" threat level due to: > Publisher didn't verify their listed domain...

bug

ts 1196: `Catch clause variable type annotation must be 'any' or 'unknown' if specified.` ref: https://typescript.tv/errors/#ts1196 ![image](https://github.com/user-attachments/assets/37016411-bc90-492e-b79c-d7608ab2f619) I have tried to debug and it just throws a error: ![image](https://github.com/user-attachments/assets/7132f4da-bb0e-49d7-8bd3-7308e2da2d7e) It...

bug