jvalue / jayvee

Jayvee is a domain-specific language and runtime for automated processing of data pipelines
https://jvalue.github.io/jayvee/
116 stars 10 forks source link

[FEATURE] VSCode Extension: Run pipeline button #587

Open georg-schwarz opened 1 month ago

georg-schwarz commented 1 month ago

User Story

  1. As a {VSCode user}
  2. I want {just to press a button to run a Jayvee pipeline}
  3. So that {I don't need to do it via the command line myself}

User Acceptance Criteria

Notes

CodeLenses might be a LSP native feature to implement this.

Definitions of Done