-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
ide setting on path replace fails #24129
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
Comments
The value used in docs So should be But you need to apply path mappings as last to preserve a valid URL, as it basically uses special query params for this. So |
@AntonioCS, just stumbled upon same issue. Turned out the value of |
@ro0NL , the documentation attempts to display, that several path prefixes can be specified, but it indeed confuses people. In reality it's ways one path prefix pair (guest to host). |
@AntonioCS , I have this for
|
@AntonioCS , @ro0NL , maybe you can send a PR to documentation to have 2 examples:
? |
This works for PhpStorm in linux :)
replace myProject with the name of your project |
Hey,
I am trying to use the ide setting with paths replaced but I just can't get it to accept the paths and the documentation is not very clear.
So initially I had this:
ide: "netbeans://open?file=%%f&line=%%l"
But since this is giving me an incorrect path (running it on docker) I tried to do what the documentation tells me to do (guest_path>host_path) like so:
ide: "netbeans://%f:%l&/application/>/host-path/&open?file=%%f&line=%%l"
But this just leads to an error:
I tried a few variations of that string but I just can't get it to work.
Can someone please point me in the right direction and also update the documentation to make this a bit clearer?
Thanks!
The text was updated successfully, but these errors were encountered: