# ts-langserver-repro **Repository Path**: mirrors_felixfbecker/ts-langserver-repro ## Basic Information - **Project Name**: ts-langserver-repro - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Reproduces issue https://github.com/theia-ide/typescript-language-server/issues/89 With Node 11 installed, run ```sh npm install npm run build node dist/main.js ``` This will spawn the language server, initialize it and send a hover request for the `test` function in `src/test.ts`. The hover should come back with the contents of the docblock, but it is empty.