Skip to content

`tap sdk new integration vscode` creates invalid path

This command:
tap sdk new integration vscode

Creates invalid path in the .vscode\launch.json file:

"args": ["run", "MyProject\MyProject.TapPlan", "-c", "-v"],

It should instead be:

"args": ["run", "MyProject/MyProject.TapPlan", "-c", "-v"],