diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 18 |
1 files changed, 18 insertions, 0 deletions
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" } } } |
