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

[git][editor] Handle cases gracefully when trying to open an unsupported resource #593

Open
kittaakos opened this issue Sep 29, 2017 · 0 comments
Labels
git issues related to git

Comments

@kittaakos
Copy link
Contributor

For instance when programmatically trying to open URIs pointing to a directory.

When cloning a new repository into an existing repository, Git gives back an FS path to the root of the new repository. It should not be possible to open that directory in an editor. Either do nothing (but log the attempt as a warning) or follow the VSCode's path and open an editor with some text indicating that it is not supported.

This task is a follow-up task of this.

@akosyakov akosyakov added the git issues related to git label Nov 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
git issues related to git
Projects
None yet
Development

No branches or pull requests

2 participants