Skip to content

Commit d44f8bd

Browse files
Merge pull request cerebral#416 from brasilikum/next
Extension: add icon
2 parents 1d193f6 + 777e5fa commit d44f8bd

File tree

2 files changed

+25
-31
lines changed

2 files changed

+25
-31
lines changed
7.18 KB
Loading

packages/node_modules/overmind-devtools-vscode/package.json

Lines changed: 25 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Devtools for Overmind",
55
"publisher": "christianalfoni",
66
"version": "0.0.32",
7+
"icon": "./logo_simplified_glow.png",
78
"repository": {
89
"type": "git",
910
"url": "https://github.com/cerebral/overmind.git"
@@ -39,35 +40,28 @@
3940
"description": "Enable devmode. Will serve client from specified url",
4041
"type": "boolean"
4142
},
42-
"overmind.logging.verbose": {
43-
"default": false,
44-
"description": "Toggles verbose logging",
45-
"type": "boolean"
46-
}
47-
}
43+
"commands": [
44+
{
45+
"category": "Overmind Devtools",
46+
"command": "overmind-devtools.start",
47+
"title": "Start"
48+
}
49+
]
4850
},
49-
"commands": [
50-
{
51-
"category": "Overmind Devtools",
52-
"command": "overmind-devtools.start",
53-
"title": "Start"
54-
}
55-
]
56-
},
57-
"scripts": {
58-
"vscode:prepublish": "webpack --mode production",
59-
"compile": "webpack --mode none",
60-
"watch": "webpack --mode none --watch",
61-
"postinstall": "node ./node_modules/vscode/bin/install",
62-
"build": "rimraf devtoolsDist && cp -R ../overmind-devtools-client/dist devtoolsDist",
63-
"distribute": "npm run build && vsce publish -p $TOKEN"
64-
},
65-
"devDependencies": {
66-
"@types/node": "^12.11.6",
67-
"tslint": "^5.12.1",
68-
"vscode": "^1.1.36"
69-
},
70-
"peerDependencies": {
71-
"overmind-devtools-client": "next"
72-
}
73-
}
51+
"scripts": {
52+
"vscode:prepublish": "webpack --mode production",
53+
"compile": "webpack --mode none",
54+
"watch": "webpack --mode none --watch",
55+
"postinstall": "node ./node_modules/vscode/bin/install",
56+
"build": "rimraf devtoolsDist && cp -R ../overmind-devtools-client/dist devtoolsDist",
57+
"distribute": "npm run build && vsce publish -p $TOKEN"
58+
},
59+
"devDependencies": {
60+
"@types/node": "^12.11.6",
61+
"tslint": "^5.12.1",
62+
"vscode": "^1.1.36"
63+
},
64+
"peerDependencies": {
65+
"overmind-devtools-client": "next"
66+
}
67+
}

0 commit comments

Comments
 (0)