Skip to content

Commit

Permalink
Add repository & bugs URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
olly committed Oct 27, 2020
1 parent ffbbbd7 commit c2fa718
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions extension.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"identifier": "net.51degrees.shellcheck",
"name": "ShellCheck",
"version": "1.0",
"organization": "51degrees",
"description": "Integrates ShellCheck for static analysis of shell scripts",
"version": "1.0",
"categories": ["issues"],
"bugs": "https://github.com/olly/nova-shellcheck/issues",
"repository": "https://github.com/olly/nova-shellcheck",
"categories": [
"issues"
],

"main": "main.js",

"activationEvents": [
"onLanguage:shell"
],

"entitlements": {
"process": true
}
Expand Down

0 comments on commit c2fa718

Please sign in to comment.