diff --git a/.vscode/launch.json b/.vscode/launch.json index fcf2e9c45d8..677f3a243cd 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,17 @@ { "version": "0.2.0", "configurations": [ + { + "name": "Sage: Pytest", + "type": "python", + "request": "launch", + "module": "pytest", + "args": [ + "${file}" + ], + "console": "integratedTerminal", + "justMyCode": false + }, { "name": "Python: Current File", "type": "python", @@ -10,4 +21,4 @@ "justMyCode": false } ], -} +} \ No newline at end of file