From 0a5e7366844a8051f7d8faef297593ae9502abfd Mon Sep 17 00:00:00 2001 From: LLotme Date: Sat, 8 Jun 2024 02:28:30 +0700 Subject: [PATCH] //. --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000000..629f5d9ca75 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "python.pythonPath": "/opt/homebrew/bin/python3.10", + "makefile.extensionOutputFolder": "./.vscode" +}