Hello,
Im using an appImage packaged fork of vscode named cursor. Once ran an extension will modify the files and restart.
Everything happen correctly until I close it and run again the command to launch it. I thought that the no-cleanup would preserve the files that changed but no.
- Opening the appImage, it willl start then autorestart after modifying its files (whithout killing the process so its a soft-restart)
APPIMAGE_EXTRACT_AND_RUN=1 NO_CLEANUP=1 cursor
- Closing and reopening with the same command.
The files are not modified anymore.
Hello,
Im using an appImage packaged fork of vscode named cursor. Once ran an extension will modify the files and restart.
Everything happen correctly until I close it and run again the command to launch it. I thought that the no-cleanup would preserve the files that changed but no.
The files are not modified anymore.