-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Allow direct access to files under a path #1292
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
There's some extensions that facilitate proxying so try those. |
You'd need to setup a HTTP web server. I suppose we could handle this under another endpoint. Thoughts @code-asher |
I'll take care of this. |
We should add an easy way to open files by right clicking as well. |
thanks! |
I recently had to make changes to the |
wdym by this? Can this issue not be closed? |
Ah I was referring to your comment:
Currently we don't have that right-click context menu option. |
We could wrap that into #1386 though. |
Moved it into #2179 |
I am trying to open an HTML file on my PC. code-server is being hosted on a spare PC. I can open and view the file just file in the cloud IDE, but I'm trying to view the HTML file as it would be shown on a website. I've tried navigating to "MYIPADDRESS:8080/home/MYUSERNAME/Projects/alarm-clock/index.html", but that doesn't work. It's probably a very obvious answer, but I haven't been able to find anything about it here.
The text was updated successfully, but these errors were encountered: