We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7895ac commit 9796d3cCopy full SHA for 9796d3c
1 file changed
install.js
@@ -21,6 +21,15 @@ module.exports = function(session, options){
21
});
22
}
23
24
+ // clang_tool npm package
25
+ session.install({
26
+ "name": "clang_tool",
27
+ "description": "Native nodejs libclang bindings",
28
+ "cwd": "~/.c9"
29
+ }, {
30
+ "npm": "clang_tool"
31
+ });
32
+
33
// Show the installation screen
34
session.start();
35
};
0 commit comments