fix: offload process listing from main thread

Move native process enumeration into a worker so process watching does not block the main process, and add LF text-integrity checks for normalized files.
This commit is contained in:
Chubby Granny Chaser
2026-04-27 19:57:18 +01:00
parent bc83595fe8
commit 1a5525312b
35 changed files with 2816 additions and 2657 deletions
+8 -8
View File
@@ -1,9 +1,9 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true