How to set running parameters when I click on the "launch" button provided by cmake-tool? #1449
Labels
enhancement
an enhancement to the product that is either not present or an improvement to an existing feature
Feature: debug/launch
Milestone
Hi,
My executable file(test) has a parameters, for exmaple:
./test "config.yaml"
The cmake-tool can detect all executables file, when i choose "test" and click on the "launch" button, there will be an error because there are not enough parameters.
I know that creating a "launch.json" in ".vscode" file will help, but Is there any way to add parameters by cmake-tool?
The text was updated successfully, but these errors were encountered: