{"id":20424023,"url":"https://github.com/nhedger/vscode-ts-esbuild-problem-matchers","last_synced_at":"2026-04-16T23:02:07.621Z","repository":{"id":104029168,"uuid":"481655526","full_name":"nhedger/vscode-ts-esbuild-problem-matchers","owner":"nhedger","description":"Problem matchers for TypeScript projects using esbuild","archived":false,"fork":false,"pushed_at":"2022-04-14T16:27:40.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-15T14:58:23.068Z","etag":null,"topics":["esbuild","problem-matcher","typescript","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=nhedger.ts-esbuild-problem-matchers","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nhedger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-14T15:28:04.000Z","updated_at":"2022-04-14T16:11:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"6da6f135-3217-424e-ad77-0dfb98116eaf","html_url":"https://github.com/nhedger/vscode-ts-esbuild-problem-matchers","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhedger%2Fvscode-ts-esbuild-problem-matchers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhedger%2Fvscode-ts-esbuild-problem-matchers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhedger%2Fvscode-ts-esbuild-problem-matchers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhedger%2Fvscode-ts-esbuild-problem-matchers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nhedger","download_url":"https://codeload.github.com/nhedger/vscode-ts-esbuild-problem-matchers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241966980,"owners_count":20050324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["esbuild","problem-matcher","typescript","vscode","vscode-extension"],"created_at":"2024-11-15T07:08:28.271Z","updated_at":"2026-04-16T23:02:02.515Z","avatar_url":"https://github.com/nhedger.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypeScript esbuild problem matchers\n\nThis [Visual Studio Code extension] provides problem matchers for TypeScript\nprojects built with [esbuild].\n\n## Problem matchers\n\nThe following problem matchers are available and work out of the box.\n\n- `$ts-esbuild` (when running esbuild normally)\n- `$ts-esbuild-watch` (when running esbuild in `--watch` mode)\n\n## Usage\n\nHere's an example of how to use both problem matchers in your `tasks.json` file.\n\n```json\n{\n    \"version\": \"2.0.0\",\n    \"tasks\": [\n        {\n            \"type\": \"npm\",\n            \"script\": \"build\",\n            \"group\": \"build\",\n            \"problemMatcher\": [\"$ts-esbuild\"]\n        },\n        {\n            \"type\": \"npm\",\n            \"script\": \"watch\",\n            \"group\": \"build\",\n            \"isBackground\": true,\n            \"problemMatcher\": [\"$ts-esbuild-watch\"]\n        }\n    ]\n}\n```\n\n## Compatibility\n\nThe problem matchers have been tested on the latest version of esbuild available\nat the time, which is: `0.14`. If the matchers stop working in a future version,\nplease open an issue or a pull request so it can be kept up to date.\n\n[esbuild]: https://esbuild.github.io\n[Visual Studio Code extension]: https://marketplace.visualstudio.com/items?itemName=nhedger.ts-esbuild-problem-matchers\n\n## License\n\nThis extension is open-sourced software licensed under the [MIT license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhedger%2Fvscode-ts-esbuild-problem-matchers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhedger%2Fvscode-ts-esbuild-problem-matchers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhedger%2Fvscode-ts-esbuild-problem-matchers/lists"}