We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27faa4f commit ba15a8fCopy full SHA for ba15a8f
README.md
@@ -13,7 +13,7 @@ if (services.c9.workspaceId.match("{username}/{workspacename}")) {
13
// call plugin manager with a list of plugins you want to load
14
// this takes either url, or a path on your vm
15
services.pluginManager.loadPackage([
16
- "https://cdn.rawgit.com/sourcegraph/sourcegraph-c9/v0.0.1/sourcegraph/c9build/package.sourcegraph.js",
+ "https://cdn.rawgit.com/sourcegraph/sourcegraph-c9/v0.0.2/sourcegraph/c9build/package.sourcegraph.js",
17
])
18
}
19
```
0 commit comments