void
void copied to clipboard
feat: add import profiles from editors in void settings
Description
This PR includes importing profiles from other editors (VS code, Cursor, Windsurf) to Void.
🔧 Changes Made:
- Added profile transfer service
- Profiles would be stored in staged area, before restart in main process Void's
state.vscdbkeys will be transferred to staged(temp_storage)state.vscdband then all the settings would be transferred (This step is important as when the main process is not in the memory we can access Void's state.vscdb and transfer the keys) - Shows a dialog to relaunch the application or the profiles will be loaded next time they open Void
Resolves
Closes #473