-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlauncher.json
More file actions
58 lines (56 loc) · 2.08 KB
/
launcher.json
File metadata and controls
58 lines (56 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"_note": "This file controls the Live CSS Editor launcher menu.",
"_tip": "You can edit this file to add, remove, or change items. Save it, then re-open the launcher to see your changes. No coding needed.",
"push_repos": [
{
"_note": "Use __project__ as a shortcut for this project's folder.",
"label": "Push live",
"description": "Commit and push Live CSS Editor to GitHub",
"path": "__project__",
"stage": ".",
"default_message": "Update Live CSS Editor"
},
{
"label": "Push moon",
"description": "Commit and push moon-lang (xcm-editor repo)",
"path": "/Users/mac/Desktop/xcm-editor",
"stage": "moon-lang/",
"default_message": "Update moon-lang"
},
{
"label": "Push gram",
"description": "Commit and push gram-model (gramcheck)",
"path": "/Users/mac/Documents/literature-in-ascii/co-edit-model/gramcheck",
"stage": ".",
"default_message": "Update gramcheck"
}
],
"tools": [
{
"_note": "script is relative to this project's folder, or an absolute path.",
"label": "Code Review",
"description": "Scan your code for issues and get a report",
"script": "__project__/dev-tools/code-review/run.sh"
},
{
"label": "DB Browser",
"description": "Browse and query your project databases",
"script": "__project__/dev-tools/db-browser/quick-launch.sh"
},
{
"label": "Auth: Smoke Email 2FA",
"description": "Run end-to-end email 2FA smoke test against xcm_auth (happy path + negative checks)",
"script": "__project__/page-builder/xcm_auth/smoke/smoke_email_2fa.ps1"
},
{
"label": "Auth: Reset Dev State",
"description": "Clear smoke-created runtime rows from xcm_auth_dev.db without removing users",
"script": "__project__/page-builder/xcm_auth/smoke/reset_dev_state.ps1"
},
{
"label": "Email Inbox Viewer",
"description": "Open the local email inbox browser (requires inbox service on port 8025)",
"script": "__project__/dev-tools/email_smoke/inbox_viewer.html"
}
]
}