diff --git a/robotframework-ls/codegen/codegen_package.py b/robotframework-ls/codegen/codegen_package.py index 6cce6ec4b6..c1a5c14bf7 100644 --- a/robotframework-ls/codegen/codegen_package.py +++ b/robotframework-ls/codegen/codegen_package.py @@ -262,7 +262,10 @@ def get_json_contents(): "target": '^"\\${file}"', "terminal": "integrated", "env": {}, - "args": [], + "args": [ + "--outputdir", + "output" + ], }, }, { @@ -272,6 +275,10 @@ def get_json_contents(): "type": "robotframework-lsp", "name": "Robot Framework: Launch template", "request": "launch", + "args": [ + "--outputdir", + "output" + ], }, }, ],