marcellourbani / vscode_abap_remote_fs

Remote filesystem for ABAP systems
MIT License
170 stars 28 forks source link

Supporting VSCode for the web #218

Closed kartefact closed 4 months ago

kartefact commented 4 months ago

Screenshot_20240508-210117.png

Does the roadmap contain support for the web version of VSCode?

Not sure how involved the changes would be.

larshp commented 4 months ago

CORS will be a problem, to solve it then you'd have to run a proxy, if its possible to run a proxy then might as well run normal vscode

editing files in a git repository works, push and pull with abapGit into/from systems

also https://marketplace.visualstudio.com/items?itemName=larshp.vscode-abaplint works in web, as its standalone

update: or alternatively install vscode for the web on the ABAP application server is also a possibility, not but really a good possibility IMHO

marcellourbani commented 4 months ago

Yes, I did give it a go and gave up pretty quickly because of CORS. It's not the only issue, but it's the one we can't work around. Except by using a proxy or serving vscode from the ABAP instance