We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7903f commit 6b4de9dCopy full SHA for 6b4de9d
1 file changed
package.json
@@ -165,6 +165,22 @@
165
"description": "Automatically insert bullet points on new lines. Toggle with the Point Blank: Toggle Auto Bullets command."
166
}
167
168
+ },
169
+ "menus": {
170
+ "commandPalette": [
171
+ {
172
+ "command": "pointblank.expandTemplate",
173
+ "when": "false"
174
175
176
+ "command": "pointblank.tab",
177
178
179
180
+ "command": "pointblank.enterKey",
181
182
+ }
183
+ ]
184
185
},
186
"scripts": {
0 commit comments