From 59192dbe502ccae5b8b507149caedb298f68543c Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Sun, 17 Sep 2023 01:09:58 +0200 Subject: [PATCH] remove old beat key from hover help --- src/documentation/inlineHelp.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/documentation/inlineHelp.ts b/src/documentation/inlineHelp.ts index 09bd731..1d34ec3 100644 --- a/src/documentation/inlineHelp.ts +++ b/src/documentation/inlineHelp.ts @@ -243,12 +243,6 @@ const completionDatabase: CompletionDatabase = { description: "Returns list index for the current bar (with wrapping)", example: "[0,1,2,3].bar()", }, - beat: { - name: "beat", - category: "patterns", - description: "Returns list index for the current beat (with wrapping)", - example: "[0,1,2,3].beat()", - }, room: { name: "room", category: "effect",