Skip to content

Update settings to adopt project ID instead of project path #445

Description

@cguedes

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions