Makes TypeScript LSP servers work with Claude Code on Windows. Supports both the official typescript-lsp plugin (uses typescript-language-server) and the third-party vtsls plugin from claude-code-lsps (uses vtsls).
Related issues:
Makes TypeScript LSP servers work with Claude Code on Windows. Supports both the official typescript-lsp plugin (uses typescript-language-server) and the third-party vtsls plugin from claude-code-lsps (uses vtsls).
Related issues:
| var http = require("http"); | |
| function log() { | |
| var args = [].slice.call(arguments); | |
| args.unshift(process.uptime()+"s:"); | |
| console.log.apply(console, args); | |
| } | |
| var agent = new http.Agent({ | |
| keepAlive: true, |