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
Viewing on Local Server doesn't work for me #16
Comments
I seems have the same issue with this: #11 |
So are you saying the slashes in the path to your working file are backslashes ("")? Is this a Windows environment? |
The other thing to remember if this is Windows is to make sure if your project path is /D/www/Bliss/Happiness/Project1 your basePath should be D:\www\Bliss\Happiness\Project1. Sublime is clearly doing some magic with that first path, but then when I reference the current view's path, it gives me a normal Windows-style path. As a result your basePath must be a normal Windows-style path in Windows. |
I followed the instruction to edit project setting but after that I've tried Ctrl+Alt+V but seems nothing changed.. I still got a new firefox tab open with file:// not http:// as I want. Please help me, here's my setting file content:
{
"folders":
[
{
"path": "/D/www/Bliss/Happiness/Project1"
}
],
"settings": {
"sublime-view-in-browser": {
"baseUrl": "http://localhost",
"basePath": "/Bliss/Happiness/Project1"
}
}
}
Thank you!
The text was updated successfully, but these errors were encountered: