From 09d6f1c949844fdaf422726757b2eb5f4e013482 Mon Sep 17 00:00:00 2001 From: shakir Date: Sun, 10 Jun 2018 12:09:30 +0300 Subject: [PATCH] setting json file for vs code --- .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 0000000..2f94bf3 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": "/Users/shakiralharthi/anaconda/bin/python" +} \ No newline at end of file