From 57e5ea1f424ea2567e10c3945d9273a92a547332 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Tue, 15 May 2018 22:12:09 +0100 Subject: Basic should be working --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json (limited to '.vscode/settings.json') diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..7e12c95 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": "python3" +} \ No newline at end of file -- cgit v1.2.3-ZIG