diff --git a/.vscode/launch.json b/.vscode/launch.json index a2a19d510..ce33eb9b7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,6 +5,7 @@ "version": "0.2.0", "configurations": [ { + // Since there are python tools in the repo, this allows you to run them faster in vscode "name": "Python: Current File", "type": "python", "request": "launch", @@ -13,4 +14,4 @@ "justMyCode": true } ] -} \ No newline at end of file +}