File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " r-debugger" ,
33 "displayName" : " R Debugger" ,
4- "description" : " R Debugger" ,
5- "version" : " 0.0.1 " ,
4+ "description" : " R Debugger Support " ,
5+ "version" : " 0.1.0 " ,
66 "publisher" : " ManuelHentschel" ,
7+ "license" : " MIT" ,
78 "author" : {
89 "name" : " Manuel Hentschel"
910 },
1011 "repository" : {
1112 "type" : " git" ,
12- "url" : " https://github.com/ManuelHentschel/VSCode-R-Debugger.git"
13+ "url" : " https://github.com/ManuelHentschel/VSCode-R-Debugger"
14+ },
15+ "bugs" : {
16+ "url" : " https://github.com/ManuelHentschel/VSCode-R-Debugger/issues"
1317 },
1418 "icon" : " images/Rlogo.png" ,
1519 "engines" : {
2327 " onLanguage:rd" ,
2428 " onLanguage:rmd"
2529 ],
30+ "keywords" : [
31+ " R" ,
32+ " R Language" ,
33+ " Debugger"
34+ ],
2635 "main" : " ./out/extension.js" ,
2736 "contributes" : {
2837 "languages" : [
You can’t perform that action at this time.
0 commit comments