wso2 / ballerina-vscode

To keep Ballerina VSCode plugin related issues, discussions, etc.
Apache License 2.0
42 stars 20 forks source link

`Run` code lens command should run as a task in the VSCode plugin #573

Open dulajdilshan opened 1 month ago

dulajdilshan commented 1 month ago

Description: Currently, when we hit Run in the code lens, we run the Ballerina source code using Ballerina CLI creating a new terminal instant as the GIF below.

run_as_task

We need to run the Ballerina source as a task in the VSCode

Describe your task(s)

Related Issues (optional):

Suggested Labels (optional):

Suggested Assignees (optional):

dulajdilshan commented 1 month ago

Developed this is to use tasks API in VScode. Now working on adding debug-adaptor behavior for the VScode. With that we can have a stop button to stop a running service.