Skip to content

Commit

Permalink
Merge pull request #5 from timheuer/issue1
Browse files Browse the repository at this point in the history
  • Loading branch information
savannahostrowski committed Jul 12, 2023
2 parents 4cc03f6 + 6f48548 commit 322d9db
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@
"command": "ghost-vscode.generate",
"title": "Ghost: Generate GitHub Action"
}
]
],
"menus": {
"explorer/context": [
{
"when": "resourceFilename == .github",
"command": "ghost-vscode.generate"
}
]
}
},
"scripts": {
"vscode:prepublish": "npm run package",
Expand Down Expand Up @@ -58,4 +66,4 @@
"fs": "^0.0.1-security",
"openai": "^3.3.0"
}
}
}

0 comments on commit 322d9db

Please sign in to comment.