-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.base.json
More file actions
47 lines (47 loc) · 1.13 KB
/
package.base.json
File metadata and controls
47 lines (47 loc) · 1.13 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
{
"name": "snapback-vscode",
"publisher": "MarcelleLabs",
"displayName": "SnapBack - Code Safety Net",
"pricing": "Free",
"sponsor": {
"url": "https://github.com/sponsors/Marcelle-Labs"
},
"description": "Smart snapshot manager with Watch/Warn/Block protection levels. Code Breaks. SnapBack.",
"version": "1.2.1",
"engines": {
"vscode": "^1.99.0"
},
"enabledApiProposals": ["timeline"],
"categories": ["Other"],
"keywords": [
"snapshot",
"backup",
"restore",
"protection",
"safety",
"undo",
"recovery",
"time machine",
"local history",
"watch",
"warn",
"block",
"snapback"
],
"icon": "media/marketplace-icon-256.png",
"galleryBanner": {
"color": "#000000",
"theme": "dark"
},
"activationEvents": ["onStartupFinished", "onCommand:snapback.*", "workspaceContains:.snapbackrc"],
"main": "./dist/extension.js",
"repository": {
"type": "git",
"url": "https://github.com/Marcelle-Labs/SnapBack"
},
"bugs": {
"url": "https://github.com/Marcelle-Labs/SnapBack/issues"
},
"homepage": "https://github.com/Marcelle-Labs/SnapBack/blob/main/apps/vscode/README.md",
"license": "SEE LICENSE IN LICENSE"
}