robotframework-lsp icon indicating copy to clipboard operation
robotframework-lsp copied to clipboard

Provide a way to do a manual build for an environment given its conda.yaml

Open fabioz opened this issue 2 years ago • 2 comments

One action that I sometimes miss (but do not know where exactly to put it) would be a "build / rebuild the robot environment". The environment builds automatic triggering is quite good but there are cases where I'd like the control. Editing conda.yaml ..oops made a typo > cancel back to editing conda.yaml -> here before jumping back to .robot code I'd like to trigger the env. build manually and stay in that "mental context"

fabioz avatar Mar 14 '23 10:03 fabioz

Could be done as:

  • Action to be manually called (something as Robocorp: Build RCC enviroment).
  • Code lens at the top of the conda.yaml to build it (which calls that action).

fabioz avatar Mar 14 '23 10:03 fabioz

This issue has been moved here, under Sema4AI/vscode-extension repository.

kariharju avatar Jun 14 '24 09:06 kariharju