I'd like to run a HTML page so I configured the Execute / F5 command as following:
chrome.exe http://localhost:8080/$(FILE_NAME)
It works when the HTML file is located in the root of my Workspace (because my HTTP Web server is set up to do so). But it doesn't work when the file is in a subfolder.
Is there a predefined variable (i.e. $(RELATIVE_PATH)) that can be used to get the file path relative to the Workspace directory?
Thank you by advance for your help.
Run->Launch in Chromenot help you? – Burgi May 03 '16 at 12:44http://localhost:8080/redirect.php?file=/$(FULL_CURRENT_PATH)whereredirect.phptakes off the excessive part. See the article Configuring Notepad++ to run php on localhost. – harrymc May 11 '16 at 11:56