feat: Only show ctrl-s when idle (#1299)

This commit is contained in:
N. Taylor Mullen
2025-06-22 16:57:53 +01:00
committed by GitHub
parent cb76b08e31
commit 3c656cfbc6
2 changed files with 10 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
"test:integration:sandbox:docker": "GEMINI_SANDBOX=docker node integration-tests/run-tests.js",
"test:integration:sandbox:podman": "GEMINI_SANDBOX=podman node integration-tests/run-tests.js",
"start": "node scripts/start.js",
"debug": "cross-env DEBUG=1 node scripts/start.js",
"debug": "cross-env DEBUG=1 node --inspect-brk scripts/start.js",
"lint:fix": "eslint . --fix && eslint integration-tests --fix",
"lint": "eslint . --ext .ts,.tsx && eslint integration-tests",
"typecheck": "npm run typecheck --workspaces --if-present",