File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Robot Framework support for Visual Studio Code" ,
5
5
"icon" : " images/icon.png" ,
6
6
"publisher" : " d-biehl" ,
7
- "version" : " 0.2.2 " ,
7
+ "version" : " 0.2.3 " ,
8
8
"repository" : {
9
9
"type" : " git" ,
10
10
"url" : " https://github.com/d-biehl/robotcode"
37
37
" onDebugInitialConfigurations" ,
38
38
" onDebugDynamicConfigurations" ,
39
39
" onDebugResolve:robotframework" ,
40
- " onLanguage:robotframework" ,
41
- " onCommand:robotcode.runTest" ,
42
- " onCommand:robotcode.debugTest" ,
43
- " onCommand:robotcode.runSuite" ,
44
- " onCommand:robotcode.debugSuite"
40
+ " onLanguage:robotframework"
45
41
],
46
42
"preview" : true ,
47
43
"galleryBanner" : {
48
44
"theme" : " dark" ,
49
45
"color" : " #000000"
50
46
},
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
- ],
58
47
"main" : " ./out/extension.js" ,
59
48
"contributes" : {
60
49
"languages" : [
You can’t perform that action at this time.
0 commit comments