void icon indicating copy to clipboard operation
void copied to clipboard

feat: add import profiles from editors in void settings

Open RNAdvani opened this issue 7 months ago • 0 comments

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.vscdb keys will be transferred to staged(temp_storage) state.vscdb and 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

RNAdvani avatar May 21 '25 09:05 RNAdvani