We should update this code in projectEventListeners.ts to use a new key.
// TODO: This method needs to be refactored to have use a project id instead of a path
function persistProjectIdInSettings(id: string) {
setCachedSetting('project.current_directory', id);
void saveCachedSettings();
}
Tasks:
No setting migration is needed.
This is a follow-up task after #425
We should update this code in
projectEventListeners.tsto use a new key.Tasks:
active_project_idto the settings backend APIactive_project_idin the client codecurrent_directorysetting from the backend API #494No setting migration is needed.
This is a follow-up task after #425