-
Notifications
You must be signed in to change notification settings - Fork 48
support working with remote static files (html, js, css, CSP, etc...) #32
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
I don't really like a way when you can edit files remotely, it does not make any sense in an editor like VSCode. Editable files should be always local. But I think I can add CSP files on Explorer tab. And export them, to get it locally. |
Then allow static files on explorer to export and work with them locally. ( like Eclipse does)
I think that as soon as you add CSP files you will get the static files automatically.
… El 22 mar 2019, a las 10:37, Dmitry Maslennikov ***@***.***> escribió:
I don't really like a way when you can edit files remotely, it does not make any sense in an editor like VSCode. Editable files should be always local.
But I think I can add CSP files on Explorer tab. And export them, to get it locally.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Yeah!! it is in the todo list! thanks! |
This would be great. |
BTW, great work daimor ! any plan to add this feature in a release ? |
I have not planed it yet, not sure when I will manage to do it. |
@mariosanchez23, @grongierisc look at my the latest beta release, where I've added support for remote editing CSP files. How to configure, you can find here, could you try and give some feedback. |
Hi Dmitriy, I try your implementation on the 0.8.1 beta and it doesn't work for me. { vscode settings on main : { |
Hi Guillaume, I see, that you got an error when creating a file, unfortunately I did not finish this part yet, but I'll add it quite soon. |
I can see and delete files |
Look at wiki
|
I think this is not possible yet. It would be great if you could work with remote static files.
When the server is remote, you can't work with static files unless you do OS mappings, etc...
It would be great if in the server explorer tab we could also see static files and edit html, js, csp, etc...
The text was updated successfully, but these errors were encountered: