We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d371e commit 676c79dCopy full SHA for 676c79d
package.json
@@ -294,6 +294,16 @@
294
"light": "./icons/start-light.svg",
295
"dark": "./icons/start-dark.svg"
296
}
297
+ },
298
+ {
299
+ "command": "kv.remember",
300
+ "title": "Remember file path as Valve KeyValue file",
301
+ "shortTitle": "Remember KeyValue File",
302
+ "category": "KeyValue",
303
+ "icon": {
304
+ "light": "./icons/start-light.svg",
305
+ "dark": "./icons/start-dark.svg"
306
+ }
307
308
],
309
"menus": {
0 commit comments