implemented most of selection backspace

This commit is contained in:
2025-12-09 19:25:40 -05:00
parent c4a1c89143
commit 5275161048
2 changed files with 108 additions and 55 deletions

View File

@@ -20,7 +20,9 @@
],
"folders": [
{
"path": "."
}
"path": ".",
"folder_exclude_patterns": ["*bin*"],
"binary_file_patterns": ["*.bin"]
},
]
}