File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1+ Copyright (c) 2019 Shawn McKay
2+
3+ CodeRoad is a proprietary (closed source) software.
Original file line number Diff line number Diff line change 11{
22 "name" : " coderoad-vscode" ,
3- "displayName" : " coderoad-vscode " ,
3+ "displayName" : " CodeRoad " ,
44 "description" : " Interactive tutorials in your editor" ,
55 "version" : " 0.0.1" ,
66 "engines" : {
99 "categories" : [
1010 " Other"
1111 ],
12- "publisher" : " Shawn McKay <shawn.j.mckay@gmail.com>" ,
12+ "publisher" : " Shawn McKay" ,
13+ "author" : {
14+ "name" : " Shawn McKay <shawn.j.mckay@gmail.com>"
15+ },
16+ "bugs" : {
17+ "url" : " https://github.com/shmck/coderoad-vscode/issues" ,
18+ "email" : " shawn.j.mckay@gmail.com"
19+ },
20+ "repository" : {
21+ "type" : " git" ,
22+ "url" : " https://github.com/shmck/coderoad-vscode.git"
23+ },
24+ "homepage" : " https://github.com/shmck/coderoad-vscode/README.md" ,
25+ "galleryBanner" : {
26+ "color" : " #C80000" ,
27+ "theme" : " dark"
28+ },
1329 "activationEvents" : [
1430 " onCommand:coderoad.start"
1531 ],
4763 },
4864 "dependencies" : {
4965 "xstate" : " ^4.6.1"
50- }
66+ },
67+ "license" : " SEE LICENSE IN LICENSE.md"
5168}
You can’t perform that action at this time.
0 commit comments