Skip to content

Commit 676c79d

Browse files
committed
Add stub command for remembering kv files
1 parent 88d371e commit 676c79d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,16 @@
294294
"light": "./icons/start-light.svg",
295295
"dark": "./icons/start-dark.svg"
296296
}
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+
}
297307
}
298308
],
299309
"menus": {

0 commit comments

Comments
 (0)