marcellourbani / vscode_abap_remote_fs

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

After modification, it does not take effect in GUI. #184

Closed fun-li closed 2 years ago

fun-li commented 2 years ago

Translated by Google, so it may be difficult to understand

I edited the code and saved it with Ctrl+S, but I did not see the change in the gui. image

image

Finally I found the code change in version management, the status is inactive, but the code cannot be activated via GUI at this time

image

After closing the editing window of VScode and reopening it, the code modification is lost.

image

marcellourbani commented 2 years ago

Hi @fun-li The most common cause of this is missing functionality in the ABAP server. from README:

Unless your system is very modern (7.51 or later I think), write support will require you to install this plugin in your dev server to enable. Browsing works even without it

fun-li commented 2 years ago

@marcellourbani Thank you for your quick reply.This is the version information of our SAP, Do I still need to install abapfs_extensions

fun-li commented 2 years ago

@marcellourbani image

marcellourbani commented 2 years ago

I meant the basis level, however looks pretty modern and should be supported. Sadly I have no idea, as I don't have access to a similar system

fun-li commented 2 years ago

@marcellourbani I have solved this problem by installing abapfs_extensions. Thanks.