marcellourbani / vscode_abap_remote_fs

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

Connect to VS Code error #140

Closed jeonghl85 closed 3 years ago

jeonghl85 commented 3 years ago

Hi, friend.. First of all, thank you for introducing me to a good experience.

I followed the manual, but I don't think it's connecting well. (I'll attach an image.)

I'm not sure what the problem is. I can't get an error message when I connect.

555

jeonghl85 commented 3 years ago

666

marcellourbani commented 3 years ago

Hi Did you try command "AbapFS create connection" from vscode palette? Should make it easier to create the right connection.

Other than that you might have connection issues (i.e. the URL in your config is not reachable, the SICF node is not active, you need single sign on,...)

jeonghl85 commented 3 years ago

Hi Did you try command "AbapFS create connection" from vscode palette? Should make it easier to create the right connection.

Other than that you might have connection issues (i.e. the URL in your config is not reachable, the SICF node is not active, you need single sign on,...)

After changing it to https url, I connected it and it was successfully. Thank you. And I want to ask you one more question. I created a Hello World program, but I don't know how to run it.. :( In eclipse IDE, press F8 to run the program. but VS code is not lunch that ...haha. how to run abap program in VS Code? ^^*

marcellourbani commented 3 years ago

Great to read this! You can't run programs in vscode, but you can:

Marcello