feat(vscode): add vscode settings and extensions

This commit is contained in:
2026-03-05 15:38:23 +00:00
parent 4b3fd8bfa6
commit dac5c77bed
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"explorer.confirmDragAndDrop": false,
"python.defaultInterpreterPath": "/sbin/python3.14",
"git.autofetch": true,
"explorer.confirmDelete": false,
"git.confirmSync": false
}