summary refs log tree commit diff stats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/VSCodium/User/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json
index e4fe645..fc9e39c 100644
--- a/.config/VSCodium/User/settings.json
+++ b/.config/VSCodium/User/settings.json
@@ -68,5 +68,6 @@
   "todo-tree.tree.showScanModeButton": false,
   "rust-client.engine": "rust-analyzer",
   "rust-analyzer.updates.channel": "nightly",
-  "python.formatting.provider": "black"
+  "python.formatting.provider": "black",
+  "python.pythonPath": "/usr/bin/python3"
 }