{"id":15421506,"url":"https://github.com/prabirshrestha/typescript-language-server","last_synced_at":"2025-06-27T14:06:16.910Z","repository":{"id":137744475,"uuid":"99994941","full_name":"prabirshrestha/typescript-language-server","owner":"prabirshrestha","description":"Language Server Protocol implementation for Typescript via tsserver","archived":false,"fork":false,"pushed_at":"2023-12-15T05:36:51.000Z","size":30,"stargazers_count":24,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-19T18:13:30.557Z","etag":null,"topics":["language-server","language-server-protocol","tsserver","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prabirshrestha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-08-11T05:32:35.000Z","updated_at":"2024-07-01T08:14:56.000Z","dependencies_parsed_at":"2024-10-20T18:32:42.500Z","dependency_job_id":null,"html_url":"https://github.com/prabirshrestha/typescript-language-server","commit_stats":{"total_commits":52,"total_committers":2,"mean_commits":26.0,"dds":"0.019230769230769273","last_synced_commit":"c1f8a32dd5fca5ad284faec8308aa00f7a6fcad3"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/prabirshrestha/typescript-language-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabirshrestha%2Ftypescript-language-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabirshrestha%2Ftypescript-language-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabirshrestha%2Ftypescript-language-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabirshrestha%2Ftypescript-language-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prabirshrestha","download_url":"https://codeload.github.com/prabirshrestha/typescript-language-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabirshrestha%2Ftypescript-language-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262270429,"owners_count":23285164,"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":["language-server","language-server-protocol","tsserver","typescript"],"created_at":"2024-10-01T17:35:00.595Z","updated_at":"2025-06-27T14:06:16.880Z","avatar_url":"https://github.com/prabirshrestha.png","language":"TypeScript","readme":"# typescript-language-server\n[Language Server Protocol](https://github.com/Microsoft/language-server-protocol) implementation for Typescript via tsserver.cmd\n\n**:warning: Deprecated in favor of https://github.com/theia-ide/typescript-language-server :warning:**\n\n# Installing\n\n```sh\nnpm install -g typescript-language-server\n```\n\n# Running the language server\n\n```\ntypescript-language-server --stdio\n```\n\n**Note:** `typescript-language-server` requires `tsserver` to be in path. You can install using `npm install -g typescript`.\nIf you would like to use a different `tsserver` specify the absolute path using `--tserver-path`. Make sure to append `.cmd` if windows.\n\n## Options\n\n```\n$ typescript-language-server --help\n\n  Usage: typescript-language-server [options]\n\n\n  Options:\n\n    -V, --version           output the version number\n    --stdio                 use stdio\n    --node-ipc              use node-ipc\n    --socket \u003cport\u003e         use socket. example: --socket=5000\n    --tsserver-path \u003cpath\u003e  absolute path to tsserver. example: --tsserver-path=c:\\tsc\\tsserver\n    -h, --help              output usage information\n```\n\n# Supported Protocol features\n\n* textDocument/completion\n* textDocument/definition\n* textDocument/didChange\n* textDocument/didClose\n* textDocument/didOpen\n* textDocument/didSave\n* textDocument/documentSymbol\n* textDocument/hover\n* textDocument/rename\n* textDocument/references\n* workspace/symbol\n\n# Development\n\n### Build\n\n```sh\nnpm install\nnpm run build\n```\n\n### Watch\n\n```sh\nnpm install\nnpm run watch\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprabirshrestha%2Ftypescript-language-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprabirshrestha%2Ftypescript-language-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprabirshrestha%2Ftypescript-language-server/lists"}