pi-lens 2.0.3 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.ts +1 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -251,6 +251,7 @@ export default function (pi: ExtensionAPI) {
251
251
  encoding: "utf-8",
252
252
  timeout: 30000,
253
253
  shell: true,
254
+ maxBuffer: 32 * 1024 * 1024, // 32MB
254
255
  });
255
256
 
256
257
  const output = result.stdout || result.stderr || "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-lens",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Real-time code feedback for pi — TypeScript LSP, Biome, ast-grep, Ruff, TODO scanner, dead code, duplicate detection, type coverage",
5
5
  "repository": {
6
6
  "type": "git",