Alessandro Fragnani

Results 409 comments of Alessandro Fragnani

Hi @pzelnip , No, there is no way, and as you already noticed, syncing the project list wouldn’t sync the projects itself 😁 . It’s not possible because there is...

I've created https://github.com/microsoft/vscode/issues/120142 to request the possibility to synchronize “additional resources”, because I didn't find an issue for that. It was closed as a _duplicate_ of https://github.com/microsoft/vscode/issues/113774, so I'll keep...

Just thought about it today, again, and two ideas came to mind: * Reconsider to use `User Settings` as storage, probably as an alternative for _remote_ scenarios and/or Codespaces only....

That's true. I totally forgot. Updated the comment above with some details about that. Thanks

Totally agree. But remember these scenarios are just _workarounds_, until proper Settings Sync API is released 😉 Following the Gist approach is probably the safest bet. The original Settings Sync...

@TylerLeonhardt , Finally could play a little with the Authentication API and octokit, and wow! Really simple to use. I think the approaches below could be fairly easy to use,...

That's great! I didn't have to use this kind of integration yet, so it's good to know the steps I thought are ok. Right after posting that, I thought about...

I have a similar feeling, that’s why I created #525, and plan to add this for upcoming releases. About _environment variables_, you can use `˜` or `$home` as alternatives to...

> For example on Windows it might be c:/Projects and on Linux /projects and env var $PROJECTS_ROOT could be set appropriately for sync just to work. You don’t need an...

Historically speaking, there are some details here: https://github.com/alefragnani/vscode-project-manager/issues/431#issuecomment-721639197 About the _sync_ feature, it has its pros and cons, as you can see here: https://github.com/alefragnani/vscode-project-manager/issues/431#issuecomment-811485275