From 33b854bde24e751b0c24a8ea83eda75bb0fd47d6 Mon Sep 17 00:00:00 2001 From: Benjamin Villanueva Date: Mon, 4 May 2020 08:44:26 -0500 Subject: [PATCH] python --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..2d47316e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": "C:\\Users\\Benjamin\\AppData\\Local\\Programs\\Python\\Python38-32\\python.exe" +} \ No newline at end of file