diff --git a/.vscode/launch.json b/.vscode/launch.json index 02b94e7..59f4321 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,10 +5,10 @@ "version": "0.2.0", "configurations": [ { - "name": "Python: Debug Example", + "name": "Python: Debug Fit", "type": "python", "request": "launch", - "program": "./example.py", + "program": "./example_fit.py", "console": "integratedTerminal" } ]