diff options
| author | soaos <soaos@soaos.dev> | 2026-01-29 20:16:57 -0500 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2026-01-29 20:16:57 -0500 |
| commit | a9645599eb02260cd1179766cfb9f718d1b1ab1b (patch) | |
| tree | 358c936ab8f2d6fd607f2ec939c92bfb2e528a2d /package.json | |
| parent | 248f89c80eddf5f01cc78b9011d62a3c83801d1c (diff) | |
Server url config, utility commands, better build task completion detection
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" } } } |
