diff --git a/.vscode/launch.json b/.vscode/launch.json index c0ec24af7..193cb6319 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -23,6 +23,15 @@ "script": "${relativeFile}:${lineNumber}", "args": [], "askParameters": true - } + }, + { + "type": "rdbg", + "useBundler": true, + "name": "bundle exec tapioca gem", + "request": "launch", + "command": "bundle exec ruby", + "script": "${workspaceFolder}/exe/tapioca", + "args": ["gem"], + }, ] }