-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Based on this discussion that was opened by @bspotswood: https://github.com/orgs/codefori/discussions/2653
We need to be able to customize actions further and per-directory. Let's look into picking up the actions file based on the URI that they user is running the action(s) against.
My simple thoughts:
- default to
.vscode/actions.jsonfor actions, or - find the next
actions.jsonin the parents of the working directory. For example, I am working insrc/partA/qrpglesrc/scooby.rpgle, then first look forsrc/partA/qrpglesrc/actions.json, thensrc/partA/actions.json, and so on. This is similar to howpackage.jsonworks with npm.
Importantly, we cannot break the current experience, so this should be in addition to what currently works for local development.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request