ts-shu

Results 4 comments of ts-shu

Hi @heejaechang, hope all is well, and thanks for your work on vscode Is `python.analysis.watchForLibraryChanges` no longer valid as of Pylance v2025.8.3?

Hi, confirming still seeing the same as well as of v1.0.35 Is the fix here: https://github.com/anthropics/claude-code/issues/2412#issuecomment-3002255433 unreleased or a regression? Thanks!

> Hi all - we added support for tool search behind an env var. To try it, please set `ENABLE_TOOL_SEARCH=true` and make sure that `ENABLE_EXPERIMENTAL_MCP_CLI=false`. Please let us know if...

And notably `claude` on crashing can itself cause this corruption to the `known_marketplaces.json` because it uses a non-atomic write when writing to it, e.g., ``` X = openSync(path, "w"); writeSync(X,...