aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsoaos <soaos@soaos.dev>2026-01-29 20:16:57 -0500
committersoaos <soaos@soaos.dev>2026-01-29 20:16:57 -0500
commita9645599eb02260cd1179766cfb9f718d1b1ab1b (patch)
tree358c936ab8f2d6fd607f2ec939c92bfb2e528a2d /package.json
parent248f89c80eddf5f01cc78b9011d62a3c83801d1c (diff)
Server url config, utility commands, better build task completion detection
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
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"
}
}
}