From 02f8a5ec33b094d15619881e3d4c26a842383795 Mon Sep 17 00:00:00 2001 From: Takumi Shotoku Date: Sun, 2 Nov 2025 13:24:20 +0900 Subject: [PATCH] Expose `typeprof.toggle` in the Command Palette It's convenient to have keyboard-only access, so we'll expose the signature toggle in the Command Palette. --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index a0799de..4881f79 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,11 @@ "command": "typeprof.restart", "title": "Restart", "category": "TypeProf" + }, + { + "command": "typeprof.toggle", + "title": "Toggle Signature", + "category": "TypeProf" } ], "configuration": [