jvalue / jayvee

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

[FEATURE] VSCode Extension: Run pipeline button #587

Closed georg-schwarz closed 3 months ago

georg-schwarz commented 5 months 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