diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-08-07 19:32:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-07 19:32:55 -0700 |
commit | de1bea106850c6ad4f7d6447faa434b953a462e8 (patch) | |
tree | 9c270065157e7611519ef2af8ff1e272a4ac728b /.vscode/settings.json | |
parent | 34157ba9c6de24a5321b81716d31bc89e8b96471 (diff) | |
parent | d8f5f102f6f91487be0281316e581858ec4ca260 (diff) | |
download | sncontinue-de1bea106850c6ad4f7d6447faa434b953a462e8.tar.gz sncontinue-de1bea106850c6ad4f7d6447faa434b953a462e8.tar.bz2 sncontinue-de1bea106850c6ad4f7d6447faa434b953a462e8.zip |
Merge pull request #356 from bra1nDump/fix-testing
Fixed Mocha tests + added debugging configurations to vscode
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 2195200a..856240e5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "python.defaultInterpreterPath": "${workspaceFolder}/continuedev/.venv/bin/python", -}
\ No newline at end of file + "python.defaultInterpreterPath": "${workspaceFolder}/continuedev/.venv/bin/python3" +} |