From a9645599eb02260cd1179766cfb9f718d1b1ab1b Mon Sep 17 00:00:00 2001 From: soaos Date: Thu, 29 Jan 2026 20:16:57 -0500 Subject: Server url config, utility commands, better build task completion detection --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 84ed623..77cb4ae 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,20 @@ ], "main": "./out/extension.js", "contributes": { + "commands": [ + { + "title": "Buttplug: ASS BLAST", + "command": "buttplug.assblast" + }, + { + "title": "Buttplug: Killswitch", + "command": "buttplug.killswitch" + }, + { + "title": "Buttplug: Reconnect", + "command": "buttplug.reconnect" + } + ], "configuration": { "title": "buttplug", "type": "object", @@ -52,6 +66,10 @@ "minimum": 0, "maximum": 1, "default": 0.5 + }, + "buttplug.serverAddress": { + "description": "URL for Intiface Central server websocket connection", + "default": "ws://127.0.0.1:12345" } } } -- cgit v1.2.3