Skip to content

Commit f684bb7

Browse files
committed
remove the badges from package
1 parent 96ede25 commit f684bb7

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

package.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Robot Framework support for Visual Studio Code",
55
"icon": "images/icon.png",
66
"publisher": "d-biehl",
7-
"version": "0.2.2",
7+
"version": "0.2.3",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/d-biehl/robotcode"
@@ -37,24 +37,13 @@
3737
"onDebugInitialConfigurations",
3838
"onDebugDynamicConfigurations",
3939
"onDebugResolve:robotframework",
40-
"onLanguage:robotframework",
41-
"onCommand:robotcode.runTest",
42-
"onCommand:robotcode.debugTest",
43-
"onCommand:robotcode.runSuite",
44-
"onCommand:robotcode.debugSuite"
40+
"onLanguage:robotframework"
4541
],
4642
"preview": true,
4743
"galleryBanner": {
4844
"theme": "dark",
4945
"color": "#000000"
5046
},
51-
"badges": [
52-
{
53-
"description": "github",
54-
"url": "https://github.com/d-biehl/robotcode/actions/workflows/build.yml/badge.svg",
55-
"href": "https://github.com/d-biehl/robotcode/actions/workflows/build.yml"
56-
}
57-
],
5847
"main": "./out/extension.js",
5948
"contributes": {
6049
"languages": [

0 commit comments

Comments
 (0)