Documentation from extensionAPI:
adapterExecutableCommand the command ID where the debug adapters executable path and arguments are dynamically calculated. The command returns a structure with this format:
command: "<executable>",
args: [ "<argument1>", "<argument2>", ... ]
The attribute command must be a either an absolute path to an executable or a name of executable looked up via the PATH environment variable. The special value node will be mapped to VS Code's built-in node runtime without being looked up on the PATH.
Documentation from extensionAPI:
adapterExecutableCommandthe command ID where the debug adapters executable path and arguments are dynamically calculated. The command returns a structure with this format:The attribute
commandmust be a either an absolute path to an executable or a name of executable looked up via the PATH environment variable. The special valuenodewill be mapped to VS Code's built-in node runtime without being looked up on the PATH.