feat(vscode): add vscode settings and extensions
This commit is contained in:
7
.config/Code/User/settings.json
Normal file
7
.config/Code/User/settings.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
"python.defaultInterpreterPath": "/sbin/python3.14",
|
||||
"git.autofetch": true,
|
||||
"explorer.confirmDelete": false,
|
||||
"git.confirmSync": false
|
||||
}
|
||||
Reference in New Issue
Block a user