Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

most recently open Xcode Project picker #44

Open
github-actions bot opened this issue May 18, 2022 · 1 comment
Open

most recently open Xcode Project picker #44

github-actions bot opened this issue May 18, 2022 · 1 comment
Labels
Milestone

Comments

@github-actions
Copy link
Contributor

https://github.com/tami5/xbase.nvim/blob/40716810bf3d4425e9bf32f98993e4226292441f/src/store/projects.rs#L34

    }
}

// TODO(projects): pressist a list of projects paths and information
#[cfg(feature = "daemon")]
impl ProjectStore {
    pub async fn add(&mut self, req: &Register) -> Result<()> {
@github-actions github-actions bot added the todo label May 18, 2022
@kkharji
Copy link
Owner

kkharji commented May 25, 2022

This facility project switch but I doubt it would be heavily used. Anyways, will require introducing a new picker to read that tracked data

@kkharji kkharji added this to the 0.4 milestone May 31, 2022
@kkharji kkharji changed the title [projects] pressist a list of projects paths and information most recently open Xcode Project picker May 31, 2022
@kkharji kkharji removed the todo label May 31, 2022
@kkharji kkharji removed the scheduled label Jul 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant