Skip to content

Commit

Permalink
update the name of the ruby extension in package.json
Browse files Browse the repository at this point in the history
This was making the extension silently fail to load
  • Loading branch information
doudou committed Aug 30, 2018
1 parent 9a6ff30 commit e85b45e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rock",
"displayName": "rock",
"description": "Base support for Rock workspaces",
"version": "0.2.1",
"version": "0.2.2",
"publisher": "rock-robotics",
"license": "SEE LICENSE IN LICENSE.txt",
"icon": "images/icon.png",
Expand Down Expand Up @@ -246,7 +246,7 @@
},
"extensionDependencies": [
"ms-vscode.cpptools",
"rebornix.Ruby"
"rebornix.ruby"
],
"dependencies": {
"js-yaml": "*",
Expand All @@ -270,6 +270,6 @@
"should": "latest",
"typemoq": "latest",
"typescript": "^2.6.1",
"vscode": "^1.1.6"
"vscode": "^1.1.21"
}
}

0 comments on commit e85b45e

Please sign in to comment.