Make it a daemon, add reply function

This commit is contained in:
2024-12-28 23:47:33 +00:00
parent df1803d864
commit bb08f5f800
8 changed files with 948 additions and 70 deletions

View File

@@ -1,5 +1,5 @@
{
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modificationsIfAvailable"
}
"editor.formatOnSaveMode": "file"
}