15 lines
243 B
JSON
15 lines
243 B
JSON
{
|
|
"favorites": [
|
|
"/home/brasse",
|
|
"/home/brasse/test",
|
|
"/home"
|
|
],
|
|
"text_editor": "msedit",
|
|
"custom_menu_items": [
|
|
{
|
|
"name": "Open In VS Code",
|
|
"command": "code $[path]",
|
|
"applies_to": "Both"
|
|
}
|
|
]
|
|
} |