ashish10alex / vscode-dataform-tools

Dataform tools - a vscode extension
https://marketplace.visualstudio.com/items?itemName=ashishalex.dataform-lsp-vscode
MIT License
20 stars 4 forks source link

feat: Ability to choose more options when running file(s) / tag(s) #26

Closed ashish10alex closed 2 months ago

ashish10alex commented 2 months ago

Solves: https://github.com/ashish10alex/vscode-dataform-tools/issues/20

  1. Introduce a command Dataform: Run file(s) / tag(s) with options which opens the command pallets gives users option to
  2. Deprecate separate Run multiple files command and will be available as an option through (1)

Stage 1:

  1. Run current file
  2. Run a tag
  3. Run multiple files
  4. Run multiple tags

Stage 2: Select weather to include dependencies or dependents

Stage 3: Select weather to do full refresh

On clicking Enter after Stage 3 the command is generated and ran on the terminal

CleanShot 2024-09-22 at 11 20 45@2x


TODO