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

Problem creates "Search Path" inside Python Project #7896

Open
vsfeedback opened this issue May 8, 2024 · 0 comments
Open

Problem creates "Search Path" inside Python Project #7896

vsfeedback opened this issue May 8, 2024 · 0 comments
Assignees

Comments

@vsfeedback
Copy link

This issue has been moved from a ticket on Developer Community.


[severity:It bothers me. A fix would be nice]
image.png

Look at scr.shot.
Path creates as relative from ProjDir.
\.virtualenvs is %userprofile%\.virtualenvs
ProjDir is %userprofile%\source\repos\MyProj

  1. i create shortcut (on Desktop) to MyProj
  2. i create symlink (on Desktop) to MyProj

If i open MyProj folder with shortcut - "Search path" work (if relative path looks like on scr.shot).
If i open MyProj folder with symlink - "Search path" not work (if relative path looks like on scr.shot).

Why it happen?
Because:

  • shortcut is %userprofile%\source\repos\MyProj
  • symlink is %userprofile%\Desktop\MyProj

I think create "Search path" as relative is not good idea.

PS
Interesting.
How VS create relative "Search path" if \.virtualenvs place on another disk? ;)


Original Comments

Feedback Bot on 4/24/2024, 07:18 PM:

(private comment, text removed)

Feedback Bot on 4/24/2024, 07:18 PM:

(private comment, text removed)


Original Solutions

(no solutions)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants