debug: add argsString as launch property so we can use vscode inputs to setup the debuggee parameter in a promptString #1223
Labels
Debug
Issues related to the debugging functionality of the extension.
FeatureRequest
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
The problem is that currently the vscode-go extension only accepts args as an array or string and there is no easy way to take a string as an input from user and convert it to a splitted string array.
Therefore I propose that we add a property "argsString" that is a simple string which overrides "args" property if set (or vice-versa).
Here is my current code, feel free to propose any alternative solution.
Launch.json
The text was updated successfully, but these errors were encountered: