We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run projectile-switch-project. Select a renamed project. The error message is You’re not in a project
You’re not in a project
$ mkdir /tmp/toto && cd /tmp/toto && echo foo >>test.txt && git init && git add . && git commit -am test $ emacs test.txt M-x projectile-find-file
$ rm -rf /tmp/toto $ emacs M-x projectile-switch-project Select toto.
Projectile 20171126.6
25.1.1
Windows 10
The text was updated successfully, but these errors were encountered:
[Fix bbatsov#1205] Add check that project directory exists when switc…
7000fc8
…hing
[Fix bbatsov#1205] Change check on project switch to see if dir is pr…
d053ccf
…oject Just because a directory exists doesn't mean it's still a project. This change uses a more general check to address that issue.
8a424b2
No branches or pull requests
Expected behavior
Run projectile-switch-project.
Select a renamed project.
The error message is
You’re not in a project
Actual behavior
Steps to reproduce the problem
$ mkdir /tmp/toto && cd /tmp/toto && echo foo >>test.txt && git init && git add . && git commit -am test
$ emacs test.txt
M-x projectile-find-file
$ rm -rf /tmp/toto
$ emacs
M-x projectile-switch-project
Select toto.
Environment & Version information
Projectile version information
Projectile 20171126.6
Emacs version
25.1.1
Operating system
Windows 10
The text was updated successfully, but these errors were encountered: