Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2021-05-12 15:45:45 +0530
committeradvaithm <advaith.madhukar@gmail.com>2021-05-12 15:45:45 +0530
commit69d079e63a00caf9268575a6ca4789962776761b (patch)
tree36f37872628fad6fe31711b23412f6e6e215f5e0 /.vscode/settings.json
parentf45f036b6557859649c9b3d670d89b578c01067f (diff)
some type hint fixes and a bad catch fix
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 00000000..d2a6c127
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "python.pythonPath": "/usr/bin/python"
+} \ No newline at end of file