Michael James
Michael James
Apologies if this is considered a duplicate of https://github.com/microsoft/typescript-go/issues/765 -- but I believe it is slightly different due to a lack of `compilerOptions.jsx` support in typescript-go (vs `compilerOptions.jsxImportSource`)... The company...
simple repro: ```jsonc // tsconfig.base.json { "compilerOptions": { "types": [] }, } // tsconfig.json { "compilerOptions": { "types": null }, "extends": "./tsconfig.base.json" } ``` then run the below and note...
I'm attempting to use `pprof-it` to profile the TypeScript language server (TS v5). I get the error below which I believe means it needs to be built for the Electron...
Apologies if we're reporting this too early but we're excited to use the `typescript-go` LSP at Canva when it's ready. We have a TS project with 90k+ files within it....
The `tsgo` LSP is currently [hardcoded to look for `tsconfig.json` files](https://github.com/microsoft/typescript-go/blob/1b88303de8ad861566d479b0bcf5b88874494536/internal/project/service.go#L493) for figuring out project configuration for a given source file (similar to TSv5). My request is to make the...
manually running `>TypeScript Native Preview: Restart Language Server` can sometimes cause the LSP to fail to shutdown. I'm presented with the following error dialog in VS Code when this occurs....
### Bug report `http-proxy-middleware` attempts to handle request when response has already been sent by `webpack-dev-middleware`. fixing this should be as simple as adding a check on `res.headersSent` to the...
### Bug report Error using `devServer. devMiddleware.etag: "weak"` with `devServer.static` causes webpack-dev-server to crash with the following runtime error (`[email protected]`) ``` Error: Cannot set headers after they are sent to...
We have a project with 98k+ files in it here at Canva. When I attempt to run find-all refs for a `Button` symbol used 16k+ times within the project it...
### Extension Version 0.20251203.1 ### VS Code Version 1.106.3 (Universal) ### Operating system Version MacOS ### Steps to reproduce Attempt to use find refs against `symbolA` in https://github.com/mjames-c/tsgo-playground ### Issue...